Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c224 reqctx->verify = VERIFY_HW; in chcr_handle_aead_resp()
3283 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_null_setauthsize()
3298 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3301 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3304 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3307 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3310 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3313 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3316 aeadctx->mayverify = VERIFY_HW; in chcr_authenc_setauthsize()
3332 aeadctx->mayverify = VERIFY_HW; in chcr_gcm_setauthsize()
[all …]
H A Dchcr_crypto.h103 #define VERIFY_HW 0 macro