Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h49 # define cryptodev_blkcipher_request_alloc skcipher_request_alloc
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
H A Dapi-samples.rst47 req = skcipher_request_alloc(tfm, GFP_KERNEL);
/OK3568_Linux_fs/kernel/net/mac80211/
H 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()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drxkad.c119 req = skcipher_request_alloc(&conn->cipher->base, GFP_NOFS); in rxkad_prime_packet_security()
156 cipher_req = skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto()
788 req = skcipher_request_alloc(&conn->cipher->base, GFP_NOFS); in rxkad_encrypt_response()
936 req = skcipher_request_alloc(conn->server_key->payload.data[0], in rxkad_decrypt_ticket()
1268 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfname.c110 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt()
153 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
H A Dkeysetup_v1.c63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
H A Dcrypto.c121 req = skcipher_request_alloc(tfm, gfp_flags); in fscrypt_crypt_block()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h493 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dkeystore.c686 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
1005 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1694 req = skcipher_request_alloc(tfm, GFP_KERNEL); in decrypt_passphrase_encrypted_session_key()
2288 req = skcipher_request_alloc(tfm, GFP_KERNEL); in write_tag_3_packet()
H A Dcrypto.c311 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto-fallback.c197 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_alloc_cipher_req()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-selftests.c252 req = skcipher_request_alloc(tfm, GFP_KERNEL); in fips_test_skcipher()
H A Dtcrypt.c1295 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()
H A Ddrbg.c1764 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
H A Dtestmgr.c3024 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl()
3153 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c398 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c747 req = skcipher_request_alloc(any_tfm(cc), GFP_NOIO); in crypt_iv_eboiv_gen()
945 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
H A Ddm-integrity.c3613 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3669 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3732 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()