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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c48 uint8_t *keyval; local
63 keyval = OBJ_SEC_VALUE(key_p);
65 if (keyval == NULL)
72 arcfour_key_init(keystream, keyval, keyvallen);
/osnet-11/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);
/osnet-11/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);
/osnet-11/usr/src/lib/libnsl/key/
H A Dpublickey.c148 char *keyval = NULL; local
168 strlen(netname), &keyval, &keylen, 0);
172 if (keyval)
173 free(keyval);
177 if (keyval)
178 free(keyval);
185 p = strchr(keyval, ':');
187 free(keyval);
193 len = strlen(keyval);
195 free(keyval);
438 char *keyval; local
[all...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_soft.c241 c = &kd->keyval[i]; break;
243 c = &kd->keyval[15 - i]; break;
346 ER.long0 = e0 ^ kd->keyval[iter].long0; \
347 ER.long1 = e1 ^ kd->keyval[iter].long1; \
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_soft.c277 c = &kd->keyval[i]; break;
279 c = &kd->keyval[15 - i]; break;
380 ER.long0 = e0 ^ kd->keyval[iter].long0; \
381 ER.long1 = e1 ^ kd->keyval[iter].long1; \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2246 char *keyval;
2304 keyval = SvPV(key, keylen_tmp);
2313 const char *keysave = keyval;
2319 keyval = (char*)bytes_from_utf8((U8*)keyval,
2327 if (keyval != keysave) {
2340 TRACEME(("(#%d) key '%s' flags %x %u", i, keyval, flags, *keyval));
2349 TRACEME(("(#%d) key '%s'", i, keyval));
2353 WRITE(keyval, keyle
[all...]

Completed in 35 milliseconds