Searched refs:int_update (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c102 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
112 mctx->update = int_update;
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c143 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
156 mctx->update = int_update;

Completed in 116 milliseconds