Searched refs:ec (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkwrite.c | 124 mbedtls_ecp_keypair *ec = mbedtls_pk_ec(*pk); in pk_write_ec_pubkey() local 142 if ((ret = mbedtls_ecp_point_write_binary(&ec->grp, &ec->Q, in pk_write_ec_pubkey() 210 mbedtls_ecp_keypair *ec = mbedtls_pk_ec_rw(*pk); in pk_write_ec_private() local 211 byte_length = (ec->grp.pbits + 7) / 8; in pk_write_ec_private() 213 ret = mbedtls_ecp_write_key_ext(ec, &byte_length, tmp, sizeof(tmp)); in pk_write_ec_private()
|
| H A D | pk.c | 471 const mbedtls_ecp_keypair *ec = mbedtls_pk_ec_ro(*pk); in mbedtls_pk_get_psa_attributes() local 472 int has_private = (ec->d.n != 0); in mbedtls_pk_get_psa_attributes() 475 mbedtls_ecc_group_to_psa(ec->grp.id, &bits); in mbedtls_pk_get_psa_attributes() 684 const mbedtls_ecp_keypair *ec = mbedtls_pk_ec_ro(*pk); in import_pair_into_psa() local 686 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_pair_into_psa() 700 if (ec->d.n == 0) { in import_pair_into_psa() 711 int ret = mbedtls_ecp_write_key_ext(ec, &key_length, in import_pair_into_psa() 785 const mbedtls_ecp_keypair *ec = mbedtls_pk_ec_ro(*pk); in import_public_into_psa() 787 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_public_into_psa() 793 ec, MBEDTLS_ECP_PF_UNCOMPRESSED, in import_public_into_psa()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157a-dk1.dts | 31 board_id: board_id@ec {
|
| H A D | stm32mp157c-dk2.dts | 33 board_id: board_id@ec {
|
| H A D | stm32mp157c-ed1.dts | 126 board_id: board_id@ec {
|