/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aes_gmac.c | 17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument 72 struct crypto_aead *tfm; in ieee80211_aes_gmac_key_setup() local 89 ieee80211_aes_gmac_key_free(struct crypto_aead *tfm) ieee80211_aes_gmac_key_free() argument [all...] |
H A D | aes_cmac.c | 24 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument 48 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument 73 struct crypto_shash *tfm; in ieee80211_aes_cmac_key_setup() local 82 ieee80211_aes_cmac_key_free(struct crypto_shash *tfm) ieee80211_aes_cmac_key_free() argument [all...] |
/kernel/linux/linux-5.10/net/mac802154/ |
H A D | llsec.h | 23 struct crypto_aead *tfm[3]; member
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | acompress.h | 61 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx() argument 72 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc() argument
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-prng.c | 19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed() argument 40 int sun8i_ss_prng_init(struct crypto_tfm *tfm) in sun8i_ss_prng_init() argument 48 void sun8i_ss_prng_exit(struct crypto_tfm *tfm) in sun8i_ss_prng_exit() argument 57 int sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, in sun8i_ss_prng_generate() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ofb.c | 20 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ofb_crypt() local
|
H A D | blowfish_generic.c | 37 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt() argument 69 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt() argument
|
H A D | ecb.c | 46 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_encrypt() local 55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_decrypt() local
|
H A D | twofish_generic.c | 95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() argument 130 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt() argument
|
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aes.c | 28 static int p8_aes_init(struct crypto_tfm *tfm) in p8_aes_init() argument 51 static void p8_aes_exit(struct crypto_tfm *tfm) in p8_aes_exit() argument 61 static int p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, in p8_aes_setkey() argument 81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt() argument 98 p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) p8_aes_decrypt() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 30 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() argument
|
H A D | serpent_sse2_glue.c | 27 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher() argument
|
H A D | serpent_avx_glue.c | 35 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher() argument
|
H A D | twofish_avx_glue.c | 30 static int twofish_setkey_skcipher(struct crypto_skcipher *tfm, in twofish_setkey_skcipher() argument
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 28 struct crypto_shash *tfm; in x509_get_sig_params() local [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | ecdh_helper.c | 44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() argument 101 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) in set_ecdh_privkey() argument 145 generate_ecdh_public_key(struct crypto_kpp *tfm, u8 public_key[64]) generate_ecdh_public_key() argument 194 generate_ecdh_keys(struct crypto_kpp *tfm, u8 public_key[64]) generate_ecdh_keys() argument [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aes_gmac.c | 17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument 72 struct crypto_aead *tfm; in ieee80211_aes_gmac_key_setup() local 89 ieee80211_aes_gmac_key_free(struct crypto_aead *tfm) ieee80211_aes_gmac_key_free() argument [all...] |
H A D | aes_cmac.c | 25 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument 49 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument 74 struct crypto_shash *tfm; in ieee80211_aes_cmac_key_setup() local 89 ieee80211_aes_cmac_key_free(struct crypto_shash *tfm) ieee80211_aes_cmac_key_free() argument [all...] |
/kernel/linux/linux-6.6/net/mac802154/ |
H A D | llsec.h | 23 struct crypto_aead *tfm[3]; member
|
/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 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() argument 122 static int crc32c_cra_init(struct crypto_tfm *tfm) in crc32c_cra_init() argument
|
H A D | crc32_generic.c | 44 static int crc32_cra_init(struct crypto_tfm *tfm) in crc32_cra_init() argument
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-sha256.c | 20 static int nx_crypto_ctx_sha256_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha256_init() argument
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | sha.h | 60 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl() argument
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 26 struct crypto_shash *tfm; in pkcs7_digest() local [all...] |