Searched refs:skcipher_request_alloc (Results 1 – 16 of 16) sorted by relevance
| /linux/Documentation/crypto/ |
| H A D | api-skcipher.rst | 29 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
|
| H A D | api-samples.rst | 47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
|
| /linux/net/mac80211/ |
| H A 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/net/rxrpc/ |
| H A D | rxkad.c | 210 req = skcipher_request_alloc(&ci->base, GFP_NOFS); in rxkad_prime_packet_security() 245 return skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto() 739 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS); in rxkad_encrypt_response() 973 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS); in rxkad_decrypt_ticket() 1313 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
|
| /linux/tools/testing/crypto/chacha20-s390/ |
| H A D | test-cipher.c | 141 req = skcipher_request_alloc(skcipher, GFP_KERNEL); in test_skcipher()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_dcp.c | 99 req = skcipher_request_alloc(tfm, GFP_NOFS); in do_dcp_crypto()
|
| /linux/include/crypto/ |
| H A D | skcipher.h | 859 #define skcipher_request_alloc(...) alloc_hooks(skcipher_request_alloc_noprof(__VA_ARGS__)) macro
|
| /linux/fs/ecryptfs/ |
| H A D | keystore.c | 685 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet() 966 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet() 1658 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key() 2249 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
|
| H A D | crypto.c | 238 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 378 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
|
| /linux/crypto/ |
| H A 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()
|
| H A D | drbg.c | 1545 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
|
| H A D | testmgr.c | 3115 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl() 3238 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | cn10k_macsec.c | 65 req = skcipher_request_alloc(tfm, GFP_KERNEL); in cn10k_ecb_aes_encrypt()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 4481 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 4537 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 4600 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
|
| H A D | dm-crypt.c | 947 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
|