Searched refs:in_bio (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/openssl/ |
| D | ts.c | 98 static TS_RESP *read_PKCS7(BIO *in_bio); 536 BIO *in_bio = NULL; in query_command() local 542 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in query_command() 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 788 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command() 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() [all …]
|
| /openbsd/src/lib/libcrypto/pkcs7/ |
| D | pk7_doit.c | 425 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()
|
| D | pkcs7.h | 343 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|