Searched refs:skcipher_request_alloc (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/crypto/ |
D | fname.c | 61 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_encrypt() 102 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
|
D | crypto.c | 167 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_do_page_crypto()
|
D | keyinfo.c | 45 req = skcipher_request_alloc(tfm, GFP_NOFS); in derive_key_aes()
|
/linux-4.19.296/include/crypto/ |
D | skcipher.h | 522 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
|
/linux-4.19.296/fs/ecryptfs/ |
D | keystore.c | 700 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet() 1020 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet() 1708 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key() 2302 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
|
D | crypto.c | 340 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
/linux-4.19.296/fs/cifs/ |
D | cifsencrypt.c | 797 req = skcipher_request_alloc(tfm_arc4, GFP_KERNEL); in calc_seckey()
|
/linux-4.19.296/crypto/ |
D | tcrypt.c | 1289 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed() 1515 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
|
D | drbg.c | 1761 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
|
D | testmgr.c | 1139 req = skcipher_request_alloc(tfm, GFP_KERNEL); in __test_skcipher()
|