Lines Matching refs:direction

109 static int_fast16_t AESCCMLPF3_addDataDMA(AESCCM_Handle handle, AESCCM_Mode direction, size_t input…
110 static inline int_fast16_t AESCCMLPF3_finishTag(AESCCMLPF3_Object *object, AESCCM_Mode direction);
124 AESCCM_Mode direction);
141 AESCCM_Mode direction);
176 static int_fast16_t AESCCMLPF3HSM_createTempAssetID(AESCCM_Handle handle, AESCCM_Mode direction);
214 AESCCM_Mode direction = AESCCM_MODE_ENCRYPT; in AESCCMLPF3_hwiFxn() local
220 direction = AESCCM_MODE_DECRYPT; in AESCCMLPF3_hwiFxn()
228 if (direction == AESCCM_MODE_DECRYPT) in AESCCMLPF3_hwiFxn()
252 object->common.returnStatus = AESCCMLPF3_finishTag(object, direction); in AESCCMLPF3_hwiFxn()
255 if (direction == AESCCM_MODE_DECRYPT) in AESCCMLPF3_hwiFxn()
297 if (direction == AESCCM_MODE_ENCRYPT) in AESCCMLPF3_hwiFxn()
348 static inline int_fast16_t AESCCMLPF3_finishTag(AESCCMLPF3_Object *object, AESCCM_Mode direction) in AESCCMLPF3_finishTag() argument
356 if (direction == AESCCM_MODE_ENCRYPT) in AESCCMLPF3_finishTag()
632 AESCCM_Mode direction) in AESCCMLPF3_processOneStepCBCMACPolling() argument
686 if (direction != AESCCM_MODE_ENCRYPT) in AESCCMLPF3_processOneStepCBCMACPolling()
914 AESCCM_Mode direction = AESCCM_MODE_ENCRYPT; in AESCCMLPF3_oneStepOperation() local
918 direction = AESCCM_MODE_DECRYPT; in AESCCMLPF3_oneStepOperation()
928 status = AESCCMLPF3_processSegmentedCBCMAC(object, operation->aadLength, 0, direction); in AESCCMLPF3_oneStepOperation()
934 status = AESCCMLPF3_addDataDMA(handle, direction, operation->inputLength); in AESCCMLPF3_oneStepOperation()
1202 AESCCM_Mode direction) in AESCCMLPF3_processSegmentedCBCMAC() argument
1344 if (direction == AESCCM_MODE_DECRYPT) in AESCCMLPF3_processSegmentedCBCMAC()
1586 AESCCM_Mode direction = AESCCM_MODE_ENCRYPT; in AESCCM_addAAD() local
1592 direction = AESCCM_MODE_DECRYPT; in AESCCM_addAAD()
1618 status = AESCCMLPF3_processSegmentedCBCMAC(object, operation->aadLength, 0, direction); in AESCCM_addAAD()
1645 static int_fast16_t AESCCMLPF3_addDataDMA(AESCCM_Handle handle, AESCCM_Mode direction, size_t input… in AESCCMLPF3_addDataDMA() argument
1664 if (direction == AESCCM_MODE_ENCRYPT) in AESCCMLPF3_addDataDMA()
1707 AESCCM_Mode direction = AESCCM_MODE_ENCRYPT; in AESCCMLPF3_addData() local
1712 direction = AESCCM_MODE_DECRYPT; in AESCCMLPF3_addData()
1720 if (direction == AESCCM_MODE_ENCRYPT) in AESCCMLPF3_addData()
1730 if ((direction == AESCCM_MODE_DECRYPT) && (status == AESCCM_STATUS_SUCCESS)) in AESCCMLPF3_addData()
1747 status = AESCCMLPF3_addDataDMA(handle, direction, inputLength); in AESCCMLPF3_addData()
2228 static int_fast16_t AESCCMLPF3HSM_createTempAssetID(AESCCM_Handle handle, AESCCM_Mode direction) in AESCCMLPF3HSM_createTempAssetID() argument
2251 if (direction == AESCCM_MODE_DECRYPT) in AESCCMLPF3HSM_createTempAssetID()
2563 AESCCM_Mode direction = AESCCM_MODE_ENCRYPT; in AESCCMLPF3HSM_SegmentedPostProcessing() local
2578 direction = AESCCM_MODE_DECRYPT; in AESCCMLPF3HSM_SegmentedPostProcessing()
2598 if (direction == AESCCM_MODE_ENCRYPT) in AESCCMLPF3HSM_SegmentedPostProcessing()