Searched defs:gy (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_set_curve_internal.c | 86 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()
|
A D | ecc_export_openssl.c | 27 void *prime, *order, *a, *b, *gx, *gy; in ecc_export_openssl() local
|
A D | ecc_import_pkcs8.c | 51 void *a, *b, *gx, *gy; in ecc_import_pkcs8() local
|
A D | ecc_import_openssl.c | 51 void *prime, *order, *a, *b, *gx, *gy; in _ecc_import_private_with_curve() local
|
A D | ecc_import_x509.c | 42 void *prime, *order, *a, *b, *gx, *gy; in _ecc_import_x509_with_curve() local
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecp_curves.c | 610 const mbedtls_mpi_uint *gy, size_t gylen, in ecp_group_load()
|
Completed in 10 milliseconds