Searched refs:crypto_completion_t (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | seqiv.c | 52 crypto_completion_t compl; in seqiv_aead_encrypt() 113 crypto_completion_t compl; in seqiv_aead_decrypt()
|
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() 469 crypto_completion_t compl) in cryptd_hash_enqueue() 499 crypto_completion_t complete) in cryptd_hash_complete() 724 crypto_completion_t compl) in cryptd_aead_crypt() 793 crypto_completion_t compl) in cryptd_aead_enqueue()
|
A D | echainiv.c | 90 crypto_completion_t compl; in echainiv_decrypt()
|
A D | ahash.c | 28 crypto_completion_t complete; 193 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt, in ahash_save_req()
|
A D | xts.c | 240 crypto_completion_t compl) in xts_init_crypt()
|
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.3-rc2/include/linux/ |
A D | crypto.h | 179 typedef void (*crypto_completion_t)(void *req, int err); typedef 190 crypto_completion_t complete;
|
/linux-6.3-rc2/include/crypto/ |
A D | acompress.h | 217 crypto_completion_t cmpl, in acomp_request_set_callback()
|
A D | aead.h | 467 crypto_completion_t compl, in aead_request_set_callback()
|
A D | kpp.h | 211 crypto_completion_t cmpl, in kpp_request_set_callback()
|
A D | akcipher.h | 229 crypto_completion_t cmpl, in akcipher_request_set_callback()
|
A D | skcipher.h | 554 crypto_completion_t compl, in skcipher_request_set_callback()
|
A D | hash.h | 661 crypto_completion_t compl, in ahash_request_set_callback()
|
Completed in 24 milliseconds