Searched refs:pbio (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | genpkey.c | 239 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 D | req.c | 1508 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 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/etc/mtree/ |
H A D | BSD.include.dist | 168 pbio
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 523 # 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 D | pk7_doit.c | 57 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 D | NOTES |
|
/freebsd/sys/dev/pbio/ |
H A D | pbio.c | 135 DRIVER_MODULE(pbio, isa, pbio_driver, 0, 0);
|
/freebsd/sys/i386/conf/ |
H A D | NOTES |
|
/freebsd/include/ |
H A D | Makefile | 54 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 6650 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 D | files | 2597 dev/pbio/pbio.c optional pbio isa
|