/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 29 u8 key_len; member [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 24 u8 key_len; member [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | apple-properties.c | 57 u32 key_len, val_len, entry_len; in unmarshal_key_value_pairs() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 75 ccp_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_xts_setkey() argument [all...] |
H A D | ccp-crypto-aes-galois.c | 29 ccp_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int key_len) ccp_aes_gcm_setkey() argument [all...] |
H A D | ccp-crypto-des3.c | 37 ccp_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ccp_des3_setkey() argument
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-gcm.c | 23 gcm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) gcm_aes_nx_set_key() argument 62 gcm4106_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) gcm4106_aes_nx_set_key() argument
|
H A D | nx-aes-xcbc.c | 28 nx_xcbc_set_key(struct crypto_shash *desc, const u8 *in_key, unsigned int key_len) nx_xcbc_set_key() argument
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm4_aesni_avx_glue.c | 33 sm4_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) sm4_skcipher_setkey() argument
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | ipsec.c | 91 int key_len; in nsim_ipsec_parse_proto_keys() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aria_generic.c | 174 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) in aria_set_key() argument 27 aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, unsigned int key_len) aria_set_encrypt_key() argument [all...] |
H A D | seed.c | 327 seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) seed_set_key() argument
|
H A D | khazad.c | 756 khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) khazad_setkey() argument
|
H A D | cast5_generic.c | 475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() argument
|
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() argument
|
H A D | twofish_common.c | 686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() argument 569 __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, unsigned int key_len) __twofish_setkey() argument
|
H A D | tea.c | 42 tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) tea_setkey() argument 115 xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) xtea_setkey() argument
|
H A D | anubis.c | 46 int key_len; // in bits member 462 anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) anubis_setkey() argument
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.c | 140 u32 key_len = HP_KEY_SIZE; in soft_crypto_init() local
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | lib80211_crypt_wep.c | 33 u8 key_len; member [all...] |
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 154 size_t key_len; in trusted_instantiate() local 323 static int kernel_get_random(unsigned char *key, size_t key_len) in kernel_get_random() argument [all...] |
H A D | trusted_tee.c | 157 static int trusted_tee_get_random(unsigned char *key, size_t key_len) in trusted_tee_get_random() argument
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aes.c | 185 aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) aes_expandkey() argument [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | fils_aead.c | 66 static int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument 144 static int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | httpauth.c | 31 handle_basic_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_basic_params() argument 40 handle_digest_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_params() argument 66 handle_digest_update(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_update() argument [all...] |