Searched refs:EC_R_UNDEFINED_GENERATOR (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | ecerr.h | 94 # define EC_R_UNDEFINED_GENERATOR 113 macro
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_check.c | 85 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in EC_GROUP_check()
|
H A D | ec_err.c | 112 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNDEFINED_GENERATOR), "undefined generator"},
|
H A D | ec_mult.c | 471 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in ossl_ec_wNAF_mul() 851 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in ossl_ec_wNAF_precompute_mult()
|
H A D | ecp_nistz256.c | 836 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in ecp_nistz256_mult_precompute() 987 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in ecp_nistz256_points_mul()
|
H A D | ec_asn1.c | 419 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in EC_GROUP_get_ecparameters()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 609 EC_R_UNDEFINED_GENERATOR:113:undefined generator
|