Searched refs:key_in (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | key_gen.c | 45 struct alginfo * const adata, const u8 *key_in, u32 keylen, in gen_split_key() argument 62 DUMP_PREFIX_ADDRESS, 16, 4, key_in, keylen, 1); in gen_split_key() 73 memcpy(key_out, key_in, keylen); in gen_split_key()
|
A D | key_gen.h | 47 struct alginfo * const adata, const u8 *key_in, u32 keylen,
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npc_hash.c | 389 u64 key_in[2]; in rvu_exact_calculate_hash() local 393 key_in[0] = RVU_NPC_HASH_SECRET_KEY0; in rvu_exact_calculate_hash() 394 key_in[1] = RVU_NPC_HASH_SECRET_KEY2; in rvu_exact_calculate_hash() 396 hash_key[0] = key_in[0] << 31; in rvu_exact_calculate_hash() 397 hash_key[0] |= key_in[1]; in rvu_exact_calculate_hash() 398 hash_key[1] = key_in[0] >> 33; in rvu_exact_calculate_hash()
|
Completed in 8 milliseconds