Searched refs:pbio (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | genpkey.c | 213 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()
|
| D | req.c | 1460 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/ |
| D | Makefile | 22 pbio.4 \
|
| /freebsd-12-stable/tools/kerneldoc/subsys/ |
| D | Doxyfile-dev_pbio | 14 INPUT = $(DOXYGEN_SRC_PATH)/dev/pbio/ \
|
| /freebsd-12-stable/etc/mtree/ |
| D | BSD.include.dist | 163 pbio
|
| /freebsd-12-stable/crypto/openssl/crypto/pkcs7/ |
| D | pk7_doit.c | 55 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/ |
| D | NOTES | 541 # 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/ |
| D | pbio.c | 146 DRIVER_MODULE(pbio, isa, pbio_driver, pbio_devclass, 0, 0);
|
| /freebsd-12-stable/sys/i386/conf/ |
| D | NOTES | 784 # 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/ |
| D | Makefile | 49 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
|
| /freebsd-12-stable/sys/conf/ |
| D | files | 2656 dev/pbio/pbio.c optional pbio isa
|