Home
last modified time | relevance | path

Searched refs:pbio (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dgenpkey.c239 BIO *pbio; in init_keygen_file() local
247 pbio = BIO_new_file(file, "r"); in init_keygen_file()
248 if (pbio == NULL) { in init_keygen_file()
253 pkey = PEM_read_bio_Parameters_ex(pbio, NULL, libctx, propq); in init_keygen_file()
254 BIO_free(pbio); in init_keygen_file()
H A Dreq.c1508 BIO *pbio = NULL; in set_keygen_ctx() local
1564 pbio = BIO_new_file(paramfile, "r"); in set_keygen_ctx()
1565 if (pbio == NULL) { in set_keygen_ctx()
1569 param = PEM_read_bio_Parameters(pbio, NULL); in set_keygen_ctx()
1574 (void)BIO_reset(pbio); in set_keygen_ctx()
1575 x = PEM_read_bio_X509(pbio, NULL, NULL, NULL); in set_keygen_ctx()
1582 BIO_free(pbio); in set_keygen_ctx()
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_pbio12 INPUT = $(DOXYGEN_SRC_PATH)/dev/pbio/ \
/freebsd/share/man/man4/man4.i386/
H A DMakefile8 pbio.4 \
/freebsd/etc/mtree/
H A DBSD.include.dist168 pbio
/freebsd/sys/x86/conf/
H A DNOTES523 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
537 device pbio
538 envvar hint.pbio.0.at="isa"
539 envvar hint.pbio.0.port="0x360"
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c57 static int pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, in pkcs7_bio_add_digest() argument
93 if (*pbio == NULL) in pkcs7_bio_add_digest()
94 *pbio = btmp; in pkcs7_bio_add_digest()
95 else if (!BIO_push(*pbio, btmp)) { in pkcs7_bio_add_digest()
/freebsd/sys/amd64/conf/
H A DNOTES
/freebsd/sys/dev/pbio/
H A Dpbio.c135 DRIVER_MODULE(pbio, isa, pbio_driver, 0, 0);
/freebsd/sys/i386/conf/
H A DNOTES
/freebsd/include/
H A DMakefile54 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
/freebsd/crypto/openssl/test/
H A Dsslapitest.c6650 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local
6667 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read()
6671 SSL_set_bio(peer, pbio, pbio); in test_key_update_peer_in_read()
6824 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local
6841 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read()
6845 SSL_set_bio(peer, pbio, pbio); in test_key_update_local_in_read()
/freebsd/sys/conf/
H A Dfiles2597 dev/pbio/pbio.c optional pbio isa