Home
last modified time | relevance | path

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

/openbmc/linux/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);
/openbmc/linux/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()
/openbmc/linux/net/rxrpc/
H A Drxkad.c202 req = skcipher_request_alloc(&ci->base, GFP_NOFS); in rxkad_prime_packet_security()
237 return skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto()
767 req = skcipher_request_alloc(&conn->rxkad.cipher->base, GFP_NOFS); in rxkad_encrypt_response()
884 req = skcipher_request_alloc(server_key->payload.data[0], GFP_NOFS); in rxkad_decrypt_ticket()
1224 req = skcipher_request_alloc(&tfm->base, GFP_KERNEL); in rxkad_init()
/openbmc/linux/fs/crypto/
H A Dfname.c116 req = skcipher_request_alloc(tfm, GFP_NOFS); in fscrypt_fname_encrypt()
160 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()
/openbmc/linux/include/crypto/
H A Dskcipher.h519 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c141 req = skcipher_request_alloc(skcipher, GFP_KERNEL); in test_skcipher()
/openbmc/linux/fs/ecryptfs/
H A Dkeystore.c689 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()
H A Dcrypto.c291 req = skcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/openbmc/linux/block/
H A Dblk-crypto-fallback.c196 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
/openbmc/linux/security/keys/encrypted-keys/
H A Dencrypted.c404 req = skcipher_request_alloc(tfm, GFP_KERNEL); in init_skcipher_req()
/openbmc/linux/crypto/
H A Dtcrypt.c1097 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 Ddrbg.c1791 req = skcipher_request_alloc(sk_tfm, GFP_KERNEL); in drbg_init_sym_kernel()
H A Dtestmgr.c3137 generic_req = skcipher_request_alloc(generic_tfm, GFP_KERNEL); in test_skcipher_vs_generic_impl()
3266 req = skcipher_request_alloc(tfm, GFP_KERNEL); in alg_test_skcipher()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c3907 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
3964 req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
4027 section_req = skcipher_request_alloc(ic->journal_crypt, GFP_KERNEL); in create_journal()
H A Ddm-crypt.c963 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO); in crypt_iv_elephant()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c65 req = skcipher_request_alloc(tfm, GFP_KERNEL); in cn10k_ecb_aes_encrypt()