/src/etc/rc.d/ |
iscsid_volumes | 102 while read key1 num key2 sesstarget; do 103 if [ x"$key1" = x"Session" ] &&
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_keycache.c | 143 uint32_t key0, key1, key2, key3, key4; local in function:ar5212SetKeyCacheEntry 199 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; 222 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); 273 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); 276 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
|
/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_keycache.c | 112 uint32_t key0, key1, key2, key3, key4; local in function:ar5210SetKeyCacheEntry 136 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; 150 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_keycache.c | 119 uint32_t key0, key1, key2, key3, key4; local in function:ar5211SetKeyCacheEntry 157 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; 172 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
|
/src/lib/libc/citrus/ |
citrus_pivot_factory.c | 116 char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX]; local in function:convert_line 127 /* key1 */ 134 snprintf(key1, sizeof(key1), "%.*s", (int)(p-line), line); 154 ret = find_src(sh, &se, key1);
|
/src/tests/crypto/libcrypto/ecdh/ |
ecdhtest.c | 224 BIO_puts(out, " key1 ="); 432 EC_KEY *key1 = NULL, *key2 = NULL; local in function:ecdh_kat 437 key1 = mk_eckey(nid, k1, k1_len); 439 if (!key1 || !key2) 441 Ztmplen = (EC_GROUP_get_degree(EC_KEY_get0_group(key1)) + 7) / 8; 446 EC_KEY_get0_public_key(key2), key1, 0)) 452 EC_KEY_get0_public_key(key1), key2, 0)) 458 if (key1) 459 EC_KEY_free(key1);
|
/src/lib/libresolv/ |
dst_api.c | 196 * key1, key2 Two keys to be compared. 203 dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2) 205 if (key1 == key2) 207 if (key1 == NULL || key2 == NULL) 209 if (key1->dk_alg != key2->dk_alg) 211 if (key1->dk_key_size != key2->dk_key_size) 213 if (key1->dk_id != key2->dk_id) 215 return (key1->dk_func->compare(key1, key2));
|
dst_internal.h | 96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
|
hmac_link.c | 408 dst_hmac_md5_compare_keys(const DST_KEY *key1, const DST_KEY *key2) 410 HMAC_Key *hkey1 = (HMAC_Key *) key1->dk_KEY_struct;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
lpc3250-ea3250.dts | 30 key1 { 31 label = "KEY1";
|
/src/sys/crypto/aes/ |
aes_selftest.c | 325 static const uint8_t key1[32] = { local in function:aes_selftest_encdec_xts 361 impl->ai_setenckey(&enc, key1, aes_nrounds[i]); 362 impl->ai_setdeckey(&dec, key1, aes_nrounds[i]);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-sm1-sei610.dts | 51 key1 {
|