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

  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 87 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
hmac_sha2.c 164 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE);
167 sha256_update(&ctx->ctx_outside, ctx->block_opad,
188 sha256_update(&ctx->ctx_inside, message, message_len);
198 sha256_update(&ctx->ctx_outside, digest_inside, SHA256_DIGEST_SIZE);
sha2.c 336 sha256_update(&ctx, message, len);
358 void sha256_update(sha256_ctx *ctx, const unsigned char *message, function
    [all...]
  /external/boringssl/src/crypto/digest/
digests.c 161 static void sha256_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
162 CHECK(SHA256_Update(ctx->md_data, data, count));
171 sha256_init, sha256_update, sha256_final,
  /external/curl/src/
tool_metalink.c 165 static void SHA256_Update(SHA256_CTX *ctx,
169 sha256_update(ctx, inputLen, input);
223 static void SHA256_Update(SHA256_CTX *ctx,
311 static void SHA256_Update(SHA256_CTX *pctx,
367 static void SHA256_Update(SHA256_CTX *ctx,
371 sha256_update(ctx, input, inputLen);
446 static void SHA256_Update(SHA256_CTX *ctx,
483 (Curl_digest_update_func) SHA256_Update,
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 518 void SHA256_Update(SHA256_CTX* context, const sha2_byte *data, size_t len) {
656 SHA256_Update(&context, data, len);
1074 static int sha256_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) function
1076 SHA256_Update(data(ctx), data, count);
1132 sha256_update,
    [all...]

Completed in 177 milliseconds