Searched refs:skcipher_request_alloc (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/crypto/ |
A D | api-skcipher.rst | 26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
|
A D | api-samples.rst | 47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
|
/linux/net/mac80211/ |
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/fs/crypto/ |
A D | fname.c | 114 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt() 157 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
|
A D | keysetup_v1.c | 63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
|
A D | crypto.c | 113 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_crypt_block()
|
/linux/net/rxrpc/ |
A D | rxkad.c | 202 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/include/crypto/ |
A D | skcipher.h | 493 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
|
/linux/fs/ecryptfs/ |
A D | keystore.c | 687 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 D | crypto.c | 309 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
/linux/block/ |
A D | blk-crypto-fallback.c | 196 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
|
/linux/security/keys/encrypted-keys/ |
A D | encrypted.c | 398 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
|
/linux/crypto/ |
A D | tcrypt.c | 1308 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_mb_skcipher_speed() 1535 req = skcipher_request_alloc(tfm, GFP_KERNEL); in test_skcipher_speed()
|
A D | drbg.c | 1787 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
|
A D | testmgr.c | 3008 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/drivers/md/ |
A D | dm-integrity.c | 3763 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 3819 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal() 3882 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
|
A D | dm-crypt.c | 751 req = skcipher_request_alloc(any_tfm(cc), GFP_NOIO); in crypt_iv_eboiv_gen() 949 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
|
Completed in 61 milliseconds