Home
last modified time | relevance | path

Searched refs:UIerror (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c83 UIerror(ERR_R_MALLOC_FAILURE); in UI_new_method()
128 UIerror(ERR_R_MALLOC_FAILURE); in allocate_string_stack()
147 UIerror(UI_R_NO_RESULT_BUFFER); in general_allocate_prompt()
152 UIerror(ERR_R_MALLOC_FAILURE); in general_allocate_prompt()
158 UIerror(ERR_R_MALLOC_FAILURE); in general_allocate_prompt()
226 UIerror(ERR_R_MALLOC_FAILURE); in general_allocate_boolean()
231 UIerror(ERR_R_MALLOC_FAILURE); in general_allocate_boolean()
236 UIerror(ERR_R_MALLOC_FAILURE); in general_allocate_boolean()
381 UIerror(UI_R_INDEX_TOO_SMALL); in UI_get0_result()
385 UIerror(UI_R_INDEX_TOO_LARGE); in UI_get0_result()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h266 #define UIerror(r) ERR_PUT_error(ERR_LIB_UI,(0xfff),(r),__FILE__,__LINE__) macro