/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | lookup.c | 41 pctype keyval; in nllookup() local 51 keyval = module->txt_origin + (address - module->load_base); in nllookup() 53 if (keyval < mnl[low].value) { in nllookup() 61 if (keyval >= mnl[high].value) { in nllookup() 70 if (mnl[middle].value <= keyval && in nllookup() 71 mnl[middle + 1].value > keyval) { in nllookup() 80 if (mnl[middle].value > keyval) { in nllookup()
|
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | publickey.c | 151 char *keyval = NULL; in getkeys_nis() local 171 strlen(netname), &keyval, &keylen, 0); in getkeys_nis() 175 if (keyval) in getkeys_nis() 176 free(keyval); in getkeys_nis() 180 if (keyval) in getkeys_nis() 181 free(keyval); in getkeys_nis() 188 p = strchr(keyval, ':'); in getkeys_nis() 190 free(keyval); in getkeys_nis() 196 len = strlen(keyval); in getkeys_nis() 198 free(keyval); in getkeys_nis() [all …]
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 418 check_lock_after_retries(const char *keyval) in check_lock_after_retries() argument 420 if (keyval != NULL) { in check_lock_after_retries() 421 if (strcasecmp(keyval, USERATTR_LOCK_NO) != 0 && in check_lock_after_retries() 422 strcasecmp(keyval, USERATTR_LOCK_YES) != 0 && in check_lock_after_retries() 423 *keyval != '\0') { in check_lock_after_retries() 424 return (keyval); in check_lock_after_retries() 431 check_roleauth(const char *keyval) in check_roleauth() argument 433 if (keyval != NULL) { in check_roleauth() 434 if (strcasecmp(keyval, USERATTR_ROLEAUTH_USER) != 0 && in check_roleauth() 435 strcasecmp(keyval, USERATTR_ROLEAUTH_ROLE) != 0 && in check_roleauth() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | niprop.c | 61 ni_propval(keydir, keyprop, keyval, valprop, sepchar) 64 char *keyval; variable 86 i = strlen(keydir) + strlen(keyval) + 2; 96 (void) sm_strlcat(keybuf, keyval, sizeof keybuf); 101 keydir, keyprop, keyval, valprop, sepchar, keybuf);
|
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 87 struct keyval { struct 90 const struct keyval *, int, char *, uint64_t *); argument 97 const struct keyval *kv, int cpuver, char *value, uint64_t *bits) in picbits() argument 121 const struct keyval *kv, int cpuver, char *value, uint64_t *bits) in bitclr() 134 const struct keyval *kv, int cpuver, char *value, uint64_t *bits) in bitset() 160 static const struct keyval us2_keyvals[] = { 171 static const struct keyval us3_keyvals[] = { 212 const struct keyval *keyvals; in cpc_strtoevent() 244 const struct keyval *kv; in cpc_strtoevent() 356 const struct keyval *kv; in unmake_pcr()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softARCFourCrypt.c | 48 uint8_t *keyval; in soft_arcfour_crypt_init() local 64 keyval = OBJ_SEC_VALUE(key_p); in soft_arcfour_crypt_init() 66 if (keyval == NULL) in soft_arcfour_crypt_init() 73 arcfour_key_init(keystream, keyval, keyvallen); in soft_arcfour_crypt_init()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | delkey.c | 50 delkey(char *sends, int keyval) in delkey() argument 62 if (keyval >= 0) in delkey() 71 if (kp->_keyval == keyval) in delkey()
|
H A D | newkey.c | 57 newkey(char *rcvchars, short keyval, bool macro) in newkey() argument 65 if ((!rcvchars) || (*rcvchars == '\0') || (keyval < 0) || in newkey() 106 key_info->_keyval = keyval; in newkey()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.c | 20 static char *keyval(int); 291 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 331 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 358 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 372 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 389 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 428 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 438 keyval(key), name); in nodeupdates() 463 keyval(key), name, gettext("inconsistent state")); in nodeupdates() 474 keyval(key), name, gettext("impossible state")); in nodeupdates() [all …]
|
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | event_pentium.c | 98 struct keyval { struct 101 const struct keyval *, int, char *, uint32_t *); argument 110 const struct keyval *kv, int cpuver, char *value, uint32_t *bits) in eightbits() argument 131 const struct keyval *kv, int cpuver, char *value, uint32_t *bits) in picbits() 170 const struct keyval *kv, int cpuver, char *value, uint32_t *bits) in bitclr() 183 const struct keyval *kv, int cpuver, char *value, uint32_t *bits) in bitset() 195 const struct keyval *kv, int cpuver, char *value, uint32_t *bits) in nextpair() 270 static const struct keyval p6_keyvals[] = { 319 static const struct keyval p5_keyvals[] = { 376 const struct keyval *keyvals; in cpc_strtoevent() [all …]
|
/illumos-gate/usr/src/uts/common/des/ |
H A D | des_soft.c | 182 c = &kd->keyval[i]; in des_setkey() 185 c = &kd->keyval[15 - i]; in des_setkey() 297 ER.long0 = e0 ^ kd->keyval[iter].long0; \ in des_encrypt() 298 ER.long1 = e1 ^ kd->keyval[iter].long1; \ in des_encrypt()
|
H A D | softdes.h | 104 chunk_t keyval[16]; member
|
/illumos-gate/usr/src/lib/libnsl/des/ |
H A D | des_soft.c | 272 c = &kd->keyval[i]; break; in __des_setkey() 274 c = &kd->keyval[15 - i]; break; in __des_setkey() 373 ER.long0 = e0 ^ kd->keyval[iter].long0; \ in __des_encrypt() 374 ER.long1 = e1 ^ kd->keyval[iter].long1; \ in __des_encrypt()
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_soft.c | 236 c = &kd->keyval[i]; break; in des_setkey() 238 c = &kd->keyval[15 - i]; break; in des_setkey() 339 ER.long0 = e0 ^ kd->keyval[iter].long0; \ in des_encrypt() 340 ER.long1 = e1 ^ kd->keyval[iter].long1; \ in des_encrypt()
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lookup.c | 27 int keyval; member 237 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 297 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}}, $words;
|
/illumos-gate/usr/src/common/crypto/arcfour/ |
H A D | arcfour_crypt.c | 59 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) in arcfour_key_init() argument 69 ext_keyval[i] = keyval[j]; in arcfour_key_init()
|
H A D | arcfour.h | 45 void arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen);
|
/illumos-gate/usr/src/common/crypto/arcfour/amd64/ |
H A D | arcfour-x86_64.pl | 147 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen)
|
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/ |
H A D | arcfour_crypt.c | 30 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) in arcfour_key_init() argument 40 ext_keyval[i] = keyval[j]; in arcfour_key_init()
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | md5_mod.c | 870 md5_mac_init_ctx(md5_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) in md5_mac_init_ctx() argument 879 bcopy(keyval, ipad, length_in_bytes); in md5_mac_init_ctx() 880 bcopy(keyval, opad, length_in_bytes); in md5_mac_init_ctx()
|
H A D | sha1_mod.c | 817 sha1_mac_init_ctx(sha1_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) in sha1_mac_init_ctx() argument 826 bcopy(keyval, ipad, length_in_bytes); in sha1_mac_init_ctx() 827 bcopy(keyval, opad, length_in_bytes); in sha1_mac_init_ctx()
|
H A D | sha2_mod.c | 896 sha2_mac_init_ctx(sha2_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) in sha2_mac_init_ctx() argument 913 (void) bcopy(keyval, ipad, length_in_bytes); in sha2_mac_init_ctx() 914 (void) bcopy(keyval, opad, length_in_bytes); in sha2_mac_init_ctx()
|