Searched refs:sha384_update (Results 1 - 5 of 5) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
H A Dsha2.h94 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
H A Dhmac_sha2.c250 sha384_update(&ctx->ctx_inside, ctx->block_ipad, SHA384_BLOCK_SIZE);
253 sha384_update(&ctx->ctx_outside, ctx->block_opad,
274 sha384_update(&ctx->ctx_inside, message, message_len);
284 sha384_update(&ctx->ctx_outside, digest_inside, SHA384_DIGEST_SIZE);
H A Dsha2.c635 sha384_update(&ctx, message, len);
657 void sha384_update(sha384_ctx *ctx, const unsigned char *message, function
/external/boringssl/src/crypto/digest/
H A Ddigests.c182 static void sha384_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
192 sha384_init, sha384_update, sha384_final,
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c1093 static int sha384_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) function
1158 sha384_update,

Completed in 190 milliseconds