Home
last modified time | relevance | path

Searched refs:key_in (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dkey_gen.c45 struct alginfo * const adata, const u8 *key_in, u32 keylen, in gen_split_key()
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()
44 gen_split_key(struct device *jrdev, u8 *key_out, struct alginfo * const adata, const u8 *key_in, u32 keylen, int max_keylen) gen_split_key() argument
H A Dkey_gen.h47 struct alginfo * const adata, const u8 *key_in, u32 keylen,
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dkey_gen.c45 struct alginfo * const adata, const u8 *key_in, u32 keylen, in gen_split_key()
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()
44 gen_split_key(struct device *jrdev, u8 *key_out, struct alginfo * const adata, const u8 *key_in, u32 keylen, int max_keylen) gen_split_key() argument
H A Dkey_gen.h47 struct alginfo * const adata, const u8 *key_in, u32 keylen,
/third_party/ffmpeg/libavformat/
H A Drtmpcrypt.c46 struct AVRC4 key_in; ///< RC4 key used for decrypt data member
179 av_rc4_init(&rt->key_in, digest, 16 * 8, 1); in ff_rtmpe_compute_secret_key()
229 av_rc4_crypt(&rt->key_in, buf, NULL, sizeof(buf), NULL, 1); in ff_rtmpe_update_keystream()
291 av_rc4_crypt(&rt->key_in, buf, buf, ret, NULL, 1); in rtmpe_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c431 u64 key_in[2]; in rvu_exact_calculate_hash() local
435 key_in[0] = RVU_NPC_HASH_SECRET_KEY0; in rvu_exact_calculate_hash()
436 key_in[1] = RVU_NPC_HASH_SECRET_KEY2; in rvu_exact_calculate_hash()
438 hash_key[0] = key_in[0] << 31; in rvu_exact_calculate_hash()
439 hash_key[0] |= key_in[1]; in rvu_exact_calculate_hash()
440 hash_key[1] = key_in[0] >> 33; in rvu_exact_calculate_hash()

Completed in 4 milliseconds