Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h1068 #define PSA_ALG_TRUNCATED_MAC(mac_alg, mac_length) \ macro
1128 (PSA_ALG_TRUNCATED_MAC(mac_alg, min_mac_length) | \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cookie.c121 ctx->psa_hmac_alg = PSA_ALG_TRUNCATED_MAC(PSA_ALG_HMAC(alg), in mbedtls_ssl_cookie_setup()
H A Dpsa_crypto.c910 return PSA_ALG_TRUNCATED_MAC(alg1, alg1_len); in psa_key_policy_algorithm_intersection()