Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_check_pubkey (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Drsa.h486 int mbedtls_rsa_check_pubkey(const mbedtls_rsa_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c210 (ret = mbedtls_rsa_check_pubkey(rsa)) != 0) { in mbedtls_rsa_parse_key()
277 mbedtls_rsa_check_pubkey(rsa) != 0) { in mbedtls_rsa_parse_pubkey()
1171 int mbedtls_rsa_check_pubkey(const mbedtls_rsa_context *ctx) in mbedtls_rsa_check_pubkey() function
1195 if (mbedtls_rsa_check_pubkey(ctx) != 0 || in mbedtls_rsa_check_privkey()
1221 if (mbedtls_rsa_check_pubkey(pub) != 0 || in mbedtls_rsa_check_pub_priv()
2960 if (mbedtls_rsa_check_pubkey(&rsa) != 0 || in mbedtls_rsa_self_test()