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

  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 94 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
hmac_sha2.c 250 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);
sha2.c 635 sha384_update(&ctx, message, len);
657 void sha384_update(sha384_ctx *ctx, const unsigned char *message, function
    [all...]
  /external/boringssl/src/crypto/fipsmodule/digest/
digests.c 202 static void sha384_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
203 CHECK(SHA384_Update(ctx->md_data, data, count));
215 out->update = sha384_update;
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 1000 void SHA384_Update(SHA384_CTX* context, const sha2_byte* data, size_t len) {
1060 SHA384_Update(&context, data, len);
1093 static int sha384_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) function
1095 SHA384_Update(data(ctx), data, count);
    [all...]

Completed in 86 milliseconds