Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c852 size_t restricted_len = alg1_len > alg2_len ? alg1_len : alg2_len; in psa_key_policy_algorithm_intersection() local
858 alg1, restricted_len); in psa_key_policy_algorithm_intersection()
892 size_t restricted_len = alg1_len > alg2_len ? alg1_len : alg2_len; in psa_key_policy_algorithm_intersection() local
897 return PSA_ALG_AT_LEAST_THIS_LENGTH_MAC(alg1, restricted_len); in psa_key_policy_algorithm_intersection()