Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h553 2 * PSA_HASH_LENGTH(PSA_ALG_RSA_OAEP_GET_HASH(alg)) + 1 : \
Dcrypto_values.h1655 #define PSA_ALG_RSA_OAEP_GET_HASH(alg) \ macro
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_metadata.function278 TEST_EQUAL( PSA_ALG_RSA_OAEP_GET_HASH( rsa_oaep_alg ), alg );
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c3071 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH( alg ); in psa_rsa_oaep_set_padding_mode()