Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Drsa.h426 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c303 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_key()
310 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, &T, NULL)) != 0 || in mbedtls_rsa_write_key()
317 if ((ret = mbedtls_rsa_export_crt(rsa, &T, NULL, NULL)) != 0 || in mbedtls_rsa_write_key()
917 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export_crt() function