Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dasn_mime.c467 sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
476 sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
485 sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
495 sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
502 sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
510 } else sk_BIO_pop_free(parts, BIO_vfree); in SMIME_read_ASN1()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h347 #define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func)) macro