Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec.h157 u8 type_supported; member
Dsec_crypto.c234 u8 type_supported = qp_ctx->ctx->type_supported; in sec_req_cb() local
241 if (type_supported == SEC_BD_TYPE2) { in sec_req_cb()
249 if (unlikely(type != type_supported)) { in sec_req_cb()
1866 ctx->type_supported = SEC_BD_TYPE2; in sec_skcipher_ctx_init()
1869 ctx->type_supported = SEC_BD_TYPE3; in sec_skcipher_ctx_init()
1899 ctx->type_supported = SEC_BD_TYPE2; in sec_aead_init()
1902 ctx->type_supported = SEC_BD_TYPE3; in sec_aead_init()