Lines Matching refs:nonce

116 static void AESCCMLPF3_processB0(const uint8_t *nonce,
137 static void AESCCMLPF3_processCTRCounterBlock(const uint8_t *nonce, uint8_t nonceLength, uint8_t co…
520 static void AESCCMLPF3_processB0(const uint8_t *nonce, in AESCCMLPF3_processB0() argument
576 (void)memcpy(&B0.bytes[1], nonce, nonceLength); in AESCCMLPF3_processB0()
642 AESCCMLPF3_processB0(operation->nonce, in AESCCMLPF3_processOneStepCBCMACPolling()
728 AESCCMLPF3_processCTRCounterBlock(operation->nonce, operation->nonceLength, (uint8_t)0U); in AESCCMLPF3_processOneStepCTRPolling()
816 …DebugP_assert(operation->nonce && (operation->nonceLength >= 7U) && (operation->nonceLength <= 13U… in AESCCMLPF3_oneStepOperation()
900 object->nonce = operation->nonce; in AESCCMLPF3_oneStepOperation()
1151 int_fast16_t AESCCM_setNonce(AESCCM_Handle handle, const uint8_t *nonce, size_t nonceLength) in AESCCM_setNonce() argument
1154 DebugP_assert(nonce); in AESCCM_setNonce()
1176 object->nonce = nonce; in AESCCM_setNonce()
1185 int_fast16_t AESCCM_generateNonce(AESCCM_Handle handle, uint8_t *nonce, size_t nonceSize, size_t *n… in AESCCM_generateNonce() argument
1188 DebugP_assert(nonce); in AESCCM_generateNonce()
1217 AESCCMLPF3_processB0(object->nonce, in AESCCMLPF3_processSegmentedCBCMAC()
1410 static void AESCCMLPF3_processCTRCounterBlock(const uint8_t *nonce, uint8_t nonceLength, uint8_t co… in AESCCMLPF3_processCTRCounterBlock() argument
1441 (void)memcpy((void *)&counter.bytes[1], (void *)nonce, nonceLength); in AESCCMLPF3_processCTRCounterBlock()
1464 AESCCMLPF3_processCTRCounterBlock(object->nonce, object->nonceLength, (uint8_t)0U); in AESCCMLPF3_processTagCTR()
1506 AESCCMLPF3_processCTRCounterBlock(object->nonce, object->nonceLength, (uint8_t)1U); in AESCCMLPF3_processSegmentedCTR()
2155 object->nonce = NULL; in AESCCM_cancelOperation()
2180 DebugP_assert(nonce); in AESCCMLPF3HSM_setMac()
2385 …DebugP_assert(operation->nonce && (operation->nonceLength >= 7U) && (operation->nonceLength <= 13U… in AESCCMLPF3HSM_oneStepOperation()
2428 object->nonce = operation->nonce; in AESCCMLPF3HSM_oneStepOperation()