HomeSort by: relevance | last modified time | path
    Searched defs:key2 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 10 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);
aead_xchacha20poly1305.c 32 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/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_keycache.c 112 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/
ar5211_keycache.c 119 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/lib/libc/citrus/
citrus_pivot_factory.c 116 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/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_keycache.c 143 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/sys/crypto/aes/
aes_selftest.c 331 static const uint8_t key2[32] = { local in function:aes_selftest_encdec_xts
357 impl->ai_setenckey(&enc, key2, aes_nrounds[i]);
  /src/sys/dev/
cgd_crypto.c 217 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/tests/crypto/libcrypto/ecdh/
ecdhtest.c 241 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/sys/dev/pci/
if_iwmreg.h 6145 * @key2: key material data
6155 uint8_t key2[16]; member in struct:iwm_add_sta_key_cmd

Completed in 49 milliseconds