Home
last modified time | relevance | path

Searched defs:tfm (Results 251 – 275 of 365) sorted by relevance

1...<<1112131415

/OK3568_Linux_fs/kernel/include/crypto/
H A Dctr.h24 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ctr_encrypt_walk() local
H A Dalgapi.h175 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm) in crypto_tfm_ctx_aligned()
182 struct crypto_tfm *tfm) in crypto_tfm_alg_instance()
/OK3568_Linux_fs/kernel/crypto/
H A Dcamellia_generic.c968 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key()
994 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt()
1022 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
H A Dofb.c20 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ofb_crypt() local
H A Dblowfish_common.c344 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey()
H A Dxxhash_generic.c20 static int xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, in xxhash64_setkey()
H A Dauthenc.c307 static int crypto_authenc_init_tfm(struct crypto_aead *tfm) in crypto_authenc_init_tfm()
354 static void crypto_authenc_exit_tfm(struct crypto_aead *tfm) in crypto_authenc_exit_tfm()
H A Dvmac.c430 static int vmac_setkey(struct crypto_shash *tfm, in vmac_setkey()
597 static int vmac_init_tfm(struct crypto_tfm *tfm) in vmac_init_tfm()
612 static void vmac_exit_tfm(struct crypto_tfm *tfm) in vmac_exit_tfm()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dasym_tpm.c398 struct crypto_akcipher *tfm; in tpm_key_query() local
448 struct crypto_akcipher *tfm; in tpm_key_encrypt() local
736 struct crypto_akcipher *tfm; in tpm_key_verify_signature() local
H A Dx509_public_key.c26 struct crypto_shash *tfm; in x509_get_sig_params() local
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dcrypto.c104 struct crypto_shash *tfm; in init_profile_hash() local
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c48 struct crypto_aead *tfm; member
330 struct crypto_aead *tfm = data->tfm; in ieee80211_ccmp_set_key() local
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfname.c92 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_fname_encrypt() local
148 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fname_decrypt() local
H A Dkeysetup.c81 struct crypto_skcipher *tfm; in fscrypt_allocate_skcipher() local
131 struct crypto_skcipher *tfm; in fscrypt_prepare_key() local
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c43 struct crypto_aead *tfm; member
321 struct crypto_aead *tfm = data->tfm; in rtllib_ccmp_set_key() local
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Ds5p-sss.c1601 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in s5p_hash_init() local
1651 static int s5p_hash_cra_init_alg(struct crypto_tfm *tfm) in s5p_hash_cra_init_alg()
1675 static int s5p_hash_cra_init(struct crypto_tfm *tfm) in s5p_hash_cra_init()
1686 static void s5p_hash_cra_exit(struct crypto_tfm *tfm) in s5p_hash_cra_exit()
1716 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in s5p_hash_import() local
2028 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in s5p_aes_crypt() local
2050 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in s5p_aes_setkey() local
2089 static int s5p_aes_init_tfm(struct crypto_skcipher *tfm) in s5p_aes_init_tfm()
H A Domap-aes.c576 static int omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in omap_aes_setkey()
637 static int omap_aes_init_tfm(struct crypto_skcipher *tfm) in omap_aes_init_tfm()
659 static void omap_aes_exit_tfm(struct crypto_skcipher *tfm) in omap_aes_exit_tfm()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dcrc32-mips.c175 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key,
264 static int chksum_cra_init(struct crypto_tfm *tfm)
/OK3568_Linux_fs/kernel/lib/
H A Dcrc-t10dif.c112 struct crypto_shash *tfm; in crc_t10dif_transform_show() local
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dioctl.c844 static inline void tfm_info_to_alg_info(struct alg_info *dst, struct crypto_tfm *tfm) in tfm_info_to_alg_info()
853 static unsigned int is_known_accelerated(struct crypto_tfm *tfm) in is_known_accelerated()
882 struct crypto_tfm *tfm; in get_session_info() local
/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Dcipher.h49 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl()
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dllsec.h23 struct crypto_aead *tfm[3]; member
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c128 struct crypto_aead *tfm; member
484 struct crypto_aead *tfm; in tipc_aead_tfm_next() local
511 struct crypto_aead *tfm; in tipc_aead_init() local
678 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, in tipc_aead_mem_alloc()
730 struct crypto_aead *tfm = tipc_aead_tfm_next(aead); in tipc_aead_encrypt() local
886 struct crypto_aead *tfm; in tipc_aead_decrypt() local
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dblake2s.h86 static inline int crypto_blake2s_setkey(struct crypto_shash *tfm, in crypto_blake2s_setkey()

1...<<1112131415