Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dfils_aead.c129 req = skcipher_request_alloc(tfm2, GFP_KERNEL); in aes_siv_encrypt()
188 req = skcipher_request_alloc(tfm2, GFP_KERNEL); in aes_siv_decrypt()
/Linux-v4.19/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.c164 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-v4.19/Documentation/crypto/
Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
Dapi-samples.rst52 req = skcipher_request_alloc(skcipher, GFP_KERNEL);
/Linux-v4.19/include/crypto/
Dskcipher.h520 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/Linux-v4.19/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-v4.19/drivers/crypto/
Domap-aes-gcm.c187 sk_req = skcipher_request_alloc(ctx->ctr, GFP_KERNEL); in do_encrypt_iv()
/Linux-v4.19/fs/cifs/
Dcifsencrypt.c797 req = skcipher_request_alloc(tfm_arc4, GFP_KERNEL); in calc_seckey()
/Linux-v4.19/security/keys/encrypted-keys/
Dencrypted.c410 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
/Linux-v4.19/crypto/
Dtcrypt.c1295 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed()
1521 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
Ddrbg.c1683 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()
/Linux-v4.19/net/rxrpc/
Drxkad.c904 req = skcipher_request_alloc(conn->server_key->payload.data[0], in rxkad_decrypt_ticket()
/Linux-v4.19/drivers/md/
Ddm-integrity.c2884 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
2940 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3003 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()