Handbook
Glossary
EVP_DigestUpdate ( ctx d cnt -- int )
Vocabulary
openssl
.
libcrypto
Inputs
ctx
an
object
d
an
object
cnt
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
EVP_DigestUpdate
( EVP_MD_CTX* ctx, void* d,
uint
cnt )