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

/external/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;
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_hmac.c139 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
149 mctx->update = int_update;
/external/openssl/crypto/hmac/
H A Dhm_pmeth.c142 static int int_update(EVP_MD_CTX *ctx,const void *data,size_t count) function
155 mctx->update = int_update;

Completed in 2663 milliseconds