Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbio_readbuffer_test.c29 BIO *in = NULL, *in_bio = NULL, *readbuf_bio = NULL; in test_readbuffer_file_bio() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dts.c400 BIO *in_bio = NULL; in query_command() local
595 BIO *in_bio = NULL; in reply_command() local
659 static TS_RESP *read_PKCS7(BIO *in_bio) in read_PKCS7()
855 BIO *in_bio = NULL; in verify_command() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dts.c373 BIO *in_bio = NULL; in query_command() local
564 BIO *in_bio = NULL; in reply_command() local
628 static TS_RESP *read_PKCS7(BIO *in_bio) in read_PKCS7()
823 BIO *in_bio = NULL; in verify_command() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c359 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode()