Searched refs:skcipher_request_alloc (Results 1 – 20 of 20) sorted by relevance
/linux-6.14.4/Documentation/crypto/ |
D | api-skcipher.rst | 26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
|
D | api-samples.rst | 47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
|
/linux-6.14.4/net/mac80211/ |
D | fils_aead.c | 126 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.14.4/fs/crypto/ |
D | fname.c | 116 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt() 160 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
|
D | keysetup_v1.c | 63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
|
D | crypto.c | 128 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_crypt_data_unit()
|
/linux-6.14.4/net/rxrpc/ |
D | rxkad.c | 208 req = skcipher_request_alloc(&ci->base, GFP_NOFS); in rxkad_prime_packet_security() 243 return skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto() 782 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS); in rxkad_encrypt_response() 899 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS); in rxkad_decrypt_ticket() 1239 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
|
/linux-6.14.4/security/keys/trusted-keys/ |
D | trusted_dcp.c | 99 req = skcipher_request_alloc(tfm, GFP_NOFS); in do_dcp_crypto()
|
/linux-6.14.4/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 141 req = skcipher_request_alloc(skcipher, GFP_KERNEL); in test_skcipher()
|
/linux-6.14.4/include/crypto/ |
D | skcipher.h | 852 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__)) macro
|
/linux-6.14.4/fs/ecryptfs/ |
D | keystore.c | 689 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet() 1008 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet() 1697 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key() 2291 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
|
D | crypto.c | 291 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
/linux-6.14.4/block/ |
D | blk-crypto-fallback.c | 197 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
|
/linux-6.14.4/security/keys/encrypted-keys/ |
D | encrypted.c | 404 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
|
/linux-6.14.4/crypto/ |
D | tcrypt.c | 1097 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed() 1324 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
|
D | drbg.c | 1776 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
|
D | testmgr.c | 3160 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl() 3291 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
|
/linux-6.14.4/drivers/md/ |
D | dm-integrity.c | 4310 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 4367 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 4430 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
|
D | dm-crypt.c | 987 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k_macsec.c | 65 req = skcipher_request_alloc(tfm, GFP_KERNEL); in cn10k_ecb_aes_encrypt()
|