Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/apps/
Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
Dreq.c1460 BIO *pbio = NULL; in set_keygen_ctx() local
1511 pbio = BIO_new_file(paramfile, "r"); in set_keygen_ctx()
1512 if (pbio == NULL) { in set_keygen_ctx()
1516 param = PEM_read_bio_Parameters(pbio, NULL); in set_keygen_ctx()
1521 (void)BIO_reset(pbio); in set_keygen_ctx()
1522 x = PEM_read_bio_X509(pbio, NULL, NULL, NULL); in set_keygen_ctx()
1529 BIO_free(pbio); in set_keygen_ctx()
/freebsd-12-stable/share/man/man4/man4.i386/
DMakefile22 pbio.4 \
/freebsd-12-stable/tools/kerneldoc/subsys/
DDoxyfile-dev_pbio14 INPUT = $(DOXYGEN_SRC_PATH)/dev/pbio/ \
/freebsd-12-stable/etc/mtree/
DBSD.include.dist163 pbio
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_doit.c55 static int PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg) in PKCS7_bio_add_digest() argument
71 if (*pbio == NULL) in PKCS7_bio_add_digest()
72 *pbio = btmp; in PKCS7_bio_add_digest()
73 else if (!BIO_push(*pbio, btmp)) { in PKCS7_bio_add_digest()
/freebsd-12-stable/sys/amd64/conf/
DNOTES541 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
555 device pbio
556 hint.pbio.0.at="isa"
557 hint.pbio.0.port="0x360"
/freebsd-12-stable/sys/dev/pbio/
Dpbio.c146 DRIVER_MODULE(pbio, isa, pbio_driver, pbio_devclass, 0, 0);
/freebsd-12-stable/sys/i386/conf/
DNOTES784 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
817 device pbio
818 hint.pbio.0.at="isa"
819 hint.pbio.0.port="0x360"
/freebsd-12-stable/include/
DMakefile49 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
/freebsd-12-stable/sys/conf/
Dfiles2656 dev/pbio/pbio.c optional pbio isa