Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c401 if (!queue->havesoftqueue || in sec_send_request()
484 if (ctx->queue->havesoftqueue && in sec_skcipher_alg_callback()
503 (ctx->queue->havesoftqueue && in sec_skcipher_alg_callback()
811 (!queue->havesoftqueue || in sec_alg_skcipher_crypto()
885 ctx->queue->havesoftqueue = false; in sec_alg_skcipher_init()
918 ctx->queue->havesoftqueue = true; in sec_alg_skcipher_init_with_queue()
H A Dsec_drv.h349 bool havesoftqueue; member