Searched refs:EC_R_INVALID_GROUP_ORDER (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | ecerr.h | 58 # define EC_R_INVALID_GROUP_ORDER 122 macro
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_check.c | 107 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_check()
|
H A D | ec_err.c | 65 {ERR_PACK(ERR_LIB_EC, 0, EC_R_INVALID_GROUP_ORDER), "invalid group order"},
|
H A D | ec_asn1.c | 734 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_new_from_ecparameters() 738 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 389 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_set_generator() 1705 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_new_from_params()
|
H A D | ec_backend.c | 214 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in ec_group_explicit_todata()
|
H A D | ec_key.c | 582 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in ossl_ec_key_public_check()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 630 EC_R_INVALID_GROUP_ORDER:122:invalid group order
|