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

1234567891011>>

/linux-master/crypto/
H A D842.c31 static void *crypto842_alloc_ctx(struct crypto_scomp *tfm) argument
42 static int crypto842_init(struct crypto_tfm *tfm) argument
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
58 static void crypto842_exit(struct crypto_tfm *tfm) argument
65 static int crypto842_compress(struct crypto_tfm *tfm, argument
74 static int crypto842_scompress(struct crypto_scomp *tfm, argument
81 static int crypto842_decompress(struct crypto_tfm *tfm, argument
88 crypto842_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dcrypto_null.c27 static int null_compress(struct crypto_tfm *tfm, const u8 *src, argument
59 static int null_hash_setkey(struct crypto_shash *tfm, const u8 *key, argument
63 static int null_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
67 static int null_setkey(struct crypto_tfm *tfm, const u8 *key, argument
71 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
155 struct crypto_sync_skcipher *tfm; local
[all...]
H A Dlz4.c19 static void *lz4_alloc_ctx(struct crypto_scomp *tfm) argument
30 static int lz4_init(struct crypto_tfm *tfm) argument
41 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
46 static void lz4_exit(struct crypto_tfm *tfm) argument
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, argument
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, argument
93 static int lz4_sdecompress(struct crypto_scomp *tfm, cons argument
100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Dlz4hc.c18 static void *lz4hc_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lz4hc_init(struct crypto_tfm *tfm) argument
40 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lz4hc_exit(struct crypto_tfm *tfm) argument
65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, argument
72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, argument
94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, cons argument
101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Dlzo-rle.c18 static void *lzorle_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lzorle_init(struct crypto_tfm *tfm) argument
40 static void lzorle_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lzorle_exit(struct crypto_tfm *tfm) argument
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, argument
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, argument
97 static int lzorle_decompress(struct crypto_tfm *tfm, cons argument
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlzo.c18 static void *lzo_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lzo_init(struct crypto_tfm *tfm) argument
40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lzo_exit(struct crypto_tfm *tfm) argument
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, argument
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, argument
97 static int lzo_decompress(struct crypto_tfm *tfm, cons argument
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-842.c104 int nx842_crypto_init(struct crypto_tfm *tfm, struct nx842_driver *driver) argument
124 void nx842_crypto_exit(struct crypto_tfm *tfm) argument
249 int nx842_crypto_compress(struct crypto_tfm *tfm, argument
432 int nx842_crypto_decompress(struct crypto_tfm *tfm, argument
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c70 struct gru_tlb_fault_map *tfm; local
/linux-master/include/crypto/internal/
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
/linux-master/net/mac80211/
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
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
/linux-master/net/mac802154/
H A Dllsec.h23 struct crypto_aead *tfm[3]; member in struct:mac802154_llsec_key
/linux-master/arch/arm/crypto/
H A Daes-ce-glue.c137 static int ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
150 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, argument
169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
189 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
210 struct crypto_skcipher *tfm local
240 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
269 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
327 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
385 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
421 ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) argument
446 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
518 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
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
H A Daes-neonbs-glue.c68 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
92 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
127 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
151 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
166 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
192 cbc_init(struct crypto_skcipher *tfm) argument
209 cbc_exit(struct crypto_skcipher *tfm) argument
216 aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
237 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
270 ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) argument
293 aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
314 xts_init(struct crypto_skcipher *tfm) argument
329 xts_exit(struct crypto_skcipher *tfm) argument
341 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
H A Dchacha-glue.c145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
163 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
H A Dcrc32-ce-glue.c36 static int crc32_cra_init(struct crypto_tfm *tfm) argument
44 static int crc32c_cra_init(struct crypto_tfm *tfm) argument
H A Dcurve25519-glue.c49 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, argument
66 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
97 static unsigned int curve25519_max_size(struct crypto_kpp *tfm) argument
H A Dghash-ce-glue.c173 static int ghash_setkey(struct crypto_shash *tfm, argument
218 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
232 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
250 struct crypto_ahash *tfm local
267 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
289 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
306 ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
318 ghash_async_init_tfm(struct crypto_tfm *tfm) argument
334 ghash_async_exit_tfm(struct crypto_tfm *tfm) argument
382 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
416 gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
673 rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
688 rfc4106_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c47 static int ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, argument
55 static int ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Daes-ce-glue.c46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
142 int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
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
H A Daes-glue.c137 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
145 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, argument
162 static int __maybe_unused essiv_cbc_set_key(struct crypto_skcipher *tfm, argument
181 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
201 struct crypto_skcipher *tfm local
222 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
251 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
279 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
391 essiv_cbc_init_tfm(struct crypto_skcipher *tfm) argument
400 essiv_cbc_exit_tfm(struct crypto_skcipher *tfm) argument
409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
431 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
453 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
499 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
543 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
615 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
800 cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) argument
817 cmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) argument
841 xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]
H A Daes-neonbs-glue.c74 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
98 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
133 static int aesbs_cbc_ctr_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
158 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
181 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
209 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
251 aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
280 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
H A Dchacha-neon-glue.c140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
148 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local

Completed in 478 milliseconds

1234567891011>>