Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/crypto/
Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
Dapi-samples.rst47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
/Linux-v5.15/net/mac80211/
Dfils_aead.c126 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.15/fs/crypto/
Dfname.c114 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt()
157 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
Dkeysetup_v1.c63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
Dcrypto.c113 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_crypt_block()
/Linux-v5.15/net/rxrpc/
Drxkad.c202 req = skcipher_request_alloc(&ci->base, GFP_NOFS); in rxkad_prime_packet_security()
239 cipher_req = skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto()
872 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS); in rxkad_encrypt_response()
1009 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS); in rxkad_decrypt_ticket()
1361 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
/Linux-v5.15/include/crypto/
Dskcipher.h493 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/Linux-v5.15/fs/ecryptfs/
Dkeystore.c687 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
1006 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1695 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key()
2289 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
Dcrypto.c309 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/Linux-v5.15/block/
Dblk-crypto-fallback.c198 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_alloc_cipher_req()
/Linux-v5.15/security/keys/encrypted-keys/
Dencrypted.c398 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
/Linux-v5.15/crypto/
Dtcrypt.c1308 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed()
1536 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
Ddrbg.c1787 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
Dtestmgr.c3008 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl()
3135 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
/Linux-v5.15/drivers/md/
Ddm-crypt.c748 req = skcipher_request_alloc(any_tfm(cc), GFP_NOIO); in crypt_iv_eboiv_gen()
946 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
Ddm-integrity.c3749 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3805 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3868 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()