Searched refs:bio (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | Makefile.files | 35 bio.c \
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | dstream.c | 734 BIO_ds_dump(PKG_ERR *err, char *device, BIO *bio) in BIO_ds_dump() argument 745 if (BIO_write(bio, readbuf, amtread) != amtread) { in BIO_ds_dump() 771 BIO_ds_dump_header(PKG_ERR *err, BIO *bio) in BIO_ds_dump_header() argument 778 if (BIO_write(bio, ds_header_raw, ds_headsize) != ds_headsize) { in BIO_ds_dump_header()
|
H A D | pkgtrans.c | 1695 pkgdump(char *srcinst, BIO *bio) in pkgdump() argument 1798 n = BIO_dump_cmd(cmd, bio); in pkgdump() 1864 dump_hdr_and_pkgs(BIO *bio, struct dm_buf *hdr, char **pkglist) in dump_hdr_and_pkgs() argument 1874 (void) BIO_write(bio, (hdr->text_buffer + block_cnt), BLK_SIZE); in dump_hdr_and_pkgs() 1901 if (pkgdump(pkglist[i], bio)) { in dump_hdr_and_pkgs() 1929 BIO_dump_cmd(char *cmd, BIO *bio) in BIO_dump_cmd() argument 1943 if (BIO_write(bio, buf, BLK_SIZE) != BLK_SIZE) { in BIO_dump_cmd()
|
H A D | pkglib.h | 440 extern int BIO_dump_cmd(char *cmd, BIO *bio);
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 3329 BIO *bio = NULL; in local_export_pk12() local 3342 if ((bio = BIO_new_file(filename, "wb")) == NULL) { in local_export_pk12() 3467 if (!i2d_PKCS12_bio(bio, p12_elem)) { in local_export_pk12() 3477 if (bio != NULL) in local_export_pk12() 3478 (void) BIO_free_all(bio); in local_export_pk12() 4379 BIO *bio = NULL; in openssl_import_objects() local 4405 bio = BIO_new_file(filename, "rb"); in openssl_import_objects() 4406 if (bio == NULL) { in openssl_import_objects() 4412 rv = extract_pkcs12(bio, (uchar_t *)cred->cred, in openssl_import_objects() 4460 if (bio != NULL) in openssl_import_objects() [all …]
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 950 BIO *bio; local 952 if ((bio = BIO_new_file(dhparam, "r")) != NULL) 954 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); 955 BIO_free(bio);
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.h | 203 PKCS7 *p7, BIO *bio);
|
H A D | pkinit_crypto_openssl.c | 6495 BIO *out=NULL,*etmp=NULL,*bio=NULL; local 6630 bio = BIO_new_mem_buf(data_body->data, data_body->length); 6632 bio=BIO_new(BIO_s_mem()); 6633 BIO_set_mem_eof_return(bio,0); 6635 BIO_push(out,bio); 6636 bio=NULL; 6644 if (bio != NULL) BIO_free_all(bio);
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 108 bio.o \
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | southamerica | 931 # From Fábio Gomes (2018-10-04):
|