Home
last modified time | relevance | path

Searched refs:sha256_process (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c117 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()
H A Dsha256_i.h21 int sha256_process(struct sha256_state *md, const unsigned char *in,
H A Dsha256-internal.c36 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c117 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()
H A Dsha256_i.h21 int sha256_process(struct sha256_state *md, const unsigned char *in,
H A Dsha256-internal.c36 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

Completed in 2 milliseconds