Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c250 sha384_update(&ctx->ctx_inside, ctx->block_ipad, SHA384_BLOCK_SIZE); in hmac_sha384_init()
253 sha384_update(&ctx->ctx_outside, ctx->block_opad, in hmac_sha384_init()
274 sha384_update(&ctx->ctx_inside, message, message_len); in hmac_sha384_update()
284 sha384_update(&ctx->ctx_outside, digest_inside, SHA384_DIGEST_SIZE); in hmac_sha384_final()
Dsha2.h94 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
Dsha2.c635 sha384_update(&ctx, message, len); in sha384()
657 void sha384_update(sha384_ctx *ctx, const unsigned char *message, in sha384_update() function
/external/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c202 static void sha384_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha384_update() function
215 out->update = sha384_update; in DEFINE_METHOD_FUNCTION()
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c1093 static int sha384_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) in sha384_update() function
1158 sha384_update,