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

/freebsd-13-stable/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c58 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
68 EVP_MD_CTX_set_update_fn(mctx, int_update);
/freebsd-13-stable/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c100 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
114 EVP_MD_CTX_set_update_fn(mctx, int_update);
/freebsd-13-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c85 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
101 EVP_MD_CTX_set_update_fn(mctx, int_update);
/freebsd-13-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_pmeth.c85 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
103 EVP_MD_CTX_set_update_fn(mctx, int_update);

Completed in 82 milliseconds