Searched refs:mbedtls_rsa_get_padding_mode (Results 1 – 5 of 5) sorted by relevance
187 int mbedtls_rsa_get_padding_mode(const mbedtls_rsa_context *ctx);
86 if (mbedtls_rsa_get_padding_mode(rsa) == MBEDTLS_RSA_PKCS_V21) { in rsa_verify_wrap()244 if (mbedtls_rsa_get_padding_mode(mbedtls_pk_rsa(*pk)) == MBEDTLS_RSA_PKCS_V21) { in rsa_sign_wrap()308 if (mbedtls_rsa_get_padding_mode(rsa) == MBEDTLS_RSA_PKCS_V21) { in rsa_decrypt_wrap()390 if (mbedtls_rsa_get_padding_mode(rsa) == MBEDTLS_RSA_PKCS_V21) { in rsa_encrypt_wrap()
383 if (mbedtls_rsa_get_padding_mode(rsa) == MBEDTLS_RSA_PKCS_V21) { in psa_algorithm_for_rsa()
1009 int mbedtls_rsa_get_padding_mode(const mbedtls_rsa_context *ctx) in mbedtls_rsa_get_padding_mode() function
1051 * Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg()