Searched refs:in_bio (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/ |
D | ts.c | 54 static TS_RESP *read_PKCS7(BIO *in_bio); 373 BIO *in_bio = NULL; in query_command() local 379 if ((in_bio = bio_open_default(in, 'r', FORMAT_ASN1)) == NULL) in query_command() 381 query = d2i_TS_REQ_bio(in_bio, NULL); in query_command() 407 BIO_free_all(in_bio); in query_command() 564 BIO *in_bio = NULL; in reply_command() local 571 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command() 574 response = read_PKCS7(in_bio); in reply_command() 576 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command() 618 BIO_free_all(in_bio); in reply_command() [all …]
|
/third_party/openssl/doc/man3/ |
D | BIO_find_type.pod | 49 btmp = in_bio; /* in_bio is chain to search through */
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 359 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode() argument 435 if (data_body == NULL && in_bio == NULL) { in PKCS7_dataDecode() 566 if (in_bio != NULL) { in PKCS7_dataDecode() 567 bio = in_bio; in PKCS7_dataDecode()
|
/third_party/openssl/include/openssl/ |
D | pkcs7.h | 254 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|