Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Dcommon.h97 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
H A Dcommon.c390 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen, in qce_start() function
H A Dskcipher.c151 ret = qce_start(async_req, tmpl->crypto_alg_type, req->cryptlen, 0); in qce_skcipher_async_req_handle()
H A Dsha.c110 ret = qce_start(async_req, tmpl->crypto_alg_type, 0, 0); in qce_ahash_async_req_handle()