Searched defs:tfm (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/linux-master/include/crypto/internal/
H A Dsig.h13 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) argument
H A Drng.h29 static inline void *crypto_rng_ctx(struct crypto_rng *tfm) argument
34 static inline void crypto_rng_set_entropy(struct crypto_rng *tfm, argument
H A Dchacha.h15 static inline int chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
31 static inline int chacha20_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
37 static inline int chacha12_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
H A Ddes.h26 static inline int crypto_des_verify_key(struct crypto_tfm *tfm, const u8 *key) argument
91 static inline int crypto_des3_ede_verify_key(struct crypto_tfm *tfm, argument
99 static inline int verify_skcipher_des_key(struct crypto_skcipher *tfm, argument
105 static inline int verify_skcipher_des3_key(struct crypto_skcipher *tfm, argument
111 verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, int keylen) argument
119 verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, int keylen) argument
[all...]
/linux-master/include/crypto/
H A Dxts.h11 static inline int xts_verify_key(struct crypto_skcipher *tfm, argument
H A Dsig.h45 static inline struct crypto_tfm *crypto_sig_tfm(struct crypto_sig *tfm) argument
57 static inline void crypto_free_sig(struct crypto_sig *tfm) argument
[all...]
H A Dcryptd.h38 __cryptd_ahash_cast( struct crypto_ahash *tfm) argument
57 __cryptd_aead_cast( struct crypto_aead *tfm) argument
[all...]
H A Dctr.h24 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
/linux-master/crypto/
H A Dcompress.c16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); local
27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); local
H A Dchacha_generic.c42 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
50 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
/linux-master/net/ceph/
H A Dcrypto.h19 struct crypto_sync_skcipher *tfm; member in struct:ceph_crypto_key
/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c16 static void aes_arm_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
24 static void aes_arm_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
/linux-master/arch/x86/crypto/
H A Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dcamellia_aesni_avx2_glue.c27 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
H A Dcast6_avx_glue.c28 static int cast6_setkey_skcipher(struct crypto_skcipher *tfm, argument
H A Dcast5_avx_glue.c28 static int cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, argument
/linux-master/arch/arm64/crypto/
H A Daes-cipher-glue.c15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
/linux-master/lib/
H A Dlibcrc32c.c36 static struct crypto_shash *tfm; variable in typeref:struct:crypto_shash
/linux-master/drivers/block/zram/
H A Dzcomp.h15 struct crypto_comp *tfm; member in struct:zcomp_strm
/linux-master/net/mac80211/
H A Daes_gcm.h13 static inline int ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, argument
22 static inline int ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, argument
38 static inline void ieee80211_aes_gcm_key_free(struct crypto_aead *tfm) argument
H A Daes_ccm.h21 ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, argument
31 ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, argument
40 static inline void ieee80211_aes_key_free(struct crypto_aead *tfm) argument
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, argument
16 int sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, argument
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c22 static int ctr_aes_nx_set_key(struct crypto_skcipher *tfm, argument
54 static int ctr3686_aes_nx_set_key(struct crypto_skcipher *tfm, argument
74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
117 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
H A Dnx-aes-cbc.c21 static int cbc_aes_nx_set_key(struct crypto_skcipher *tfm, argument
56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
H A Dnx-aes-ecb.c21 static int ecb_aes_nx_set_key(struct crypto_skcipher *tfm, argument
56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local

Completed in 185 milliseconds

1234567891011>>