Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c127 if ((ui->strings = sk_UI_STRING_new_null()) == NULL) { in allocate_string_stack()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1505 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING) macro