Searched refs:in_bio (Results 1 – 3 of 3) sorted by relevance
98 static TS_RESP *read_PKCS7(BIO *in_bio);536 BIO *in_bio = NULL; in query_command() local544 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() local795 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() argument1072 BIO *in_bio = NULL; in verify_command() local[all …]
425 PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode() argument609 if (PKCS7_is_detached(p7) || (in_bio != NULL)) { in PKCS7_dataDecode()610 bio = in_bio; in PKCS7_dataDecode()
343 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);