Searched refs:EC_R_POINT_AT_INFINITY (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ecerr.h | 87 # define EC_R_POINT_AT_INFINITY 106 macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ecerr.h | 260 # define EC_R_POINT_AT_INFINITY 106 macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_err.c | 102 {ERR_PACK(ERR_LIB_EC, 0, EC_R_POINT_AT_INFINITY), "point at infinity"},
|
H A D | ec_key.c | 450 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_key_public_check_quick()
|
H A D | ec2_smpl.c | 328 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_GF2m_simple_point_get_affine_coordinates()
|
H A D | ecp_nistp224.c | 1346 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
|
H A D | ecp_nistz256.c | 1188 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ecp_nistz256_get_affine()
|
H A D | ec_lib.c | 913 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in EC_POINT_get_affine_coordinates()
|
H A D | ecp_nistp521.c | 1850 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
|
H A D | ecp_nistp256.c | 1958 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
|
H A D | ecp_smpl.c | 512 ERR_raise(ERR_LIB_EC, EC_R_POINT_AT_INFINITY); in ossl_ec_GFp_simple_point_get_affine_coordinates()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_err.c | 363 {ERR_PACK(ERR_LIB_EC, 0, EC_R_POINT_AT_INFINITY), "point at infinity"},
|
H A D | ec_key.c | 284 ECerr(EC_F_EC_KEY_SIMPLE_CHECK_KEY, EC_R_POINT_AT_INFINITY); in ec_key_simple_check_key()
|
H A D | ec2_smpl.c | 320 EC_R_POINT_AT_INFINITY); in ec_GF2m_simple_point_get_affine_coordinates()
|
H A D | ec_lib.c | 851 ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES, EC_R_POINT_AT_INFINITY); in EC_POINT_get_affine_coordinates()
|
H A D | ecp_nistp224.c | 1338 EC_R_POINT_AT_INFINITY);
|
H A D | ecp_nistz256.c | 1183 ECerr(EC_F_ECP_NISTZ256_GET_AFFINE, EC_R_POINT_AT_INFINITY); in ecp_nistz256_get_affine()
|
H A D | ecp_nistp521.c | 1793 EC_R_POINT_AT_INFINITY);
|
H A D | ecp_nistp256.c | 1953 EC_R_POINT_AT_INFINITY);
|
H A D | ecp_smpl.c | 507 EC_R_POINT_AT_INFINITY); in ec_GFp_simple_point_get_affine_coordinates()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 600 EC_R_POINT_AT_INFINITY:106:point at infinity
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 2192 EC_R_POINT_AT_INFINITY:106:point at infinity
|