Home
last modified time | relevance | path

Searched refs:compl (Results 1 – 4 of 4) sorted by relevance

/include/crypto/
Dskcipher.h130 crypto_completion_t compl, void *data) in skcipher_givcrypt_set_callback() argument
132 ablkcipher_request_set_callback(&req->creq, flags, compl, data); in skcipher_givcrypt_set_callback()
470 crypto_completion_t compl, in skcipher_request_set_callback() argument
473 req->base.complete = compl; in skcipher_request_set_callback()
Daead.h459 crypto_completion_t compl, in aead_request_set_callback() argument
462 req->base.complete = compl; in aead_request_set_callback()
Dhash.h586 crypto_completion_t compl, in ahash_request_set_callback() argument
589 req->base.complete = compl; in ahash_request_set_callback()
/include/linux/
Dcrypto.h1069 u32 flags, crypto_completion_t compl, void *data) in ablkcipher_request_set_callback() argument
1071 req->base.complete = compl; in ablkcipher_request_set_callback()