Searched refs:ERR_set_error_data (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Derr.h29 LCRYPTO_USED(ERR_set_error_data); variable
/openbsd-current/lib/libcrypto/err/
H A Derr.c1086 ERR_set_error_data(char *data, int flags) function
1101 LCRYPTO_ALIAS(ERR_set_error_data); variable
1114 ERR_set_error_data("malloc failed", ERR_TXT_STRING);
1116 ERR_set_error_data(errbuf, ERR_TXT_MALLOCED|ERR_TXT_STRING);
1130 ERR_set_error_data("too many errors", ERR_TXT_STRING);
1135 ERR_set_error_data("malloc failed", ERR_TXT_STRING);
1137 ERR_set_error_data(errbuf, ERR_TXT_MALLOCED|ERR_TXT_STRING);
H A Derr.h350 void ERR_set_error_data(char *data, int flags);

Completed in 102 milliseconds