/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | planetcore.c | 40 int keylen = strlen(key); in planetcore_get_key() local
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 67 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() argument 93 u32 i, j, k, crc, keylen; in wep_decrypt() local 164 u32 i, j, k, crc, keylen; wep_encrypt() local [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | public_key.h | 25 u32 keylen; member
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | kdf_selftest.h | 15 size_t keylen; member 24 kdf_test(const struct kdf_testvec *test, const char *name, int (*crypto_kdf_setkey)(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen), int (*crypto_kdf_generate)(struct crypto_shash *kmd, const struct kvec *info, unsigned int info_nvec, u8 *dst, unsigned int dlen)) kdf_test() argument
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 46 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() argument 72 u32 i, j, k, crc, keylen; in wep_decrypt() local 143 u32 i, j, k, crc, keylen; wep_encrypt() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | key_gen.c | 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 [all...] |
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aes.c | 61 p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) p8_aes_setkey() argument
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 30 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) camellia_setkey() argument
|
H A D | serpent_sse2_glue.c | 27 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
H A D | serpent_avx_glue.c | 35 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
H A D | twofish_avx_glue.c | 30 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | blowfish_common.c | 344 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() argument
|
H A D | crc32c_generic.c | 72 chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) chksum_setkey() argument
|
H A D | crc32_generic.c | 58 crc32_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) crc32_setkey() argument
|
H A D | michael_mic.c | 129 michael_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) michael_setkey() argument
|
H A D | xxhash_generic.c | 20 xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) xxhash64_setkey() argument
|
H A D | fcrypt.c | 303 static int fcrypt_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in fcrypt_setkey() argument
|
H A D | ghash-generic.c | 55 ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) ghash_setkey() argument
|
H A D | geniv.c | 19 aead_geniv_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) aead_geniv_setkey() argument
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes_xts.c | 53 p8_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) p8_aes_xts_setkey() argument
|
H A D | aes_ctr.c | 50 p8_aes_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) p8_aes_ctr_setkey() argument
|
H A D | aes_cbc.c | 51 p8_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) p8_aes_cbc_setkey() argument
|
H A D | ghash.c | 54 p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) p8_ghash_setkey() argument
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | crc32-ce-glue.c | 52 crc32_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) crc32_setkey() argument
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 142 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) camellia_setkey() argument
|