Searched refs:BIO_new_NDEF (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dbio_pk7.c69 return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7));
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_io.c94 return BIO_new_NDEF(out, (ASN1_VALUE *)cms,
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c98 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) function
H A Dasn_mime.c123 bio = BIO_new_NDEF(out, val, it);
H A Dasn1.h1149 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);

Completed in 71 milliseconds