Searched refs:pbio (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | genpkey.c | 347 BIO *pbio; in init_keygen_file() local 355 pbio = BIO_new_file(file, "r"); in init_keygen_file() 356 if (pbio == NULL) { in init_keygen_file() 361 pkey = PEM_read_bio_Parameters_ex(pbio, NULL, libctx, propq); in init_keygen_file() 362 BIO_free(pbio); in init_keygen_file()
|
| H A D | req.c | 1524 BIO *pbio = NULL; in set_keygen_ctx() local 1580 pbio = BIO_new_file(paramfile, "r"); in set_keygen_ctx() 1581 if (pbio == NULL) { in set_keygen_ctx() 1585 param = PEM_read_bio_Parameters(pbio, NULL); in set_keygen_ctx() 1590 (void)BIO_reset(pbio); in set_keygen_ctx() 1591 x = PEM_read_bio_X509(pbio, NULL, NULL, NULL); in set_keygen_ctx() 1598 BIO_free(pbio); in set_keygen_ctx()
|
| /freebsd/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_pbio | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/pbio/ \
|
| /freebsd/share/man/man4/man4.i386/ |
| H A D | Makefile | 8 pbio.4 \
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 94 static int pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, in pkcs7_bio_add_digest() argument 130 if (*pbio == NULL) in pkcs7_bio_add_digest() 131 *pbio = btmp; in pkcs7_bio_add_digest() 132 else if (!BIO_push(*pbio, btmp)) { in pkcs7_bio_add_digest()
|
| /freebsd/etc/mtree/ |
| H A D | BSD.include.dist | 244 pbio
|
| /freebsd/sys/x86/conf/ |
| H A D | NOTES | 533 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724) 546 device pbio 547 envvar hint.pbio.0.at="isa" 548 envvar hint.pbio.0.port="0x360"
|
| /freebsd/sys/dev/pbio/ |
| H A D | pbio.c | 135 DRIVER_MODULE(pbio, isa, pbio_driver, 0, 0);
|
| /freebsd/include/ |
| H A D | Makefile | 55 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 7002 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local 7019 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read() 7023 SSL_set_bio(peer, pbio, pbio); in test_key_update_peer_in_read() 7176 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local 7193 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read() 7197 SSL_set_bio(peer, pbio, pbio); in test_key_update_local_in_read()
|
| /freebsd/sys/conf/ |
| H A D | files | 2658 dev/pbio/pbio.c optional pbio isa
|