Home
last modified time | relevance | path

Searched defs:tfm (Results 376 - 400 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_auth.c75 struct crypto_shash *tfm; in chap_test_algorithm() local
227 struct crypto_shash *tfm = NULL; in chap_server_compute_hash() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c48 struct crypto_aead *tfm; member
330 struct crypto_aead *tfm = data->tfm; ieee80211_ccmp_set_key() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c43 struct crypto_aead *tfm; member
321 struct crypto_aead *tfm = data->tfm; rtllib_ccmp_set_key() local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_ccmp.c52 struct crypto_aead *tfm; member
351 struct crypto_aead *tfm = data->tfm; lib80211_ccmp_set_key() local
[all...]
/kernel/linux/linux-5.10/security/integrity/evm/
H A Devm_crypto.c76 struct crypto_shash **tfm, *tmp_tfm; in init_desc() local
[all...]
/kernel/linux/linux-5.10/security/keys/
H A Ddh.c89 struct crypto_shash *tfm; in kdf_alloc() local
239 struct crypto_kpp *tfm; __keyctl_dh_compute() local
[all...]
/kernel/linux/linux-5.10/fs/crypto/
H A Dkeysetup_v1.c55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes() local
[all...]
H A Dkeysetup.c81 struct crypto_skcipher *tfm; in fscrypt_allocate_skcipher() local
130 struct crypto_skcipher *tfm; fscrypt_prepare_key() local
[all...]
H A Dcrypto.c103 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_crypt_block() local
/kernel/linux/linux-5.10/fs/ubifs/
H A Dauth.c91 ubifs_get_desc(const struct ubifs_info *c, struct crypto_shash *tfm) ubifs_get_desc() argument
/kernel/linux/linux-5.10/fs/verity/
H A Dfsverity_private.h38 struct crypto_ahash *tfm; /* hash tfm, allocated on demand */ member
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_hmac.c123 struct crypto_shash *tfm; in __do_hmac() local
355 struct crypto_shash *tfm; in seg6_hmac_init_algo() local
422 struct crypto_shash *tfm; seg6_hmac_exit() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.h92 struct crypto_aead *tfm; member
97 struct crypto_shash *tfm; member
103 struct crypto_aead *tfm; member
114 struct crypto_aead *tfm; member
/kernel/linux/linux-5.10/include/crypto/
H A Daead.h159 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast() argument
180 static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) in crypto_aead_tfm() argument
191 crypto_free_aead(struct crypto_aead *tfm) crypto_free_aead() argument
196 crypto_aead_alg(struct crypto_aead *tfm) crypto_aead_alg() argument
216 crypto_aead_ivsize(struct crypto_aead *tfm) crypto_aead_ivsize() argument
233 crypto_aead_authsize(struct crypto_aead *tfm) crypto_aead_authsize() argument
258 crypto_aead_blocksize(struct crypto_aead *tfm) crypto_aead_blocksize() argument
263 crypto_aead_alignmask(struct crypto_aead *tfm) crypto_aead_alignmask() argument
268 crypto_aead_get_flags(struct crypto_aead *tfm) crypto_aead_get_flags() argument
273 crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) crypto_aead_set_flags() argument
278 crypto_aead_clear_flags(struct crypto_aead *tfm, u32 flags) crypto_aead_clear_flags() argument
381 crypto_aead_reqsize(struct crypto_aead *tfm) crypto_aead_reqsize() argument
394 aead_request_set_tfm(struct aead_request *req, struct crypto_aead *tfm) aead_request_set_tfm() argument
411 aead_request_alloc(struct crypto_aead *tfm, gfp_t gfp) aead_request_alloc() argument
[all...]
H A Dakcipher.h133 crypto_akcipher_tfm( struct crypto_akcipher *tfm) crypto_akcipher_tfm() argument
144 __crypto_akcipher_tfm( struct crypto_tfm *tfm) __crypto_akcipher_tfm() argument
150 crypto_akcipher_alg( struct crypto_akcipher *tfm) crypto_akcipher_alg() argument
156 crypto_akcipher_reqsize(struct crypto_akcipher *tfm) crypto_akcipher_reqsize() argument
161 akcipher_request_set_tfm(struct akcipher_request *req, struct crypto_akcipher *tfm) akcipher_request_set_tfm() argument
180 crypto_free_akcipher(struct crypto_akcipher *tfm) crypto_free_akcipher() argument
193 akcipher_request_alloc( struct crypto_akcipher *tfm, gfp_t gfp) akcipher_request_alloc() argument
270 crypto_akcipher_maxsize(struct crypto_akcipher *tfm) crypto_akcipher_maxsize() argument
289 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); crypto_akcipher_encrypt() local
313 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); crypto_akcipher_decrypt() local
337 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); crypto_akcipher_sign() local
364 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); crypto_akcipher_verify() local
388 crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_pub_key() argument
410 crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_priv_key() argument
[all...]
H A Dacompress.h128 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm() argument
138 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm() argument
143 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) in crypto_acomp_alg() argument
148 crypto_acomp_reqsize(struct crypto_acomp *tfm) crypto_acomp_reqsize() argument
153 acomp_request_set_tfm(struct acomp_req *req, struct crypto_acomp *tfm) acomp_request_set_tfm() argument
171 crypto_free_acomp(struct crypto_acomp *tfm) crypto_free_acomp() argument
263 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); crypto_acomp_compress() local
285 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); crypto_acomp_decompress() local
[all...]
H A Dkpp.h107 static inline struct crypto_tfm *crypto_kpp_tfm(struct crypto_kpp *tfm) in crypto_kpp_tfm() argument
117 static inline struct crypto_kpp *__crypto_kpp_tfm(struct crypto_tfm *tfm) in __crypto_kpp_tfm() argument
122 static inline struct kpp_alg *crypto_kpp_alg(struct crypto_kpp *tfm) in crypto_kpp_alg() argument
127 crypto_kpp_reqsize(struct crypto_kpp *tfm) crypto_kpp_reqsize() argument
132 kpp_request_set_tfm(struct kpp_request *req, struct crypto_kpp *tfm) kpp_request_set_tfm() argument
143 crypto_kpp_get_flags(struct crypto_kpp *tfm) crypto_kpp_get_flags() argument
148 crypto_kpp_set_flags(struct crypto_kpp *tfm, u32 flags) crypto_kpp_set_flags() argument
160 crypto_free_kpp(struct crypto_kpp *tfm) crypto_free_kpp() argument
173 kpp_request_alloc(struct crypto_kpp *tfm, gfp_t gfp) kpp_request_alloc() argument
283 crypto_kpp_set_secret(struct crypto_kpp *tfm, const void *buffer, unsigned int len) crypto_kpp_set_secret() argument
311 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); crypto_kpp_generate_public_key() local
334 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); crypto_kpp_compute_shared_secret() local
355 crypto_kpp_maxsize(struct crypto_kpp *tfm) crypto_kpp_maxsize() argument
[all...]
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dhash.h132 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx() argument
143 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, in crypto_ahash_set_reqsize() argument
200 static inline void *crypto_shash_ctx(struct crypto_shash *tfm) in crypto_shash_ctx() argument
234 static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm) in crypto_shash_ctx_aligned() argument
239 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() argument
[all...]
H A Dskcipher.h149 static inline void *crypto_skcipher_ctx(struct crypto_skcipher *tfm) in crypto_skcipher_ctx() argument
204 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() argument
193 crypto_skcipher_walksize( struct crypto_skcipher *tfm) crypto_skcipher_walksize() argument
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeysetup.c103 struct crypto_skcipher *tfm; in fscrypt_allocate_skcipher() local
153 struct crypto_skcipher *tfm; fscrypt_prepare_key() local
[all...]
H A Dkeysetup_v1.c55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes() local
[all...]
H A Dcrypto.c111 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_crypt_block() local
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dhash.h136 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx() argument
141 static inline void *crypto_ahash_ctx_dma(struct crypto_ahash *tfm) in crypto_ahash_ctx_dma() argument
158 static inline void crypto_ahash_set_statesize(struct crypto_ahash *tfm, in crypto_ahash_set_statesize() argument
164 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, in crypto_ahash_set_reqsize() argument
238 static inline void *crypto_shash_ctx(struct crypto_shash *tfm) in crypto_shash_ctx() argument
272 crypto_shash_ctx_aligned(struct crypto_shash *tfm) crypto_shash_ctx_aligned() argument
277 __crypto_shash_cast(struct crypto_tfm *tfm) __crypto_shash_cast() argument
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dauth.c90 ubifs_get_desc(const struct ubifs_info *c, struct crypto_shash *tfm) ubifs_get_desc() argument
/kernel/linux/linux-6.6/include/crypto/
H A Daead.h183 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast() argument
204 static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) in crypto_aead_tfm() argument
215 crypto_free_aead(struct crypto_aead *tfm) crypto_free_aead() argument
220 crypto_aead_driver_name(struct crypto_aead *tfm) crypto_aead_driver_name() argument
225 crypto_aead_alg(struct crypto_aead *tfm) crypto_aead_alg() argument
245 crypto_aead_ivsize(struct crypto_aead *tfm) crypto_aead_ivsize() argument
262 crypto_aead_authsize(struct crypto_aead *tfm) crypto_aead_authsize() argument
287 crypto_aead_blocksize(struct crypto_aead *tfm) crypto_aead_blocksize() argument
292 crypto_aead_alignmask(struct crypto_aead *tfm) crypto_aead_alignmask() argument
297 crypto_aead_get_flags(struct crypto_aead *tfm) crypto_aead_get_flags() argument
302 crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) crypto_aead_set_flags() argument
307 crypto_aead_clear_flags(struct crypto_aead *tfm, u32 flags) crypto_aead_clear_flags() argument
410 crypto_aead_reqsize(struct crypto_aead *tfm) crypto_aead_reqsize() argument
423 aead_request_set_tfm(struct aead_request *req, struct crypto_aead *tfm) aead_request_set_tfm() argument
440 aead_request_alloc(struct crypto_aead *tfm, gfp_t gfp) aead_request_alloc() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...30