Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/crypto/
A Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
A Dapi-samples.rst47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
/linux-6.3-rc2/net/mac80211/
A 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-6.3-rc2/net/rxrpc/
A Drxkad.c202 req = skcipher_request_alloc(&ci->base, GFP_NOFS); in rxkad_prime_packet_security()
237 return skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto()
765 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS); in rxkad_encrypt_response()
882 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS); in rxkad_decrypt_ticket()
1222 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
/linux-6.3-rc2/fs/crypto/
A Dfname.c122 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt()
166 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
A Dkeysetup_v1.c63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
A Dcrypto.c121 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_crypt_block()
/linux-6.3-rc2/include/crypto/
A Dskcipher.h497 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c141 req = skcipher_request_alloc(skcipher, GFP_KERNEL); in test_skcipher()
/linux-6.3-rc2/fs/ecryptfs/
A 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()
A Dcrypto.c291 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/linux-6.3-rc2/block/
A Dblk-crypto-fallback.c196 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
/linux-6.3-rc2/security/keys/encrypted-keys/
A Dencrypted.c404 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
/linux-6.3-rc2/crypto/
A Dtcrypt.c1094 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed()
1321 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
A Ddrbg.c1791 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
A Dtestmgr.c3067 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl()
3194 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
/linux-6.3-rc2/drivers/md/
A Ddm-integrity.c3819 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3876 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3939 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
A Ddm-crypt.c752 req = skcipher_request_alloc(any_tfm(cc), GFP_NOIO); in crypt_iv_eboiv_gen()
950 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()

Completed in 57 milliseconds