Searched refs:crypto_completion_t (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/crypto/ |
D | seqiv.c | 53 crypto_completion_t compl; in seqiv_aead_encrypt() 114 crypto_completion_t compl; in seqiv_aead_decrypt()
|
D | cryptd.c | 75 crypto_completion_t complete; 84 crypto_completion_t complete; 94 crypto_completion_t complete; 311 crypto_completion_t compl) in cryptd_skcipher_enqueue() 463 crypto_completion_t compl) in cryptd_hash_enqueue() 719 crypto_completion_t compl; in cryptd_aead_crypt() 766 crypto_completion_t compl) in cryptd_aead_enqueue()
|
D | echainiv.c | 90 crypto_completion_t compl; in echainiv_decrypt()
|
D | ahash.c | 28 crypto_completion_t complete; 199 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt) in ahash_save_req()
|
D | xts.c | 240 crypto_completion_t compl) in xts_init_crypt()
|
D | gcm.c | 203 crypto_completion_t compl, in gcm_hash_update() 218 crypto_completion_t compl, u32 flags) in gcm_hash_remain()
|
/linux-5.19.10/include/linux/ |
D | crypto.h | 179 typedef void (*crypto_completion_t)(struct crypto_async_request *req, int err); typedef 190 crypto_completion_t complete;
|
/linux-5.19.10/include/crypto/ |
D | acompress.h | 216 crypto_completion_t cmpl, in acomp_request_set_callback()
|
D | aead.h | 467 crypto_completion_t compl, in aead_request_set_callback()
|
D | kpp.h | 208 crypto_completion_t cmpl, in kpp_request_set_callback()
|
D | akcipher.h | 228 crypto_completion_t cmpl, in akcipher_request_set_callback()
|
D | skcipher.h | 554 crypto_completion_t compl, in skcipher_request_set_callback()
|
D | hash.h | 661 crypto_completion_t compl, in ahash_request_set_callback()
|
/linux-5.19.10/drivers/crypto/bcm/ |
D | cipher.h | 344 crypto_completion_t old_complete;
|