Searched defs:gx (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_set_curve_internal.c | 79 int ecc_set_curve_from_mpis(void *a, void *b, void *prime, void *order, void *gx, void *gy, unsigne… in ecc_set_curve_from_mpis()
|
| H A D | ecc_export_openssl.c | 20 void *prime, *order, *a, *b, *gx, *gy; in ecc_export_openssl() local
|
| H A D | ecc_import_pkcs8.c | 44 void *a, *b, *gx, *gy; in ecc_import_pkcs8() local
|
| H A D | ecc_import_openssl.c | 44 void *prime, *order, *a, *b, *gx, *gy; in s_ecc_import_private_with_curve() local
|
| H A D | ecc_import_x509.c | 35 void *prime, *order, *a, *b, *gx, *gy; in s_ecc_import_x509_with_curve() local
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_ecc.c | 385 uint8_t *gx, uint8_t *gy, in hpre_ecc_curve_to_hpre_bin() 1028 uint8_t *gx = n + msg->key_bytes; in hpre_ecc_sign_params_fill() local 1233 uint8_t *gx = n + msg->key_bytes; in hpre_ecc_verify_transfer_key() local 1301 uint8_t *gx = n + msg->key_bytes; in hpre_ecc_verify_params_fill() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp_curves.c | 4560 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load()
|
| H A D | ecp_curves_new.c | 4528 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load()
|