Searched refs:PSA_ALG_IS_RSA_PKCS1V15_SIGN (Results 1 – 4 of 4) sorted by relevance
67 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in sign_hash()143 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in verify_hash()
380 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()
2893 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()
1358 #define PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) \ macro1624 (PSA_ALG_IS_RSA_PSS(alg) || PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || \