Home
last modified time | relevance | path

Searched refs:ERR_R_DISABLED (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/ec/
H A Dec_lib.c1376 ECerror(ERR_R_DISABLED); in EC_POINT_set_Jprojective_coordinates_GFp()
1385 ECerror(ERR_R_DISABLED); in EC_POINT_get_Jprojective_coordinates_GFp()
1394 ECerror(ERR_R_DISABLED); in EC_POINTs_make_affine()
1404 ECerror(ERR_R_DISABLED); in EC_POINTs_mul()
1412 ECerror(ERR_R_DISABLED); in EC_GROUP_method_of()
1420 ECerror(ERR_R_DISABLED); in EC_METHOD_get_field_type()
1428 ECerror(ERR_R_DISABLED); in EC_POINT_method_of()
1436 ECerror(ERR_R_DISABLED); in EC_GROUP_precompute_mult()
1444 ECerror(ERR_R_DISABLED); in EC_GROUP_have_precompute_mult()
/openbsd/lib/libcrypto/err/
H A Derr.h338 #define ERR_R_DISABLED (5|ERR_R_FATAL) macro
H A Derr.c225 {ERR_R_DISABLED, "called a function that was disabled at compile-time"},