Home
last modified time | relevance | path

Searched refs:sha384_process (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha384-internal.c32 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
Dsha384_i.h19 int sha384_process(struct sha384_state *md, const unsigned char *in,
Dcrypto_internal.c165 sha384_process(&ctx->u.sha384, data, len); in crypto_hash_update()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ltc/
DTpmToLtcHash.h154 #define tpmHashData_SHA384 sha384_process
/external/pdfium/core/fdrm/
Dfx_crypt_sha.cpp292 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()