Searched refs:key (Results 251 - 275 of 1341) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libwrap/
H A Dupdate.c46 int key; local
49 while ((key = va_arg(ap, int)) > 0) {
50 switch (key) {
52 tcpd_warn("request_fill: invalid key: %d", key);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h99 extern int shim_dbm_delete(DBM *db, datum key);
100 extern datum shim_dbm_fetch(DBM *db, datum key);
101 extern datum shim_dbm_fetch_noupdate(DBM *db, datum key);
106 extern int shim_dbm_store(DBM *db, datum key, datum content,
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c64 yp_update(char *domain, char *map, unsigned op, char *key, int keylen, argument
124 args.key.yp_buf_len = keylen;
125 args.key.yp_buf_val = key;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c359 * Private key to string packing function for getXbyY routines
361 * key, given a string of items to pack and assembles the key in
366 * buffer - Start of the key buffer location [in packed buffer]
367 * length - Length of key buffer component
368 * Key offsets are relative to start of key buffer location.
371 * key.name n
372 * key.number N
373 * key.uid u
374 * key
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c116 typedef struct Key_s /* uid/gid key */
125 Key_t key; /* key */ member in struct:Map_s
162 getids(register char* s, char** e, Key_t* key, int options) argument
169 key->uid = key->gid = NOID;
190 key->uid = n;
208 key->gid = n;
235 Key_t key; local
281 mapdisc.key
[all...]
/illumos-gate/usr/src/lib/libmp/common/
H A Dold_mp.c55 MINT *xtom(char *key) { return (mp_xtom(key)); } argument
57 char *mtox(MINT *key) { return (mp_mtox(key)); } argument
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c105 fips_random_inner(uint32_t *key, uint32_t *x_j, argument
124 (void) fips_add160(XVAL, key, XSEED_j, 0, 0);
162 (void) fips_add160(key, key, x_j, 1, 0);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c74 while (keywordlist[i].key != NULL) {
75 errlog(STATUS, "\t%s\n", keywordlist[i].key);
160 char key[BUFSIZ], *value = NULL, *p = NULL; local
220 split(buf2, key, value);
221 ki = interesting_keyword(keywordlist, key);
295 key);
324 * interesting_keyword(char **keywordlist, const char *key) {
325 * returns the token associated with key if key is found in keywordlist
326 * returns XLATOR_KW_NOTFOUND if key i
333 interesting_keyword(xlator_keyword_t *keywordlist, const char *key) argument
428 split(const char *line, char *key, char *value) argument
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c37 device_remove_if_stale(gpointer key, gpointer value, gpointer user_data) argument
41 char *name = key;
89 char *key; local
97 (gpointer)&key, (gpointer)&val);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_sched.h38 struct el_key *key; member in struct:el_notice
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h32 char *key; member in struct:hash_entry
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_starcat.c101 * associated with 'key', into the memory indicated by 'buf'. Although there is
107 prom_starcat_iosram_read(uint32_t key, uint32_t offset, uint32_t len, argument
139 ci[6] = p1275_uint2cell(key);
162 * the IOSRAM chunk associated with 'key', starting at 'offset'. Although there
168 prom_starcat_iosram_write(uint32_t key, uint32_t offset, uint32_t len, argument
200 ci[6] = p1275_uint2cell(key);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c55 * key: key for positioning and return value
60 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
63 __rec_seq(dbp, key, data, flags)
65 DBT *key, *data;
83 if ((nrec = *(recno_t *)key->data) == 0)
127 status = __rec_ret(t, e, nrec, key, data);
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtrenew.c38 reg Void_t* key; local
72 key = _DTKEY(obj,disc->key,disc->size);
73 e->hash = _DTHSH(dt,key,disc,disc->size);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5420-peach-pit.dts59 google,key-rows = <8>;
60 google,key-columns = <13>;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprotoent.c43 return (_nss_files_XY_all(be, argp, 1, argp->key.name,
65 return (proto == argp->key.number);
76 (void) snprintf(numstr, 12, "%d", argp->key.number);
H A Dgetrpcent.c43 return (_nss_files_XY_all(be, argp, 1, argp->key.name,
65 return (r_number == argp->key.number);
77 (void) snprintf(numstr, 12, "%d", argp->key.number);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwinreg_svc.c31 * of files. The top level keys are known as root keys and each key can
33 * the terms key and subkey are used interchangeably. Values, analogous
37 * which is analogous to a file system path. In the registry, the key
39 * in key or value names. Registry names are case-insensitive.
43 * The HKEY_LOCAL_MACHINE root key contains a subkey called System, and
242 winreg_subkey_t *key; local
244 if ((key = malloc(sizeof (winreg_subkey_t))) != NULL) {
245 bzero(key, sizeof (winreg_subkey_t));
246 (void) strlcpy(key->sk_name, subkey, MAXPATHLEN);
247 key
357 winreg_alloc_id(ndr_xa_t *mxa, const char *key) argument
399 winreg_subkey_t *key; local
489 winreg_subkey_t *key; local
539 winreg_subkey_t *key; local
568 winreg_subkey_t *key; local
817 winreg_subkey_t *key; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c25 const krb5_data *params, krb5_keyblock *key)
34 if (key->length != 16)
60 memcpy(key->contents, md4_context.digest, 16);
22 krb5int_arcfour_string_to_key(krb5_context context, const struct krb5_enc_provider *enc, const krb5_data *string, const krb5_data *salt, const krb5_data *params, krb5_keyblock *key) argument
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
146 Symbol *_del_HashSymbol(HashTable *hash, const char *key);
150 Symbol *_find_HashSymbol(HashTable *hash, const char *key);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c138 key_t key; local
156 if ((key = ftok(eventmsgfile, 0)) == -1) {
162 if ((event_msqid = msgget(key, 0444)) == -1) {
203 key_t key; local
209 if ((key = ftok(eventmsgfile, 0)) == -1)
212 if (msgget(key, 0644 | IPC_CREAT) == -1)
228 key_t key; local
249 if ((key = ftok(eventmsgfile, 0)) == -1) {
257 if ((msqid = msgget(key, 0644)) == -1) {
314 key_t key; local
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daeskey.c34 * Initialise the key schedule from the user supplied key. The key
39 * The following macros implement a single cycle in the key
89 aes_encrypt_key128(const unsigned char *key, uint32_t rk[]) argument
93 rk[0] = ss[0] = word_in(key, 0);
94 rk[1] = ss[1] = word_in(key, 1);
95 rk[2] = ss[2] = word_in(key, 2);
96 rk[3] = ss[3] = word_in(key, 3);
129 aes_encrypt_key192(const unsigned char *key, uint32_ argument
173 aes_encrypt_key256(const unsigned char *key, uint32_t rk[]) argument
327 aes_decrypt_key128(const unsigned char *key, uint32_t rk[]) argument
407 aes_decrypt_key192(const unsigned char *key, uint32_t rk[]) argument
505 aes_decrypt_key256(const unsigned char *key, uint32_t rk[]) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java49 * The key of the component.
51 private final String key; field in class:Component
69 key = type + "." + sys_id;
180 * Return the key of the component.
184 return (key);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.h43 u_char key[1]; /* Binary data; allocated to correct length */ member in struct:dhkey
51 /* Convert key length in bits to bytes */
54 /* Bytes to allocate for struct dhkey holding key of specified length (bits) */
78 deskeyarray common, des_block key,
84 keybuf3 *public, des_block key);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dverify_checksum.c37 krb5_c_verify_checksum(krb5_context context, const krb5_keyblock *key, argument
64 context, key, usage, 0, data, &indata, valid));
76 if ((ret = krb5_c_make_checksum(context, cksum->checksum_type, key, usage,

Completed in 145 milliseconds

<<11121314151617181920>>