Searched refs:mbedtls_ecp_read_key (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_ecc.c | 76 int ret = mbedtls_ecp_read_key(eck->grp.id, eck, key, key_len); in mbedtls_pk_ecc_set_key()
|
| H A D | psa_crypto_ecp.c | 179 mbedtls_ecp_read_key(ecp->grp.id, in mbedtls_psa_ecp_load_representation()
|
| H A D | ecp.c | 3229 int mbedtls_ecp_read_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key, in mbedtls_ecp_read_key() function
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 1330 int mbedtls_ecp_read_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 1002 ret = mbedtls_ecp_read_key(ec_curve, &key_pair, a_ptr, a_size); in create_ec_priv_key_hidden_attributes()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2603 a byte buffer. It is the inverse of the existing mbedtls_ecp_read_key().
|