Searched refs:key_in (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/crypto/caam/ |
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()
|
D | key_gen.h | 47 struct alginfo * const adata, const u8 *key_in, u32 keylen,
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.c | 393 u64 key_in[2]; in rvu_exact_calculate_hash() local 397 key_in[0] = RVU_NPC_HASH_SECRET_KEY0; in rvu_exact_calculate_hash() 398 key_in[1] = RVU_NPC_HASH_SECRET_KEY2; in rvu_exact_calculate_hash() 400 hash_key[0] = key_in[0] << 31; in rvu_exact_calculate_hash() 401 hash_key[0] |= key_in[1]; in rvu_exact_calculate_hash() 402 hash_key[1] = key_in[0] >> 33; in rvu_exact_calculate_hash()
|