Home
last modified time | relevance | path

Searched refs:sha512_update (Results 1 – 6 of 6) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c336 sha512_update(&ctx->ctx_inside, ctx->block_ipad, SHA512_BLOCK_SIZE); in hmac_sha512_init()
339 sha512_update(&ctx->ctx_outside, ctx->block_opad, in hmac_sha512_init()
360 sha512_update(&ctx->ctx_inside, message, message_len); in hmac_sha512_update()
370 sha512_update(&ctx->ctx_outside, digest_inside, SHA512_DIGEST_SIZE); in hmac_sha512_final()
Dsha2.h101 void sha512_update(sha512_ctx *ctx, const unsigned char *message,
Dsha2.c533 sha512_update(&ctx, message, len); in sha512()
555 void sha512_update(sha512_ctx *ctx, const unsigned char *message, in sha512_update() function
/external/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c226 static void sha512_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha512_update() function
239 out->update = sha512_update; in DEFINE_METHOD_FUNCTION()
/external/python/cpython2/Modules/
Dsha512module.c293 sha512_update(SHAobject *sha_info, SHA_BYTE *buffer, int count) in sha512_update() function
554 sha512_update(self, buf.buf, buf.len); in SHA512_update()
702 sha512_update(new, buf.buf, buf.len); in SHA512_new()
737 sha512_update(new, buf.buf, buf.len); in SHA384_new()
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c1112 static int sha512_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) in sha512_update() function
1184 sha512_update,