Searched refs:crypto_completion_t (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/crypto/ ! |
D | seqiv.c | 52 crypto_completion_t compl; in seqiv_aead_encrypt() 113 crypto_completion_t compl; in seqiv_aead_decrypt()
|
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()
|
D | echainiv.c | 90 crypto_completion_t compl; in echainiv_decrypt()
|
D | ahash.c | 27 crypto_completion_t complete; 186 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-6.6.21/include/linux/ ! |
D | crypto.h | 163 typedef void (*crypto_completion_t)(void *req, int err); typedef 174 crypto_completion_t complete;
|
/linux-6.6.21/include/crypto/ ! |
D | aead.h | 489 crypto_completion_t compl, in aead_request_set_callback()
|
D | acompress.h | 220 crypto_completion_t cmpl, in acomp_request_set_callback()
|
D | kpp.h | 234 crypto_completion_t cmpl, in kpp_request_set_callback()
|
D | akcipher.h | 256 crypto_completion_t cmpl, in akcipher_request_set_callback()
|
D | skcipher.h | 576 crypto_completion_t compl, in skcipher_request_set_callback()
|
D | hash.h | 711 crypto_completion_t compl, in ahash_request_set_callback()
|