Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qce/
Dcommon.h86 u32 crypto_alg_type; member
Dskcipher.c152 ret = qce_start(async_req, tmpl->crypto_alg_type); in qce_skcipher_async_req_handle()
481 tmpl->crypto_alg_type = CRYPTO_ALG_TYPE_SKCIPHER; in qce_skcipher_register_one()
Dsha.c118 ret = qce_start(async_req, tmpl->crypto_alg_type); in qce_ahash_async_req_handle()
497 tmpl->crypto_alg_type = CRYPTO_ALG_TYPE_AHASH; in qce_ahash_register_one()
Daead.c478 ret = qce_start(async_req, tmpl->crypto_alg_type); in qce_aead_async_req_handle()
799 tmpl->crypto_alg_type = CRYPTO_ALG_TYPE_AEAD; in qce_aead_register_one()