Searched refs:mbedtls_rsa_export (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | rsa.h | 349 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa.c | 324 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 D | psa_crypto_rsa.c | 49 mbedtls_rsa_export(rsa, &n, NULL, NULL, NULL, NULL)); in psa_check_rsa_key_byte_aligned()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 2549 mbedtls_rc = mbedtls_rsa_export(rsa, &n, &p, &q, &d, &e); in set_private_key_data_rsa()
|