Lines Matching defs:async
506 struct crypto_async_request *async,
608 struct crypto_async_request *async,
615 struct skcipher_request *areq = skcipher_request_cast(async);
978 struct crypto_async_request *async,
981 struct skcipher_request *req = skcipher_request_cast(async);
987 err = safexcel_handle_inv_result(priv, ring, async, sreq,
990 err = safexcel_handle_req_result(priv, ring, async, req->src,
1000 struct crypto_async_request *async,
1003 struct aead_request *req = aead_request_cast(async);
1010 err = safexcel_handle_inv_result(priv, ring, async, sreq,
1013 err = safexcel_handle_req_result(priv, ring, async, req->src,
1039 static int safexcel_skcipher_send(struct crypto_async_request *async, int ring,
1042 struct skcipher_request *req = skcipher_request_cast(async);
1051 ret = safexcel_cipher_send_inv(async, ring, commands, results);
1062 ret = safexcel_send_req(async, ring, sreq, req->src,
1071 static int safexcel_aead_send(struct crypto_async_request *async, int ring,
1074 struct aead_request *req = aead_request_cast(async);
1084 ret = safexcel_cipher_send_inv(async, ring, commands, results);
1086 ret = safexcel_send_req(async, ring, sreq, req->src, req->dst,