Searched refs:crypto_completion_t (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/crypto/ |
D | cryptd.c | 74 crypto_completion_t complete; 83 crypto_completion_t complete; 92 crypto_completion_t complete; 102 crypto_completion_t complete; 294 crypto_completion_t compl) in cryptd_blkcipher_enqueue() 536 crypto_completion_t compl) in cryptd_skcipher_enqueue() 701 crypto_completion_t compl) in cryptd_hash_enqueue() 957 crypto_completion_t compl; in cryptd_aead_crypt() 1004 crypto_completion_t compl) in cryptd_aead_enqueue()
|
D | seqiv.c | 60 crypto_completion_t compl; in seqiv_aead_encrypt() 122 crypto_completion_t compl; in seqiv_aead_decrypt()
|
D | echainiv.c | 95 crypto_completion_t compl; in echainiv_decrypt()
|
D | ahash.c | 32 crypto_completion_t complete; 224 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt) in ahash_save_req()
|
D | lrw.c | 277 static int init_crypt(struct skcipher_request *req, crypto_completion_t done) in init_crypt()
|
D | xts.c | 216 static int init_crypt(struct skcipher_request *req, crypto_completion_t done) in init_crypt()
|
D | mcryptd.c | 315 crypto_completion_t complete) in mcryptd_hash_enqueue()
|
D | gcm.c | 225 crypto_completion_t compl, in gcm_hash_update() 240 crypto_completion_t compl, u32 flags) in gcm_hash_remain()
|
/Linux-v4.19/include/crypto/ |
D | mcryptd.h | 59 crypto_completion_t complete;
|
D | acompress.h | 201 crypto_completion_t cmpl, in acomp_request_set_callback()
|
D | kpp.h | 211 crypto_completion_t cmpl, in kpp_request_set_callback()
|
D | akcipher.h | 226 crypto_completion_t cmpl, in akcipher_request_set_callback()
|
D | aead.h | 469 crypto_completion_t compl, in aead_request_set_callback()
|
D | skcipher.h | 577 crypto_completion_t compl, in skcipher_request_set_callback()
|
D | hash.h | 627 crypto_completion_t compl, in ahash_request_set_callback()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 162 typedef void (*crypto_completion_t)(struct crypto_async_request *req, int err); typedef 173 crypto_completion_t complete; 1050 u32 flags, crypto_completion_t compl, void *data) in ablkcipher_request_set_callback()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.h | 354 crypto_completion_t old_complete;
|