Home
last modified time | relevance | path

Searched refs:sha256_process (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal.c99 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
113 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
142 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
251 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
252 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
Dsha256_i.h21 int sha256_process(struct sha256_state *md, const unsigned char *in,
Dsha256-internal.c33 if (sha256_process(&ctx, addr[i], len[i])) in sha256_vector()
145 int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() function
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp198 static void sha256_process( sha256_context *ctx, const FX_BYTE data[64] ) in sha256_process() function
335 sha256_process( ctx, ctx->buffer ); in CRYPT_SHA256Update()
341 sha256_process( ctx, input ); in CRYPT_SHA256Update()