Home
last modified time | relevance | path

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

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