Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_signature.c53 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in sign_hash()
120 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in verify_hash()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_rsa.c347 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) { in mbedtls_psa_rsa_sign_hash()
446 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()
929 } else if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg_type) || in copy_from_psa()
Dpsa_crypto.c3174 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in psa_sign_hash_builtin()
3248 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || in psa_verify_hash_builtin()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1419 #define PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) \ macro
1687 (PSA_ALG_IS_RSA_PSS(alg) || PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg) || \
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function68 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) {
Dtest_suite_pk.function2682 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(key_alg) || key_alg == PSA_ALG_RSA_PKCS1V15_CRYPT) {
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c326 } else if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(core_alg)) { in psa_snprint_algorithm()
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c1209 if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg)) { in mbedtls_test_can_exercise_psa_algorithm()