Home
last modified time | relevance | path

Searched refs:type_supported (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/crypto/hisilicon/sec2/
Dsec.h156 u8 type_supported; member
Dsec_crypto.c226 u8 type_supported = qp_ctx->ctx->type_supported; in sec_req_cb() local
233 if (type_supported == SEC_BD_TYPE2) { in sec_req_cb()
241 if (unlikely(type != type_supported)) { in sec_req_cb()
1823 ctx->type_supported = SEC_BD_TYPE2; in sec_skcipher_ctx_init()
1826 ctx->type_supported = SEC_BD_TYPE3; in sec_skcipher_ctx_init()
1856 ctx->type_supported = SEC_BD_TYPE2; in sec_aead_init()
1859 ctx->type_supported = SEC_BD_TYPE3; in sec_aead_init()