Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpsa_crypto.c5433 uint8_t U_i[PSA_MAC_MAX_SIZE]; local
5458 status = psa_mac_sign_finish(&mac_operation, U_i, sizeof(U_i),
5469 memcpy(U_accumulator, U_i, prf_output_length);
5478 prf_alg, U_i, prf_output_length,
5479 U_i, prf_output_length,
5485 mbedtls_xor(U_accumulator, U_accumulator, U_i, prf_output_length);
5490 mbedtls_platform_zeroize(U_i, PSA_MAC_MAX_SIZE);