Searched refs:data (Results 951 - 975 of 1382) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_crypt.c90 smb_auth_hmac_md5(const unsigned char *data, argument
124 rv = C_SignUpdate(hSession, (CK_BYTE_PTR)data, data_len);
196 /* Read in the data and encrypt this portion */
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c56 dt_buf_create(dtp, &ddo->ddo_ldata, "loadable data", 0);
57 dt_buf_create(dtp, &ddo->ddo_udata, "unloadable data", 0);
59 dt_buf_create(dtp, &ddo->ddo_probes, "probe data", 0);
132 * Add a loadable DOF section to the file using the specified data buffer and
134 * If 'data' is NULL, the caller is responsible for manipulating the ldata buf.
137 dof_add_lsect(dt_dof_t *ddo, const void *data, uint32_t type, argument
152 if (data != NULL)
153 dt_buf_write(dtp, &ddo->ddo_ldata, data, size, align);
159 * Add an unloadable DOF section to the file using the specified data buffer
161 * If 'data' i
164 dof_add_usect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
392 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) argument
[all...]
/osnet-11/usr/src/lib/libinetutil/common/
H A Deh.c116 * void *: data for the shutdown callback. it may be NULL
384 void *data)
401 eh->iueh_sig_info[sig].iues_data = data;
383 iu_eh_register_signal(iu_eh_t *eh, int sig, iu_eh_sighandler_t *handler, void *data) argument
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dload_node.c244 * Warning: lookup_package_property uses a static data area to
246 * of the data.
248 strcpy(libname, (char *)p->data);
260 * Warning: lookup_package_property uses a static data area to build
262 * data.
264 strcat(libname, (char *)p->data);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_mdesc.c44 hb_free(void *data, size_t size) argument
46 umem_free(data, size);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_keytab.c134 client->realm.data = realm.data;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c227 if (strlen (default_name -> data) + 5 > name_size) {
232 default_name -> data);
H A Dhst_realm.c285 memcpy(host, hdata->data, hdata->length);
483 drealm.data = cp;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c180 void *data ),
181 (kcontext, match_entry, func, data));
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h184 receives required authorization data that
511 pkinit_cert_matching_data *data); /* IN */
518 pkinit_cert_matching_data *data); /* IN */
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c89 nvram_set (void * data __attribute__ ((unused)))
231 nvram_unload (void * data __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c1111 ecc_sign (int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey)
1118 if (!data || !skey[0] || !skey[1] || !skey[2] || !skey[3] || !skey[4]
1145 err = sign (data, &sk, resarr[0], resarr[1]);
1158 ecc_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1168 if (!data[0] || !data[1] || !hash || !pkey[0] || !pkey[1] || !pkey[2]
1192 err = verify (hash, &pk, data[0], data[1]);
1107 ecc_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
1154 ecc_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c1111 ecc_sign (int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey)
1118 if (!data || !skey[0] || !skey[1] || !skey[2] || !skey[3] || !skey[4]
1145 err = sign (data, &sk, resarr[0], resarr[1]);
1158 ecc_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1168 if (!data[0] || !data[1] || !hash || !pkey[0] || !pkey[1] || !pkey[2]
1192 err = verify (hash, &pk, data[0], data[1]);
1107 ecc_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
1154 ecc_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h275 const void *data,
283 const void *data, grub_size_t datalen, void *out);
303 be filled with the derived data. */
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c112 * the offset from the end of the data, not the offset of the start.
129 * If the bits we want do not begin on a byte boundary, shift the data
299 elt_print(const char *name, ctf_id_t id, ulong_t off, int depth, void *data) argument
304 printarg_t *pap = data;
/osnet-11/usr/src/common/crypto/ecc/
H A Decc_impl.h133 unsigned char *data; member in struct:SECItemStr
224 CHECK_MPI_OK(mp_read_unsigned_octets((mp), (it).data, (it).len))
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c25 /* Private data structure */
43 * get enough data (on the assumption that if you not interested in
45 * of data).
59 /* Write input data */
72 printf ( "pnic_command %#hx: wrong data length "
86 /* Retrieve output data */
161 const char *data) /* Packet */
174 memcpy ( tx_buffer + ETH_HLEN, data, size );
222 /* Clear private data structure and chain it in */
156 pnic_transmit( struct nic *nic, const char *dest, unsigned int type, unsigned int size, const char *data) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwrite.t13 my $data = <$fh>;
15 $data;
570 my @data = <DATA>;
585 unless (@data) {
590 my $exp = shift @data;
598 print + (@data?"not ":""), "ok ", $test++, " - too litle output\n";
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c701 datum key, data; local
707 data = dbm_fetch(db, key);
708 if (data.dptr == NULL)
711 bcopy(data.dptr, (char *)&then, sizeof (then));
736 datum key, data; local
742 data.dptr = (char *)&now;
743 data.dsize = sizeof (now);
744 dbm_store(db, key, data, DBM_REPLACE);
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c126 if (memcmp(xid->data, td->xid, XIDDATASIZE) == 0)
201 memcpy(td->xid, xid->data, XIDDATASIZE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t63 $UTF8_CROAK = "/^Cannot retrieve UTF8 data in non-UTF8 perl/";
73 warn "Dodgy data in section starting '$_'";
77 my $data = unpack 'u', $3;
78 $tests{$2} = $data;
107 is ($$scalar, $expected, "And it is the data we expected?");
198 thaw_scalar ('Short 8 bit utf8 data', "\xDF", 1);
199 thaw_scalar ('Long 8 bit utf8 data', "\xDF" x 256, 1);
200 thaw_scalar ('Short 24 bit utf8 data', chr 0xC0FFEE);
201 thaw_scalar ('Long 24 bit utf8 data', chr (0xC0FFEE) x 256);
204 thaw_fail ('Short 8 bit utf8 data',
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm40 on tainted data aren't meant to extract safe substrings, but to perform
47 expression is obtained from tainted data, i.e. evaluation is always
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm18 print $path @data;
23 print $fh @data;
H A DSelfLoader.pm159 package 'main', but for other modules data after C<__END__> is not
160 automatically retrievable, whereas data after C<__DATA__> is.
170 then the C<DATA> filehandle is set to access the data after the C<__DATA__>
171 in the module, _not_ the data after the C<__END__> token in the 'main'
183 load in the data after C<__DATA__>, and load in any subroutine
185 data after C<__DATA__>, and a load delay for the _first_
257 the C<__DATA__> token and put your own data after those
316 B<SelfLoader> C<AUTOLOAD> method when the data after C<__DATA__> is first
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t92 Functions for list data:
105 Functions for fixed length data or records:

Completed in 53 milliseconds

<<31323334353637383940>>