Searched defs:in_key (Results 26 – 37 of 37) sorted by relevance
12
/openbmc/linux/lib/crypto/ |
H A D | aes.c | 185 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in aes_expandkey()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-aes-xcbc.c | 29 const u8 *in_key, in nx_xcbc_set_key()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 44 static int ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, in ccm_setkey()
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-aes.c | 107 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()
|
/openbmc/linux/crypto/ |
H A D | anubis.c | 462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, in anubis_setkey()
|
H A D | aes_generic.c | 1136 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key()
|
H A D | seed.c | 327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, in seed_set_key()
|
H A D | cast6_generic.c | 106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey()
|
H A D | camellia_generic.c | 960 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key()
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.c | 919 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()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 233 const u8 *in_key, unsigned int key_len) in aes_set_key_common() 252 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 140 u8 in_key = *key, in_key_inv = *key_inv; in ice_gen_key_word() local
|
12