Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_lib.c22 ret->meth_data = sk_void_new_null(); in DSO_new_method()
/freebsd/crypto/openssl/crypto/
H A Dex_data.c472 if ((ad->sk = sk_void_new_null()) == NULL) { in CRYPTO_set_ex_data()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h189 #define sk_void_new_null() ((STACK_OF(void) *)OPENSSL_sk_new_null()) macro