| /freebsd-13-stable/crypto/openssl/crypto/sm2/ |
| HD | sm2_sign.c | 111 || !EC_POINT_get_affine_coordinates(group, in sm2_compute_z_digest() 118 || !EC_POINT_get_affine_coordinates(group, in sm2_compute_z_digest() 236 || !EC_POINT_get_affine_coordinates(group, kG, x1, NULL, in sm2_sig_gen() 345 || !EC_POINT_get_affine_coordinates(group, pt, x1, NULL, ctx)) { in sm2_sig_verify()
|
| HD | sm2_crypt.c | 178 || !EC_POINT_get_affine_coordinates(group, kG, x1, y1, ctx) in sm2_encrypt() 180 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { in sm2_encrypt() 336 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) { in sm2_decrypt()
|
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | ec2_smpl.c | 392 if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx)) in ec_GF2m_simple_add() 401 if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx)) in ec_GF2m_simple_add() 592 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ec_GF2m_simple_cmp() 594 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ec_GF2m_simple_cmp() 627 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GF2m_simple_make_affine()
|
| HD | ecdh_ossl.c | 86 if (!EC_POINT_get_affine_coordinates(group, tmp, x, NULL, ctx)) { in ecdh_simple_compute_key()
|
| HD | ecdsa_ossl.c | 112 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 409 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) { in ossl_ecdsa_verify_sig()
|
| HD | ec2_oct.c | 169 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GF2m_simple_point2oct()
|
| HD | ec_lib.c | 837 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates() function 862 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp() 870 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
|
| HD | ecp_oct.c | 209 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GFp_simple_point2oct()
|
| HD | ec_key.c | 368 if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx)) in EC_KEY_set_public_key_affine_coordinates()
|
| HD | ec_curve.c | 3291 && EC_POINT_get_affine_coordinates(group, generator, bn[3], bn[4], ctx) in ec_curve_nid_from_params()
|
| HD | ecp_smpl.c | 1183 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GFp_simple_make_affine()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | EC_POINT_new.pod | 16 EC_POINT_get_affine_coordinates, 54 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p, 124 function EC_POINT_get_affine_coordinates() sets B<x> and B<y>, either of which 134 EC_POINT_get_affine_coordinates(). They are defined for backwards compatibility
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ec.h | 516 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,
|
| /freebsd-13-stable/contrib/wpa/src/crypto/ |
| HD | crypto_openssl.c | 148 static int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates() function 2447 return EC_POINT_get_affine_coordinates(e->group, in crypto_ec_point_x() 2468 EC_POINT_get_affine_coordinates(e->group, (EC_POINT *) point, in crypto_ec_point_to_bin() 2610 EC_POINT_get_affine_coordinates(e->group, (const EC_POINT *) p, in crypto_ec_point_debug_print() 2817 if (EC_POINT_get_affine_coordinates(ecdh->ec->group, pubkey, in crypto_ecdh_get_pubkey()
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 4184 EC_POINT_get_affine_coordinates;
|
| /freebsd-13-stable/crypto/openssl/crypto/err/ |
| HD | openssl.txt | 622 EC_F_EC_POINT_GET_AFFINE_COORDINATES:293:EC_POINT_get_affine_coordinates
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 1236 MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates.3
|