Home
last modified time | relevance | path

Searched refs:skcipher_request_alloc (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/crypto/
Dfname.c61 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_encrypt()
102 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
Dcrypto.c167 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_do_page_crypto()
Dkeyinfo.c45 req = skcipher_request_alloc(tfm, GFP_NOFS); in derive_key_aes()
/linux-4.19.296/include/crypto/
Dskcipher.h522 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c700 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()
Dcrypto.c340 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c797 req = skcipher_request_alloc(tfm_arc4, GFP_KERNEL); in calc_seckey()
/linux-4.19.296/crypto/
Dtcrypt.c1289 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()
Ddrbg.c1761 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
Dtestmgr.c1139 req = skcipher_request_alloc(tfm, GFP_KERNEL); in __test_skcipher()