Searched refs:skcipher_request_alloc (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | fils_aead.c | 129 req = skcipher_request_alloc(tfm2, GFP_KERNEL); in aes_siv_encrypt() 188 req = skcipher_request_alloc(tfm2, GFP_KERNEL); in aes_siv_decrypt()
|
/Linux-v4.19/fs/crypto/ |
D | fname.c | 61 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_encrypt() 102 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
|
D | crypto.c | 164 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_do_page_crypto()
|
D | keyinfo.c | 45 req = skcipher_request_alloc(tfm, GFP_NOFS); in derive_key_aes()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-skcipher.rst | 26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
|
D | api-samples.rst | 52 req = skcipher_request_alloc(skcipher, GFP_KERNEL);
|
/Linux-v4.19/include/crypto/ |
D | skcipher.h | 520 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
|
/Linux-v4.19/fs/ecryptfs/ |
D | keystore.c | 700 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet() 1020 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet() 1708 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key() 2302 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
|
D | crypto.c | 340 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
/Linux-v4.19/drivers/crypto/ |
D | omap-aes-gcm.c | 187 sk_req = skcipher_request_alloc(ctx->ctr, GFP_KERNEL); in do_encrypt_iv()
|
/Linux-v4.19/fs/cifs/ |
D | cifsencrypt.c | 797 req = skcipher_request_alloc(tfm_arc4, GFP_KERNEL); in calc_seckey()
|
/Linux-v4.19/security/keys/encrypted-keys/ |
D | encrypted.c | 410 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
|
/Linux-v4.19/crypto/ |
D | tcrypt.c | 1295 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed() 1521 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
|
D | drbg.c | 1683 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
|
D | testmgr.c | 1139 req = skcipher_request_alloc(tfm, GFP_KERNEL); in __test_skcipher()
|
/Linux-v4.19/net/rxrpc/ |
D | rxkad.c | 904 req = skcipher_request_alloc(conn->server_key->payload.data[0], in rxkad_decrypt_ticket()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 2884 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 2940 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 3003 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
|