Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_export (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Drsa.h349 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c324 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, &T, NULL, NULL)) != 0 || in mbedtls_rsa_write_key()
331 if ((ret = mbedtls_rsa_export(rsa, NULL, &T, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_key()
338 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, &T, NULL)) != 0 || in mbedtls_rsa_write_key()
345 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_key()
352 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_key()
390 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_pubkey()
397 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_pubkey()
874 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export() function
H A Dpsa_crypto_rsa.c49 mbedtls_rsa_export(rsa, &n, NULL, NULL, NULL, NULL)); in psa_check_rsa_key_byte_aligned()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c2549 mbedtls_rc = mbedtls_rsa_export(rsa, &n, &p, &q, &d, &e); in set_private_key_data_rsa()