Searched refs:in_bio (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/openssl/
H A Dts.c98 static TS_RESP *read_PKCS7(BIO *in_bio);
536 BIO *in_bio = NULL; local
542 if ((in_bio = BIO_new_file(in, "rb")) == NULL)
544 query = d2i_TS_REQ_bio(in_bio, NULL);
577 BIO_free_all(in_bio);
780 BIO *in_bio = NULL; local
788 if ((in_bio = BIO_new_file(in, "rb")) == NULL)
795 response = read_PKCS7(in_bio);
798 response = d2i_TS_RESP_bio(in_bio, NULL);
842 BIO_free_all(in_bio);
854 read_PKCS7(BIO *in_bio) argument
1072 BIO *in_bio = NULL; local
[all...]
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c425 PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) argument
609 if (PKCS7_is_detached(p7) || (in_bio != NULL)) {
610 bio = in_bio;
H A Dpkcs7.h345 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);

Completed in 179 milliseconds