Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c225 reqctx->verify = VERIFY_HW; in chcr_handle_aead_resp()
3124 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_null_setauthsize()
3139 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3142 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3145 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3148 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3151 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3154 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3157 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3173 aeadctx->mayverify = VERIFY_HW; in chcr_gcm_setauthsize()
[all …]
Dchcr_crypto.h103 #define VERIFY_HW 0 macro