nt9856x/BSP/busybox/networking/tls_aesgcm.h
2023-03-28 15:07:53 +08:00

12 lines
251 B
C

/*
* Copyright (C) 2018 Denys Vlasenko
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
void aesgcm_GHASH(uint8_t* h,
const uint8_t* a, //unsigned aSz,
const uint8_t* c, unsigned cSz,
uint8_t* s //, unsigned sSz
) FAST_FUNC;