Home
last modified time | relevance | path

Searched refs:BIO_new_NDEF (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/pkcs7/
H A Dbio_pk7.c18 return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7)); in BIO_new_PKCS7()
/openssl/crypto/cms/
H A Dcms_io.c62 return BIO_new_NDEF(out, (ASN1_VALUE *)cms, in IMPLEMENT_PEM_rw()
/openssl/crypto/asn1/
H A Dbio_ndef.c58 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF() function
H A Dasn_mime.c77 bio = BIO_new_NDEF(out, val, it); in i2d_ASN1_bio_stream()
/openssl/util/
H A Dmissingcrypto.txt200 BIO_new_NDEF(3)
H A Dmissingcrypto111.txt225 BIO_new_NDEF(3)
H A Dlibcrypto.num3057 BIO_new_NDEF 3124 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dasn1.h.in927 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
/openssl/
H A DNEWS.md444 * Fixed Use-after-free following BIO_new_NDEF ([CVE-2023-0215])
H A DCHANGES.md1446 * Fixed Use-after-free following BIO_new_NDEF.
1448 The public API function BIO_new_NDEF is a helper function used for

Completed in 85 milliseconds