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

/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c420 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) argument
629 if (PKCS7_is_detached(p7) || (in_bio != NULL))
631 bio=in_bio;

Completed in 272 milliseconds