Searched refs:sha256_process (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init() 131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init() 160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update() 301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish() 302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
|
D | sha256_i.h | 21 int sha256_process(struct sha256_state *md, const unsigned char *in,
|
D | sha256-internal.c | 36 if (sha256_process(&ctx, addr[i], len[i])) in sha256_vector() 148 int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() function
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 135 static void sha256_process(struct hash_state * md, const unsigned char *in, unsigned long inlen) in sha256_process() function 204 sha256_process(&md, in, in_size); in ext2fs_sha256()
|
/external/u-boot/lib/ |
D | sha256.c | 58 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process() function 207 sha256_process(ctx, ctx->buffer); in sha256_update() 214 sha256_process(ctx, input); in sha256_update()
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 147 void sha256_process(CRYPT_sha2_context* ctx, const uint8_t data[64]) { in sha256_process() function 469 sha256_process(ctx, ctx->buffer); in CRYPT_SHA256Update() 475 sha256_process(ctx, input); in CRYPT_SHA256Update()
|