Home
last modified time | relevance | path

Searched defs:in_key (Results 1 – 7 of 7) sorted by relevance

/linux/lib/crypto/powerpc/
H A Daes.h47 const u8 *in_key, int key_len, int nrounds) in aes_preparekey_arch()
131 const u8 *in_key, int key_len, int nrounds) in aes_preparekey_arch()
/linux/arch/arm64/crypto/
H A Daes-neonbs-glue.c62 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_setkey()
124 static int aesbs_cbc_ctr_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_cbc_ctr_setkey()
246 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_xts_setkey()
/linux/lib/crypto/
H A Darc4.c14 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in arc4_setkey()
/linux/crypto/
H A Dsm4.c119 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, in sm4_expandkey()
/linux/drivers/crypto/
H A Dpadlock-aes.c107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
162 static int aes_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, in aes_set_key_skcipher()
/linux/net/mac802154/
H A Dllsec.c919 const struct ieee802154_llsec_key_id *in_key) in llsec_update_devkey_record()
950 const struct ieee802154_llsec_key_id *in_key, in llsec_update_devkey_info()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c140 u8 in_key = *key, in_key_inv = *key_inv; in ice_gen_key_word() local