Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_read_key (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_ecc.c76 int ret = mbedtls_ecp_read_key(eck->grp.id, eck, key, key_len); in mbedtls_pk_ecc_set_key()
H A Dpsa_crypto_ecp.c179 mbedtls_ecp_read_key(ecp->grp.id, in mbedtls_psa_ecp_load_representation()
H A Decp.c3229 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 Decp.h1330 int mbedtls_ecp_read_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key,
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c1002 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 DChangeLog2603 a byte buffer. It is the inverse of the existing mbedtls_ecp_read_key().