HomeSort by relevance Sort by last modified time
    Searched refs:sha512_update (Results 1 - 5 of 5) sorted by null

  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 101 void sha512_update(sha512_ctx *ctx, const unsigned char *message,
hmac_sha2.c 336 sha512_update(&ctx->ctx_inside, ctx->block_ipad, SHA512_BLOCK_SIZE);
339 sha512_update(&ctx->ctx_outside, ctx->block_opad,
360 sha512_update(&ctx->ctx_inside, message, message_len);
370 sha512_update(&ctx->ctx_outside, digest_inside, SHA512_DIGEST_SIZE);
sha2.c 533 sha512_update(&ctx, message, len);
555 void sha512_update(sha512_ctx *ctx, const unsigned char *message, function
    [all...]
  /external/boringssl/src/crypto/digest/
digests.c 203 static void sha512_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
204 CHECK(SHA512_Update(ctx->md_data, data, count));
213 sha512_init, sha512_update, sha512_final,
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 840 void SHA512_Update(SHA512_CTX* context, const sha2_byte *data, size_t len) {
985 SHA512_Update(&context, data, len);
1001 SHA512_Update((SHA512_CTX*)context, data, len);
1112 static int sha512_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) function
1114 SHA512_Update(data(ctx), data, count);
    [all...]

Completed in 540 milliseconds