Searched refs:keyval (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c43 pctype keyval; local
53 keyval = module->txt_origin + (address - module->load_base);
55 if (keyval < mnl[low].value) {
63 if (keyval >= mnl[high].value) {
72 if (mnl[middle].value <= keyval &&
73 mnl[middle + 1].value > keyval) {
82 if (mnl[middle].value > keyval) {
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dlookup.c43 Address keyval; local
52 keyval = module->txt_origin + (address - module->load_base);
54 if (keyval < nl[low].value) {
62 if (keyval >= nl[high].value) {
71 if ((nl[middle].value <= keyval) &&
72 (nl[middle + 1].value > keyval)) {
81 if (nl[middle].value > keyval)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c48 uint8_t *keyval; local
64 keyval = OBJ_SEC_VALUE(key_p);
66 if (keyval == NULL)
73 arcfour_key_init(keystream, keyval, keyvallen);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelkey.c52 delkey(char *sends, int keyval) argument
64 if (keyval >= 0)
73 if (kp->_keyval == keyval)
H A Dnewkey.c53 * keyval: the value to return when the key is recognized
59 newkey(char *rcvchars, short keyval, bool macro) argument
67 if ((!rcvchars) || (*rcvchars == '\0') || (keyval < 0) ||
108 key_info->_keyval = keyval;
H A Dllib-lcurses628 int delkey(char *sends, int keyval);
829 int newkey(char *rcvchars, short keyval, bool macro);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dniprop.c33 ** keyval -- the value for which we are really searching.
63 ni_propval(keydir, keyprop, keyval, valprop, sepchar)
66 char *keyval;
88 i = strlen(keydir) + strlen(keyval) + 2;
98 (void) sm_strlcat(keybuf, keyval, sizeof keybuf);
103 keydir, keyprop, keyval, valprop, sepchar, keybuf);
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c151 char *keyval = NULL; local
171 strlen(netname), &keyval, &keylen, 0);
175 if (keyval)
176 free(keyval);
180 if (keyval)
181 free(keyval);
188 p = strchr(keyval, ':');
190 free(keyval);
196 len = strlen(keyval);
198 free(keyval);
441 char *keyval; local
[all...]
/illumos-gate/usr/src/common/crypto/arcfour/
H A Darcfour.h45 void arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen);
H A Darcfour_crypt.c53 * keyval User-provided key
54 * keyvallen Length, in bytes, of keyval
56 * key Initialized ARCFOUR key schedule, based on keyval
59 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) argument
69 ext_keyval[i] = keyval[j];
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c87 struct keyval { struct
90 const struct keyval *, int, char *, uint64_t *);
97 const struct keyval *kv, int cpuver, char *value, uint64_t *bits)
121 const struct keyval *kv, int cpuver, char *value, uint64_t *bits)
134 const struct keyval *kv, int cpuver, char *value, uint64_t *bits)
145 * This token table must match the keyval tables below.
160 static const struct keyval us2_keyvals[] = {
171 static const struct keyval us3_keyvals[] = {
212 const struct keyval *keyvals;
244 const struct keyval *k
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c420 check_lock_after_retries(const char *keyval) argument
422 if (keyval != NULL) {
423 if ((strcasecmp(keyval, "no") != 0) &&
424 (strcasecmp(keyval, "yes") != 0) &&
425 (*keyval != '\0')) {
426 return (keyval);
/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c29 int keyval; member in struct:__anon442
239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval);
/illumos-gate/usr/src/uts/common/des/
H A Dsoftdes.h106 chunk_t keyval[16]; member in struct:deskeydata
H A Ddes_soft.c182 c = &kd->keyval[i];
185 c = &kd->keyval[15 - i];
297 ER.long0 = e0 ^ kd->keyval[iter].long0; \
298 ER.long1 = e1 ^ kd->keyval[iter].long1; \
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c23 static char *keyval(int);
27 static char *keyval();
315 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
355 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
382 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
396 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
413 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
452 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
462 keyval(key),
488 keyval(ke
510 keyval(key) function
[all...]
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c98 struct keyval { struct
101 const struct keyval *, int, char *, uint32_t *);
110 const struct keyval *kv, int cpuver, char *value, uint32_t *bits)
131 const struct keyval *kv, int cpuver, char *value, uint32_t *bits)
170 const struct keyval *kv, int cpuver, char *value, uint32_t *bits)
183 const struct keyval *kv, int cpuver, char *value, uint32_t *bits)
195 const struct keyval *kv, int cpuver, char *value, uint32_t *bits)
211 * This token table must match the keyval tables below.
270 static const struct keyval p6_keyvals[] = {
319 static const struct keyval p5_keyval
[all...]
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c236 c = &kd->keyval[i]; break;
238 c = &kd->keyval[15 - i]; break;
339 ER.long0 = e0 ^ kd->keyval[iter].long0; \
340 ER.long1 = e1 ^ kd->keyval[iter].long1; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd297 local($lastkey,$keyval,$words,$i,$flag,%byservice);
303 foreach $keyval (@keylist) {
307 if ($$words[$i] eq $keyval) {
337 local($keyval,$words,%keyeddata);
345 $keyval = shift @{$words};
346 next if $keyeddata{$keyval};
347 $keyeddata{$keyval} = $words;
361 local($keyval,$words,%keyeddata);
369 $keyval = shift @{$words};
370 push @{$keyeddata{$keyval}},
[all...]
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c272 c = &kd->keyval[i]; break;
274 c = &kd->keyval[15 - i]; break;
373 ER.long0 = e0 ^ kd->keyval[iter].long0; \
374 ER.long1 = e1 ^ kd->keyval[iter].long1; \
/illumos-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl147 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen)
260 # void arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen);
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c30 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) argument
40 ext_keyval[i] = keyval[j];
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd5_mod.c870 md5_mac_init_ctx(md5_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) argument
879 bcopy(keyval, ipad, length_in_bytes);
880 bcopy(keyval, opad, length_in_bytes);
H A Dsha1_mod.c814 sha1_mac_init_ctx(sha1_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) argument
823 bcopy(keyval, ipad, length_in_bytes);
824 bcopy(keyval, opad, length_in_bytes);
H A Dsha2_mod.c876 sha2_mac_init_ctx(sha2_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) argument
893 (void) bcopy(keyval, ipad, length_in_bytes);
894 (void) bcopy(keyval, opad, length_in_bytes);

Completed in 69 milliseconds