Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/apps/
HDgenpkey.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()
HDreq.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-14-stable/tools/kerneldoc/subsys/
HDDoxyfile-dev_pbio12 INPUT = $(DOXYGEN_SRC_PATH)/dev/pbio/ \
/freebsd-14-stable/share/man/man4/man4.i386/
HDMakefile9 pbio.4 \
/freebsd-14-stable/etc/mtree/
HDBSD.include.dist166 pbio
/freebsd-14-stable/crypto/openssl/crypto/pkcs7/
HDpk7_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-14-stable/sys/x86/conf/
HDNOTES520 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
534 device pbio
535 envvar hint.pbio.0.at="isa"
536 envvar hint.pbio.0.port="0x360"
/freebsd-14-stable/sys/dev/pbio/
HDpbio.c136 DRIVER_MODULE(pbio, isa, pbio_driver, 0, 0);
/freebsd-14-stable/include/
HDMakefile56 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.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-14-stable/sys/conf/
HDfiles2602 dev/pbio/pbio.c optional pbio isa