Symbol: key1
crypto/openssh/hmac.c
169
u_char key1[16] = {
crypto/openssh/hmac.c
191
hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1));
crypto/openssl/crypto/des/str2key.c
46
void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2)
crypto/openssl/crypto/des/str2key.c
51
memset(key1, 0, 8);
crypto/openssl/crypto/des/str2key.c
59
(*key1)[i % 8] ^= (j << 1);
crypto/openssl/crypto/des/str2key.c
67
(*key1)[7 - (i % 8)] ^= j;
crypto/openssl/crypto/des/str2key.c
73
memcpy(key2, key1, 8);
crypto/openssl/crypto/des/str2key.c
74
DES_set_odd_parity(key1);
crypto/openssl/crypto/des/str2key.c
76
DES_set_key_unchecked(key1, &ks);
crypto/openssl/crypto/des/str2key.c
77
DES_cbc_cksum((const unsigned char *)str, key1, length, &ks, key1);
crypto/openssl/crypto/des/str2key.c
81
DES_set_odd_parity(key1);
crypto/openssl/crypto/evp/e_aes.c
310
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3205
if (xctx->xts.key1) {
crypto/openssl/crypto/evp/e_aes.c
3206
if (xctx->xts.key1 != &xctx->ks1)
crypto/openssl/crypto/evp/e_aes.c
3208
xctx_out->xts.key1 = &xctx_out->ks1;
crypto/openssl/crypto/evp/e_aes.c
3219
xctx->xts.key1 = NULL;
crypto/openssl/crypto/evp/e_aes.c
3290
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3312
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3329
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3346
if (xctx->xts.key1 == NULL
crypto/openssl/crypto/evp/e_aes.c
3366
xctx->xts.key1, xctx->xts.key2,
crypto/openssl/crypto/evp/e_aes.c
696
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
70
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
256
int ossl_ml_dsa_key_equal(const ML_DSA_KEY *key1, const ML_DSA_KEY *key2,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
261
if (key1->params != key2->params)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
266
if (key1->pub_encoding != NULL && key2->pub_encoding != NULL) {
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
267
if (memcmp(key1->pub_encoding, key2->pub_encoding,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
268
key1->params->pk_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
276
if (key1->priv_encoding != NULL && key2->priv_encoding != NULL) {
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
277
if (memcmp(key1->priv_encoding, key2->priv_encoding,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
278
key1->params->sk_len)
crypto/openssl/crypto/ml_kem/ml_kem.c
2346
int ossl_ml_kem_pubkey_cmp(const ML_KEM_KEY *key1, const ML_KEM_KEY *key2)
crypto/openssl/crypto/ml_kem/ml_kem.c
2353
if (ossl_ml_kem_have_pubkey(key1) && ossl_ml_kem_have_pubkey(key2))
crypto/openssl/crypto/ml_kem/ml_kem.c
2354
return memcmp(key1->pkhash, key2->pkhash, ML_KEM_PKHASH_BYTES) == 0;
crypto/openssl/crypto/ml_kem/ml_kem.c
2360
return (!(ossl_ml_kem_have_pubkey(key1) ^ ossl_ml_kem_have_pubkey(key2)));
crypto/openssl/crypto/modes/xts128.c
100
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128.c
138
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128.c
149
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128.c
55
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128gb.c
119
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128gb.c
176
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128gb.c
187
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/modes/xts128gb.c
55
(*ctx->block1)(scratch.c, scratch.c, ctx->key1);
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
189
int ossl_slh_dsa_key_equal(const SLH_DSA_KEY *key1, const SLH_DSA_KEY *key2,
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
195
if (key1->params != key2->params)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
200
if (key1->pub != NULL && key2->pub != NULL) {
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
201
if (memcmp(key1->pub, key2->pub, key1->params->pk_len) != 0)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
208
if (key1->has_priv && key2->has_priv) {
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
209
if (memcmp(key1->priv, key2->priv,
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
210
key1->params->pk_len)
crypto/openssl/fuzz/ml-dsa.c
160
void **key1, void **key2)
crypto/openssl/fuzz/ml-dsa.c
215
*key1 = pubkey;
crypto/openssl/fuzz/ml-dsa.c
277
void **key1, void **key2)
crypto/openssl/fuzz/ml-dsa.c
279
if (!keygen_ml_dsa_real_key_helper(buf, len, (EVP_PKEY **)key1)
crypto/openssl/fuzz/ml-dsa.c
298
static void ml_dsa_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
301
EVP_PKEY *key = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-dsa.c
377
static void ml_dsa_digest_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
380
EVP_PKEY *key = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-dsa.c
459
static void ml_dsa_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
462
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-dsa.c
504
static void ml_dsa_compare(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
507
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-dsa.c
528
static void cleanup_ml_dsa_keys(void *key1, void *key2,
crypto/openssl/fuzz/ml-dsa.c
531
EVP_PKEY_free((EVP_PKEY *)key1);
crypto/openssl/fuzz/ml-kem.c
141
void **key1, void **key2)
crypto/openssl/fuzz/ml-kem.c
183
*key1 = pubkey;
crypto/openssl/fuzz/ml-kem.c
203
void **key1, void **key2)
crypto/openssl/fuzz/ml-kem.c
210
*key1 = *key2 = NULL;
crypto/openssl/fuzz/ml-kem.c
212
key = (EVP_PKEY **)key1;
crypto/openssl/fuzz/ml-kem.c
244
if (key == (EVP_PKEY **)key1) {
crypto/openssl/fuzz/ml-kem.c
269
static void mlkem_encap_decap(uint8_t **buf, size_t *len, void *key1, void *in2,
crypto/openssl/fuzz/ml-kem.c
272
EVP_PKEY *key = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-kem.c
406
static void mlkem_kex(uint8_t **buf, size_t *len, void *key1, void *key2,
crypto/openssl/fuzz/ml-kem.c
409
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-kem.c
443
static void mlkem_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-kem.c
446
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-kem.c
488
static void mlkem_compare(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-kem.c
491
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/fuzz/ml-kem.c
512
static void cleanup_mlkem_keys(void *key1, void *key2,
crypto/openssl/fuzz/ml-kem.c
515
EVP_PKEY_free((EVP_PKEY *)key1);
crypto/openssl/fuzz/slh-dsa.c
306
static void slh_dsa_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/slh-dsa.c
417
static void slh_dsa_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/slh-dsa.c
421
EVP_PKEY *alice = (EVP_PKEY *)key1;
crypto/openssl/include/crypto/aes_platform.h
230
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
236
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
242
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
246
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
251
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
255
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
344
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
347
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
350
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
353
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
40
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
43
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
476
const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
482
const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
539
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
542
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
55
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
58
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/ml_dsa.h
85
__owur int ossl_ml_dsa_key_equal(const ML_DSA_KEY *key1, const ML_DSA_KEY *key2,
crypto/openssl/include/crypto/ml_kem.h
269
__owur int ossl_ml_kem_pubkey_cmp(const ML_KEM_KEY *key1, const ML_KEM_KEY *key2);
crypto/openssl/include/crypto/modes.h
149
void *key1, *key2;
crypto/openssl/include/crypto/slh_dsa.h
32
__owur int ossl_slh_dsa_key_equal(const SLH_DSA_KEY *key1, const SLH_DSA_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
112
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
115
size_t len, const SM4_KEY *key1,
crypto/openssl/include/crypto/sm4_platform.h
88
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
91
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/openssl/des.h
195
void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
161
if (in->xts.key1 != NULL) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
162
if (in->xts.key1 != &in->ks1)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
187
|| ctx->xts.key1 == NULL
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
207
(*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv);
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
22
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
111
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
116
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
34
xctx->xts.key1 = &xctx->ks1; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
97
dctx->xts.key1 = &dctx->ks1.ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
106
if (in->xts.key1 != NULL) {
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
107
if (in->xts.key1 != &in->ks1)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
127
|| ctx->xts.key1 == NULL
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
147
(*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
154
(*ctx->stream_gb)(in, out, inl, ctx->xts.key1, ctx->xts.key2,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
16
const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
27
xctx->xts.key1 = &xctx->ks1; \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
82
dctx->xts.key1 = &dctx->ks1.ks;
crypto/openssl/providers/implementations/kem/ec_kem.c
215
static int ossl_ec_match_params(const EC_KEY *key1, const EC_KEY *key2)
crypto/openssl/providers/implementations/kem/ec_kem.c
219
const EC_GROUP *group1 = EC_KEY_get0_group(key1);
crypto/openssl/providers/implementations/kem/ec_kem.c
222
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key1));
crypto/openssl/providers/implementations/kem/ecx_kem.c
180
static int ecx_match_params(const ECX_KEY *key1, const ECX_KEY *key2)
crypto/openssl/providers/implementations/kem/ecx_kem.c
182
return (key1->type == key2->type && key1->keylen == key2->keylen);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
160
const ECX_KEY *key1 = keydata1;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
168
ok = ok && key1->type == key2->type;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
173
const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
175
size_t pal = key1->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
180
&& key1->type == key2->type
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
188
const unsigned char *pa = key1->privkey;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
190
size_t pal = key1->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
195
&& key1->type == key2->type
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
157
const MAC_KEY *key1 = keydata1;
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
165
if ((key1->priv_key == NULL && key2->priv_key != NULL)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
166
|| (key1->priv_key != NULL && key2->priv_key == NULL)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
167
|| key1->priv_key_len != key2->priv_key_len
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
168
|| (key1->cipher.cipher == NULL && key2->cipher.cipher != NULL)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
169
|| (key1->cipher.cipher != NULL && key2->cipher.cipher == NULL))
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
172
ok = ok && (key1->priv_key == NULL /* implies key2->privkey == NULL */
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
173
|| CRYPTO_memcmp(key1->priv_key, key2->priv_key, key1->priv_key_len) == 0);
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
174
if (key1->cipher.cipher != NULL)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
175
ok = ok && EVP_CIPHER_is_a(key1->cipher.cipher, EVP_CIPHER_get0_name(key2->cipher.cipher));
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
163
const ML_DSA_KEY *key1 = keydata1;
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
168
if (key1 == NULL || key2 == NULL)
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
170
return ossl_ml_dsa_key_equal(key1, key2, selection);
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
209
const ML_KEM_KEY *key1 = vkey1;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
219
return ossl_ml_kem_pubkey_cmp(key1, key2);
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
120
const MLX_KEY *key1 = vkey1;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
122
int have_pub1 = mlx_kem_have_pubkey(key1);
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
129
if (key1->xinfo != key2->xinfo)
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
142
return EVP_PKEY_eq(key1->mkey, key2->mkey)
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
143
&& EVP_PKEY_eq(key1->xkey, key2->xkey);
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
88
const SLH_DSA_KEY *key1 = keydata1;
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
93
if (key1 == NULL || key2 == NULL)
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
95
return ossl_slh_dsa_key_equal(key1, key2, selection);
crypto/openssl/test/igetest.c
194
AES_KEY key1;
crypto/openssl/test/igetest.c
202
AES_set_encrypt_key(v->key1, 8 * v->keysize, &key1);
crypto/openssl/test/igetest.c
205
AES_set_decrypt_key(v->key1, 8 * v->keysize, &key1);
crypto/openssl/test/igetest.c
209
AES_bi_ige_encrypt(v->in, buf, v->length, &key1, &key2, v->iv,
crypto/openssl/test/igetest.c
213
test_output_memory("key 1", v->key1, sizeof(v->key1));
crypto/openssl/test/igetest.c
81
const unsigned char key1[32];
crypto/openssl/test/ml_dsa_test.c
234
ML_DSA_KEY *key = NULL, *key1 = NULL;
crypto/openssl/test/ml_dsa_test.c
244
|| !TEST_ptr_null(key1 = ossl_ml_dsa_key_dup(NULL, OSSL_KEYMGMT_SELECT_KEYPAIR))
crypto/openssl/test/ml_dsa_test.c
247
|| !TEST_ptr(key1 = ossl_ml_dsa_key_dup(key, OSSL_KEYMGMT_SELECT_KEYPAIR))
crypto/openssl/test/ml_dsa_test.c
248
|| !TEST_true(ossl_ml_dsa_key_pub_alloc(key1))
crypto/openssl/test/ml_dsa_test.c
249
|| !TEST_false(ossl_ml_dsa_key_pub_alloc(key1))
crypto/openssl/test/ml_dsa_test.c
256
ossl_ml_dsa_key_free(key1);
crypto/openssl/test/rsa_test.c
198
clen = key1(*key, ctext);
crypto/openssl/test/tls-provider.c
874
const XORKEY *key1 = keydata1;
crypto/openssl/test/tls-provider.c
878
if (key1->tls_name != NULL && key2->tls_name != NULL)
crypto/openssl/test/tls-provider.c
879
ok = ok & (strcmp(key1->tls_name, key2->tls_name) == 0);
crypto/openssl/test/tls-provider.c
882
if (key1->hasprivkey) {
crypto/openssl/test/tls-provider.c
884
ok = ok & (CRYPTO_memcmp(key1->privkey, key2->privkey, XOR_KEY_SIZE) == 0);
crypto/openssl/test/tls-provider.c
886
ok = ok & xor_recreate(key1->privkey, key2->pubkey);
crypto/openssl/test/tls-provider.c
889
ok = ok & xor_recreate(key2->privkey, key1->pubkey);
crypto/openssl/test/tls-provider.c
896
if (key1->haspubkey) {
crypto/openssl/test/tls-provider.c
898
ok = ok & (CRYPTO_memcmp(key1->pubkey, key2->pubkey, XOR_KEY_SIZE) == 0);
crypto/openssl/test/tls-provider.c
900
ok = ok & xor_recreate(key1->pubkey, key2->privkey);
crypto/openssl/test/tls-provider.c
903
ok = ok & xor_recreate(key2->pubkey, key1->privkey);
lib/libc/iconv/citrus_pivot_factory.c
109
char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX];
lib/libc/iconv/citrus_pivot_factory.c
128
snprintf(key1, sizeof(key1), "%.*s", (int)(p - line), line);
lib/libc/iconv/citrus_pivot_factory.c
148
ret = find_src(sh, &se, key1);
lib/libnv/tests/nv_tests.cc
626
const char *key1, *key2;
lib/libnv/tests/nv_tests.cc
632
key1 = "key1";
lib/libnv/tests/nv_tests.cc
633
keylen = strlen(key1);
lib/libnv/tests/nv_tests.cc
634
nvlist_add_number(nvl, key1, 5);
lib/libnv/tests/nv_tests.cc
647
keypos = memmem(packed, size, key1, keylen);
sys/cam/scsi/scsi_cd.c
3589
bcopy(key1_data->key1, authinfo->keychal,
sys/cam/scsi/scsi_cd.c
3590
min(sizeof(key1_data->key1), sizeof(authinfo->keychal)));
sys/cam/scsi/scsi_cd.c
3692
bcopy(authinfo->keychal, key2_data->key1,
sys/cam/scsi/scsi_cd.c
3693
min(sizeof(authinfo->keychal), sizeof(key2_data->key1)));
sys/cam/scsi/scsi_cd.h
397
uint8_t key1[5];
sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
112
uint32_t key0, key1, key2, key3, key4;
sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
136
key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
150
OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
119
uint32_t key0, key1, key2, key3, key4;
sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
157
key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
171
OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
160
uint32_t key0, key1, key2, key3, key4;
sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
216
key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
239
OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1);
sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
289
OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
292
OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1);
sys/netinet/sctp_auth.c
348
sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2)
sys/netinet/sctp_auth.c
357
key1len = sctp_get_keylen(key1);
sys/netinet/sctp_auth.c
371
key_1 = key1->key;
sys/netinet/sctp_auth.c
399
sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared)
sys/netinet/sctp_auth.c
405
keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) +
sys/netinet/sctp_auth.c
423
if (sctp_compare_key(key1, key2) <= 0) {
sys/netinet/sctp_auth.c
429
if (sctp_get_keylen(key1)) {
sys/netinet/sctp_auth.c
430
memcpy(key_ptr, key1->key, key1->keylen);
sys/netinet/sctp_auth.c
431
key_ptr += key1->keylen;
sys/netinet/sctp_auth.c
446
if (sctp_get_keylen(key1)) {
sys/netinet/sctp_auth.c
447
memcpy(key_ptr, key1->key, key1->keylen);
sys/netinet/sctp_auth.h
130
sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2,
sys/netpfil/ipfw/dn_heap.c
141
heap_insert(struct dn_heap *h, uint64_t key1, void *p)
sys/netpfil/ipfw/dn_heap.c
147
son = key1;
sys/netpfil/ipfw/dn_heap.c
155
h->p[son].key = key1;
sys/netpfil/ipfw/dn_heap.h
102
int heap_insert(struct dn_heap *h, uint64_t key1, void *p);
sys/opencrypto/xform_aes_xts.c
119
rijndael_encrypt(&ctx->key1, block, out);
sys/opencrypto/xform_aes_xts.c
121
rijndael_decrypt(&ctx->key1, block, out);
sys/opencrypto/xform_aes_xts.c
177
rijndael_set_key(&ctx->key1, key, len * 4);
sys/opencrypto/xform_enc.h
114
rijndael_ctx key1;
tools/tools/ath/athregs/dumpregs.c
685
u_int32_t key0, key1, key2, key3, key4;
tools/tools/ath/athregs/dumpregs.c
705
key1 = OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry));
tools/tools/ath/athregs/dumpregs.c
721
, (key1 >> 0) & 0xff
tools/tools/ath/athregs/dumpregs.c
722
, (key1 >> 8) & 0xff