Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c223 if (qp_ctx->ctx->type_supported == SEC_BD_TYPE2) { in qp_send_message()
233 if (qp_ctx->ctx->type_supported == SEC_BD_TYPE2) in qp_send_message()
297 u8 type_supported = qp_ctx->ctx->type_supported; in sec_req_cb() local
304 if (type_supported == SEC_BD_TYPE2) { in sec_req_cb()
312 if (unlikely(type != type_supported)) { in sec_req_cb()
2061 ctx->type_supported = SEC_BD_TYPE2; in sec_skcipher_ctx_init()
2064 ctx->type_supported = SEC_BD_TYPE3; in sec_skcipher_ctx_init()
2094 ctx->type_supported = SEC_BD_TYPE2; in sec_aead_init()
2097 ctx->type_supported = SEC_BD_TYPE3; in sec_aead_init()
A Dsec.h204 u8 type_supported; member

Completed in 11 milliseconds