Searched refs:sha384_process (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha384-internal.c | 32 if (sha384_process(&ctx, addr[i], len[i])) in sha384_vector() 66 int sha384_process(struct sha384_state *md, const unsigned char *in, in sha384_process() function
|
D | sha384_i.h | 19 int sha384_process(struct sha384_state *md, const unsigned char *in,
|
D | crypto_internal.c | 165 sha384_process(&ctx->u.sha384, data, len); in crypto_hash_update()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ltc/ |
D | TpmToLtcHash.h | 154 #define tpmHashData_SHA384 sha384_process
|
/external/pdfium/core/fdrm/ |
D | fx_crypt_sha.cpp | 292 void sha384_process(CRYPT_sha2_context* ctx, const uint8_t data[128]) { in sha384_process() function 522 sha384_process(context, context->buffer); in CRYPT_SHA384Update() 528 sha384_process(context, data); in CRYPT_SHA384Update()
|