Searched refs:ECerr (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 51 ECerr(EC_F_EC_POINT_BN2POINT, ERR_R_MALLOC_FAILURE); in EC_POINT_bn2point()
|
H A D | ec_lib.c | 1511 ECerr(0, EC_R_INVALID_FORM); in ossl_ec_group_set_params() 1520 ECerr(0, EC_R_INVALID_FORM); in ossl_ec_group_set_params() 1531 ECerr(0, EC_R_INVALID_SEED); in ossl_ec_group_set_params()
|
H A D | ec_backend.c | 526 ECerr(0, EC_R_INVALID_FORM); in ec_key_point_format_fromdata()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 144 # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL) macro
|
H A D | err.h.in | 146 # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL) macro
|