Home
last modified time | relevance | path

Searched refs:cipherPartialOpState (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_queue.c131 memcpy(pSessionDesc->cipherPartialOpState, in LacSymQueue_RequestSend()
135 memcpy(pSessionDesc->cipherPartialOpState, in LacSymQueue_RequestSend()
H A Dlac_sym_cb.c201 pSessionDesc->cipherPartialOpState, in LacSymCb_ProcessCallbackInternal()
440 memcpy(pSessionDesc->cipherPartialOpState, in LacSymCb_PendingReqsDequeue()
444 memcpy(pSessionDesc->cipherPartialOpState, in LacSymCb_PendingReqsDequeue()
H A Dlac_sym_cipher.c117 *ppIvBuffer = pSessionDesc->cipherPartialOpState; in LacCipher_PerformIvCheck()
183 *ppIvBuffer = pSessionDesc->cipherPartialOpState; in LacCipher_PerformIvCheck()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_session.h290 Cpa8U cipherPartialOpState[LAC_CIPHER_STATE_SIZE_MAX]; member