Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h156 u8 type_supported; member
H A 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()
1853 ctx->type_supported = SEC_BD_TYPE2; in sec_skcipher_ctx_init()
1856 ctx->type_supported = SEC_BD_TYPE3; in sec_skcipher_ctx_init()
1886 ctx->type_supported = SEC_BD_TYPE2; in sec_aead_init()
1889 ctx->type_supported = SEC_BD_TYPE3; in sec_aead_init()