Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c514 if ((biosk = sk_BIO_new_null()) == NULL) { in def_load_bio()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c621 parts = sk_BIO_new_null(); in multi_split()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h308 #define sk_BIO_new_null() ((STACK_OF(BIO) *)OPENSSL_sk_new_null()) macro