Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/src/drivers/
Dtest_driver_signature.c66 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in sign_hash()
133 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in verify_hash()
/third_party/mbedtls/library/
Dpsa_crypto_rsa.c373 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) { in mbedtls_psa_rsa_sign_hash()
472 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) { in mbedtls_psa_rsa_verify_hash()
Dpk.c261 PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) == 0 && in mbedtls_pk_can_do_ext()
287 } else if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in mbedtls_pk_can_do_ext()
Dpsa_crypto.c2958 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in psa_sign_hash_builtin()
3019 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in psa_verify_hash_builtin()
/third_party/mbedtls/include/psa/
Dcrypto_values.h1411 #define PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) \ macro
1679 (PSA_ALG_IS_RSA_PSS(alg) || PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || \
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_storage_format.function68 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) {