Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/src/drivers/
Dtest_driver_signature.c67 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in sign_hash()
143 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in verify_hash()
/third_party/mbedtls/library/
Dpsa_crypto_rsa.c380 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) ) in mbedtls_psa_rsa_sign_hash()
481 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) ) in mbedtls_psa_rsa_verify_hash()
Dpsa_crypto.c2893 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in psa_sign_hash_builtin()
2963 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in psa_verify_hash_builtin()
/third_party/mbedtls/include/psa/
Dcrypto_values.h1358 #define PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) \ macro
1624 (PSA_ALG_IS_RSA_PSS(alg) || PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || \