Searched refs:crypto_completion_t (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | crypto.h | 166 typedef void (*crypto_completion_t)(void *req, int err); typedef 177 crypto_completion_t complete;
|
| /linux-6.15/crypto/ |
| H A D | seqiv.c | 52 crypto_completion_t compl; in seqiv_aead_encrypt() 113 crypto_completion_t compl; in seqiv_aead_decrypt()
|
| H A D | cryptd.c | 84 crypto_completion_t complete; 267 crypto_completion_t complete) in cryptd_skcipher_complete() 313 crypto_completion_t compl) in cryptd_skcipher_enqueue() 484 crypto_completion_t compl) in cryptd_hash_enqueue() 514 crypto_completion_t complete) in cryptd_hash_complete() 740 crypto_completion_t compl) in cryptd_aead_crypt() 809 crypto_completion_t compl) in cryptd_aead_enqueue()
|
| H A D | echainiv.c | 90 crypto_completion_t compl; in echainiv_decrypt()
|
| H A D | acompress.c | 156 static void acomp_save_req(struct acomp_req *req, crypto_completion_t cplt) in acomp_save_req() 325 crypto_completion_t compl = state->compl; in acomp_reqchain_done()
|
| H A D | ahash.c | 50 crypto_completion_t compl; 60 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt); 440 crypto_completion_t compl = state->compl; in ahash_reqchain_done() 554 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt) in ahash_save_req()
|
| H A D | xts.c | 240 crypto_completion_t compl) in xts_init_crypt()
|
| H A D | gcm.c | 203 crypto_completion_t compl, in gcm_hash_update() 218 crypto_completion_t compl, u32 flags) in gcm_hash_remain()
|
| /linux-6.15/include/crypto/ |
| H A D | acompress.h | 59 crypto_completion_t compl; 340 crypto_completion_t cmpl, in acomp_request_set_callback()
|
| H A D | kpp.h | 215 crypto_completion_t cmpl, in kpp_request_set_callback()
|
| H A D | akcipher.h | 217 crypto_completion_t cmpl, in akcipher_request_set_callback()
|
| H A D | aead.h | 480 crypto_completion_t compl, in aead_request_set_callback()
|
| H A D | skcipher.h | 904 crypto_completion_t compl, in skcipher_request_set_callback()
|
| H A D | hash.h | 623 crypto_completion_t compl, in ahash_request_set_callback()
|