Searched refs:skcipher_request_alloc (Results 1 - 18 of 18) sorted by relevance

/linux-master/net/mac80211/
H A Dfils_aead.c126 req = skcipher_request_alloc(tfm2, GFP_KERNEL);
185 req = skcipher_request_alloc(tfm2, GFP_KERNEL);
/linux-master/fs/crypto/
H A Dfname.c116 req = skcipher_request_alloc(tfm, GFP_NOFS);
160 req = skcipher_request_alloc(tfm, GFP_NOFS);
H A Dkeysetup_v1.c63 req = skcipher_request_alloc(tfm, GFP_KERNEL);
H A Dcrypto.c128 req = skcipher_request_alloc(tfm, gfp_flags);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c99 req = skcipher_request_alloc(tfm, GFP_NOFS);
/linux-master/net/rxrpc/
H A Drxkad.c202 req = skcipher_request_alloc(&ci->base, GFP_NOFS);
237 return skcipher_request_alloc(tfm, GFP_NOFS);
768 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS);
885 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS);
1225 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL);
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c141 req = skcipher_request_alloc(skcipher, GFP_KERNEL);
/linux-master/include/crypto/
H A Dskcipher.h829 * skcipher_request_alloc() - allocate request data structure
852 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__)) macro
/linux-master/fs/ecryptfs/
H A Dkeystore.c689 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
692 "skcipher_request_alloc for %s\n", __func__,
1008 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
1011 "skcipher_request_alloc for %s\n", __func__,
1697 req = skcipher_request_alloc(tfm, GFP_KERNEL);
1701 "skcipher_request_alloc for %s\n", __func__,
2291 req = skcipher_request_alloc(tfm, GFP_KERNEL);
2295 "attempting to skcipher_request_alloc for "
H A Dcrypto.c291 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS);
/linux-master/block/
H A Dblk-crypto-fallback.c197 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode],
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c404 req = skcipher_request_alloc(tfm, GFP_KERNEL);
/linux-master/crypto/
H A Dtcrypt.c1097 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL);
1324 req = skcipher_request_alloc(tfm, GFP_KERNEL);
H A Ddrbg.c1775 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL);
H A Dtestmgr.c3133 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL);
3262 req = skcipher_request_alloc(tfm, GFP_KERNEL);
/linux-master/drivers/md/
H A Ddm-integrity.c3895 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);
3952 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);
4015 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL);
H A Ddm-crypt.c959 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c65 req = skcipher_request_alloc(tfm, GFP_KERNEL);

Completed in 244 milliseconds