Home
last modified time | relevance | path

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

/include/crypto/
Daead.h444 crypto_completion_t compl, in aead_request_set_callback() argument
447 req->base.complete = compl; in aead_request_set_callback()
Dskcipher.h585 crypto_completion_t compl, in skcipher_request_set_callback() argument
588 req->base.complete = compl; in skcipher_request_set_callback()
Dhash.h640 crypto_completion_t compl, in ahash_request_set_callback() argument
643 req->base.complete = compl; in ahash_request_set_callback()
/include/linux/
Dcrypto.h1232 u32 flags, crypto_completion_t compl, void *data) in ablkcipher_request_set_callback() argument
1234 req->base.complete = compl; in ablkcipher_request_set_callback()
/include/trace/events/
Drxrpc.h750 __field(enum rxrpc_call_completion, compl )
757 __entry->compl = call->completion;
764 __print_symbolic(__entry->compl, rxrpc_completions),