Searched refs:PSA_ALG_IS_RSA_PKCS1V15_SIGN (Results 1 – 3 of 3) sorted by relevance
1358 #define PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) \ macro1624 (PSA_ALG_IS_RSA_PSS(alg) || PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || \
405 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) ) in rsa_sign_hash()506 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) ) in rsa_verify_hash()
2894 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in psa_sign_hash_builtin()2965 if( PSA_ALG_IS_RSA_PKCS1V15_SIGN( alg ) || in psa_verify_hash_builtin()
Completed in 17 milliseconds