Home
last modified time | relevance | path

Searched refs:crypto_alg_type (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
Dcommon.h82 u32 crypto_alg_type; member
Dskcipher.c151 ret = qce_start(async_req, tmpl->crypto_alg_type, req->cryptlen, 0); in qce_skcipher_async_req_handle()
430 tmpl->crypto_alg_type = CRYPTO_ALG_TYPE_SKCIPHER; in qce_skcipher_register_one()
Dsha.c110 ret = qce_start(async_req, tmpl->crypto_alg_type, 0, 0); in qce_ahash_async_req_handle()
530 tmpl->crypto_alg_type = CRYPTO_ALG_TYPE_AHASH; in qce_ahash_register_one()