Searched refs:mbedtls_rsa_write_key (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa_internal.h | 72 int mbedtls_rsa_write_key(const mbedtls_rsa_context *rsa, unsigned char *start,
|
| H A D | pkwrite.c | 85 return mbedtls_rsa_write_key(mbedtls_pk_rsa(*pk), buf, p); in pk_write_rsa_der()
|
| H A D | psa_crypto_rsa.c | 164 ret = mbedtls_rsa_write_key(rsa, data, &end); in mbedtls_psa_rsa_export_key()
|
| H A D | pk_wrap.c | 194 key_len = mbedtls_rsa_write_key(rsa_ctx, buf, &p); in mbedtls_pk_psa_rsa_sign_ext() 301 key_len = mbedtls_rsa_write_key(rsa, buf, &p); in rsa_decrypt_wrap()
|
| H A D | pk.c | 656 int ret = mbedtls_rsa_write_key(mbedtls_pk_rsa(*pk), in import_pair_into_psa()
|
| H A D | rsa.c | 288 int mbedtls_rsa_write_key(const mbedtls_rsa_context *rsa, unsigned char *start, in mbedtls_rsa_write_key() function
|