Home
last modified time | relevance | path

Searched refs:asn1_d2i_read_bio (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/asn1/
Da_d2i_fp.c65 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
93 len = asn1_d2i_read_bio(in, &b); in ASN1_d2i_bio()
114 len = asn1_d2i_read_bio(in, &b); in ASN1_item_d2i_bio()
145 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) in asn1_d2i_read_bio() function
/freebsd-10-stable/crypto/openssl/
DCHANGES1095 *) Check for potentially exploitable overflows in asn1_d2i_read_bio
4605 *) In asn1_d2i_read_bio() repeatedly call BIO_read() until all content