Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1364 #define PSA_ALG_IS_RSA_PSS_ANY_SALT(alg) \ macro
1384 PSA_ALG_IS_RSA_PSS_ANY_SALT(alg))
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_rsa.c430 if( PSA_ALG_IS_RSA_PSS_ANY_SALT( alg ) ) in rsa_pss_expected_salt_len()
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c313 } else if (PSA_ALG_IS_RSA_PSS_ANY_SALT(core_alg)) { in psa_snprint_algorithm()