Home
last modified time | relevance | path

Searched defs:tfm (Results 276 – 300 of 390) sorted by relevance

1...<<111213141516

/openbmc/linux/arch/x86/crypto/
H A Dtwofish_avx_glue.c30 static int twofish_setkey_skcipher(struct crypto_skcipher *tfm, in twofish_setkey_skcipher()
H A Dtwofish_glue_3way.c21 static int twofish_setkey_skcipher(struct crypto_skcipher *tfm, in twofish_setkey_skcipher()
/openbmc/linux/drivers/crypto/
H A Dsahara.c627 static int sahara_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in sahara_aes_setkey()
726 static int sahara_aes_init_tfm(struct crypto_skcipher *tfm) in sahara_aes_init_tfm()
744 static void sahara_aes_exit_tfm(struct crypto_skcipher *tfm) in sahara_aes_exit_tfm()
891 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sahara_sha_prepare_request() local
1074 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sahara_sha_init() local
1139 static int sahara_sha_cra_init(struct crypto_tfm *tfm) in sahara_sha_cra_init()
H A Ds5p-sss.c1598 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in s5p_hash_init() local
1648 static int s5p_hash_cra_init_alg(struct crypto_tfm *tfm) in s5p_hash_cra_init_alg()
1672 static int s5p_hash_cra_init(struct crypto_tfm *tfm) in s5p_hash_cra_init()
1683 static void s5p_hash_cra_exit(struct crypto_tfm *tfm) in s5p_hash_cra_exit()
1713 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in s5p_hash_import() local
2025 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in s5p_aes_crypt() local
2047 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in s5p_aes_setkey() local
2086 static int s5p_aes_init_tfm(struct crypto_skcipher *tfm) in s5p_aes_init_tfm()
H A Domap-aes.c570 static int omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in omap_aes_setkey()
626 static int omap_aes_init_tfm(struct crypto_skcipher *tfm) in omap_aes_init_tfm()
644 static void omap_aes_exit_tfm(struct crypto_skcipher *tfm) in omap_aes_exit_tfm()
/openbmc/linux/drivers/nvme/common/
H A Dauth.c308 struct crypto_shash *tfm; in nvme_auth_hash_skey() local
333 struct crypto_shash *tfm; in nvme_auth_augmented_challenge() local
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c43 struct crypto_aead *tfm; member
317 struct crypto_aead *tfm = data->tfm; in rtllib_ccmp_set_key() local
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c48 struct crypto_aead *tfm; member
332 struct crypto_aead *tfm = data->tfm; in ieee80211_ccmp_set_key() local
/openbmc/linux/crypto/
H A Dcamellia_generic.c960 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key()
986 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt()
1012 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
H A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey()
H A Dserpent_generic.c452 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in serpent_setkey()
510 static void serpent_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in serpent_encrypt()
569 static void serpent_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in serpent_decrypt()
H A Dxxhash_generic.c20 static int xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, in xxhash64_setkey()
H A Dcrc32_generic.c22 static int crc32_cra_init(struct crypto_tfm *tfm) in crc32_cra_init()
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c28 struct crypto_shash *tfm; in x509_get_sig_params() local
/openbmc/linux/fs/crypto/
H A Dkeysetup.c103 struct crypto_skcipher *tfm; in fscrypt_allocate_skcipher() local
153 struct crypto_skcipher *tfm; in fscrypt_prepare_key() local
H A Dfname.c104 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_fname_encrypt() local
161 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fname_decrypt() local
/openbmc/linux/fs/verity/
H A Dhash_algs.c46 struct crypto_shash *tfm; in fsverity_get_hash_alg() local
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c20 struct crypto_shash *tfm; in rxe_icrc_init() local
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_ccmp.c52 struct crypto_aead *tfm; member
351 struct crypto_aead *tfm = data->tfm; in lib80211_ccmp_set_key() local
/openbmc/linux/lib/
H A Dcrc-t10dif.c112 struct crypto_shash *tfm; in crc_t10dif_transform_show() local
H A Dcrc64-rocksoft.c106 struct crypto_shash *tfm; in crc64_rocksoft_transform_show() local
/openbmc/linux/drivers/crypto/qce/
H A Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl()
H A Dsha.h61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
/openbmc/linux/net/mac802154/
H A Dllsec.h23 struct crypto_aead *tfm[3]; member
/openbmc/linux/arch/s390/crypto/
H A Dchacha-glue.c36 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha20_s390() local

1...<<111213141516