/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softARCFourCrypt.c | 48 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 D | delkey.c | 52 delkey(char *sends, int keyval) argument 64 if (keyval >= 0) 73 if (kp->_keyval == keyval)
|
H A D | newkey.c | 53 * 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;
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | lookup.c | 43 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 D | lookup.c | 43 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/cmd/eqn/ |
H A D | lookup.c | 29 int keyval; member in struct:__anon442 239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval);
|
/illumos-gate/usr/src/common/crypto/arcfour/ |
H A D | arcfour_crypt.c | 53 * 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/common/crypto/arcfour/sun4v/ |
H A D | arcfour_crypt.c | 30 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) argument 40 ext_keyval[i] = keyval[j];
|
/illumos-gate/usr/src/uts/common/des/ |
H A D | softdes.h | 106 chunk_t keyval[16]; member in struct:deskeydata
|
/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 *); 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/backup/restore/ |
H A D | restore.c | 23 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/libnsl/key/ |
H A D | publickey.c | 151 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/cmd/oamuser/user/ |
H A D | funcs.c | 420 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/uts/common/crypto/io/ |
H A D | sha1_mod.c | 814 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 D | sha2_mod.c | 876 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);
|
H A D | md5_mod.c | 870 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);
|
/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 *); 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...] |