Searched refs:BIO_new_NDEF (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/pkcs7/ |
A D | bio_pk7.c | 23 return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7)); in BIO_new_PKCS7()
|
/openssl-master/crypto/cms/ |
A D | cms_io.c | 58 return BIO_new_NDEF(out, (ASN1_VALUE *)cms, in IMPLEMENT_PEM_rw()
|
/openssl-master/crypto/asn1/ |
A D | bio_ndef.c | 53 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF() function
|
A D | asn_mime.c | 75 bio = BIO_new_NDEF(out, val, it); in i2d_ASN1_bio_stream()
|
/openssl-master/util/ |
A D | missingcrypto.txt | 203 BIO_new_NDEF(3)
|
A D | missingcrypto111.txt | 225 BIO_new_NDEF(3)
|
A D | libcrypto.num | 3057 BIO_new_NDEF 3124 3_0_0 EXIST::FUNCTION:
|
/openssl-master/include/openssl/ |
A D | asn1.h.in | 922 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
|
Completed in 23 milliseconds