Searched refs:key2 (Results 1 - 16 of 16) sorted by relevance

/src/sys/external/isc/libsodium/dist/test/default/
H A Dauth.c10 static unsigned char key2[] = variable in typeref:typename:unsigned char[]
46 crypto_auth_hmacsha512_init(&st, key2, sizeof key2);
57 crypto_auth_hmacsha256_init(&st256, key2, sizeof key2);
H A Daead_xchacha20poly1305.c32 unsigned char *key2 = (unsigned char *) sodium_malloc(crypto_aead_xchacha20poly1305_ietf_KEYBYTES); local in function:tv
165 crypto_aead_xchacha20poly1305_ietf_keygen(key2);
167 NULL, 0U, nonce, key2) == 0) {
173 sodium_free(key2);
/src/etc/rc.d/
H A Discsid_volumes102 while read key1 num key2 sesstarget; do
104 [ x"$key2" = x"Target" ] &&
/src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_keycache.c112 uint32_t key0, key1, key2, key3, key4; local in function:ar5210SetKeyCacheEntry
137 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
151 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2);
/src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_keycache.c119 uint32_t key0, key1, key2, key3, key4; local in function:ar5211SetKeyCacheEntry
158 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
173 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2);
/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_keycache.c143 uint32_t key0, key1, key2, key3, key4; local in function:ar5212SetKeyCacheEntry
200 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
223 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2);
277 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2);
/src/lib/libc/citrus/
H A Dcitrus_pivot_factory.c116 char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX]; local in function:convert_line
136 /* key2 */
143 snprintf(key2, sizeof(key2), "%.*s", (int)(p-line), line);
158 return _db_factory_add32_by_s(se->se_df, key2, val);
/src/tests/crypto/libcrypto/ecdh/
H A Decdhtest.c241 BIO_puts(out, " key2 =");
432 EC_KEY *key1 = NULL, *key2 = NULL; local in function:ecdh_kat
438 key2 = mk_eckey(nid, k2, k2_len);
439 if (!key1 || !key2)
446 EC_KEY_get0_public_key(key2), key1, 0))
452 EC_KEY_get0_public_key(key1), key2, 0))
460 if (key2)
461 EC_KEY_free(key2);
/src/lib/libresolv/
H A Ddst_api.c196 * key1, key2 Two keys to be compared.
203 dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2) argument
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));
H A Ddst_internal.h96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
H A Dhmac_link.c408 dst_hmac_md5_compare_keys(const DST_KEY *key1, const DST_KEY *key2) argument
411 HMAC_Key *hkey2 = (HMAC_Key *) key2->dk_KEY_struct;
/src/sys/dev/
H A Dcgd_crypto.c217 const char *key, *key2; /* XTS key is made of two AES keys. */ local in function:cgd_cipher_aes_xts_init
231 key2 = key + keylen / CHAR_BIT;
237 aes_setenckey128(&ax->ax_tweakkey, key2);
243 aes_setenckey256(&ax->ax_tweakkey, key2);
/src/usr.sbin/envstat/
H A Dconfig.c70 config_errmsg(int lvl, const char *key, const char *key2) argument
77 key, key2);
81 "in `%s'\n", key, key2);
85 "`%s' device\n", key, key2);
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dlpc3250-ea3250.dts36 key2 {
/src/sys/crypto/aes/
H A Daes_selftest.c331 static const uint8_t key2[32] = { local in function:aes_selftest_encdec_xts
357 impl->ai_setenckey(&enc, key2, aes_nrounds[i]);
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-sei610.dts59 key2 {

Completed in 35 milliseconds