Home
last modified time | relevance | path

Searched refs:EC_R_UNKNOWN_GROUP (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Decerr.h97 # define EC_R_UNKNOWN_GROUP 129 macro
/freebsd/crypto/openssl/crypto/ec/
H A Dec_err.c115 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNKNOWN_GROUP), "unknown group"},
H A Dec_curve.c3322 ERR_raise_data(ERR_LIB_EC, EC_R_UNKNOWN_GROUP, in EC_GROUP_new_by_curve_name_ex()
3325 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_GROUP); in EC_GROUP_new_by_curve_name_ex()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt669 EC_R_UNKNOWN_GROUP:129:unknown group
/freebsd/crypto/openssl/test/
H A Devp_test.c5041 && (reason == EC_R_UNKNOWN_GROUP in key_unsupported()