Searched refs:skcipher_request_alloc (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/mac80211/ | 
| D | fils_aead.c | 126 	req = skcipher_request_alloc(tfm2, GFP_KERNEL);  in aes_siv_encrypt()185 	req = skcipher_request_alloc(tfm2, GFP_KERNEL);  in aes_siv_decrypt()
 
 | 
| /Linux-v5.4/fs/crypto/ | 
| D | fname.c | 61 	req = skcipher_request_alloc(tfm, GFP_NOFS);  in fname_encrypt()101 	req = skcipher_request_alloc(tfm, GFP_NOFS);  in fname_decrypt()
 
 | 
| D | keysetup_v1.c | 63 	req = skcipher_request_alloc(tfm, GFP_NOFS);  in derive_key_aes()
 | 
| D | crypto.c | 172 	req = skcipher_request_alloc(tfm, gfp_flags);  in fscrypt_crypt_block()
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-skcipher.rst | 26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
 | 
| D | api-samples.rst | 47             req = skcipher_request_alloc(tfm, GFP_KERNEL);
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | rxkad.c | 119 	req = skcipher_request_alloc(&conn->cipher->base, GFP_NOFS);  in rxkad_prime_packet_security()156 		cipher_req = skcipher_request_alloc(tfm, GFP_NOFS);  in rxkad_get_call_crypto()
 788 	req = skcipher_request_alloc(&conn->cipher->base, GFP_NOFS);  in rxkad_encrypt_response()
 936 	req = skcipher_request_alloc(conn->server_key->payload.data[0],  in rxkad_decrypt_ticket()
 1268 	req = skcipher_request_alloc(&tfm->base, GFP_KERNEL);  in rxkad_init()
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | skcipher.h | 496 static inline struct skcipher_request *skcipher_request_alloc(  in skcipher_request_alloc()  function
 | 
| /Linux-v5.4/fs/ecryptfs/ | 
| D | keystore.c | 686 	s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);  in ecryptfs_write_tag_70_packet()1005 	s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);  in ecryptfs_parse_tag_70_packet()
 1694 	req = skcipher_request_alloc(tfm, GFP_KERNEL);  in decrypt_passphrase_encrypted_session_key()
 2288 	req = skcipher_request_alloc(tfm, GFP_KERNEL);  in write_tag_3_packet()
 
 | 
| D | crypto.c | 326 	req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS);  in crypt_scatterlist()
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | omap-aes-gcm.c | 183 	sk_req = skcipher_request_alloc(ctx->ctr, GFP_KERNEL);  in do_encrypt_iv()
 | 
| /Linux-v5.4/security/keys/encrypted-keys/ | 
| D | encrypted.c | 410 	req = skcipher_request_alloc(tfm, GFP_KERNEL);  in init_skcipher_req()
 | 
| /Linux-v5.4/crypto/ | 
| D | tcrypt.c | 1294 		data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL);  in test_mb_skcipher_speed()1520 	req = skcipher_request_alloc(tfm, GFP_KERNEL);  in test_skcipher_speed()
 
 | 
| D | drbg.c | 1770 	req = skcipher_request_alloc(sk_tfm, GFP_KERNEL);  in drbg_init_sym_kernel()
 | 
| D | testmgr.c | 2746 	generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL);  in test_skcipher_vs_generic_impl()2865 	req = skcipher_request_alloc(tfm, GFP_KERNEL);  in alg_test_skcipher()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-integrity.c | 3381 			req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);  in create_journal()3437 			req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);  in create_journal()
 3500 				section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);  in create_journal()
 
 | 
| D | dm-crypt.c | 720 	req = skcipher_request_alloc(any_tfm(cc), GFP_KERNEL | GFP_NOFS);  in crypt_iv_eboiv_gen()
 |