Searched refs:BIO_new_NDEF (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/pkcs7/ |
H A D | bio_pk7.c | 18 return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7)); in BIO_new_PKCS7()
|
/openssl/crypto/cms/ |
H A D | cms_io.c | 62 return BIO_new_NDEF(out, (ASN1_VALUE *)cms, in IMPLEMENT_PEM_rw()
|
/openssl/crypto/asn1/ |
H A D | bio_ndef.c | 58 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF() function
|
H A D | asn_mime.c | 77 bio = BIO_new_NDEF(out, val, it); in i2d_ASN1_bio_stream()
|
/openssl/util/ |
H A D | missingcrypto.txt | 200 BIO_new_NDEF(3)
|
H A D | missingcrypto111.txt | 225 BIO_new_NDEF(3)
|
H A D | libcrypto.num | 3057 BIO_new_NDEF 3124 3_0_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 927 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
|
/openssl/ |
H A D | NEWS.md | 444 * Fixed Use-after-free following BIO_new_NDEF ([CVE-2023-0215])
|
H A D | CHANGES.md | 1446 * 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