Sign in
coral
/
busybox
/
3ef8287f6bba8a0e96fa3e591653432b84a5acf9
/
.
/
networking
/
tls_aesgcm.h
blob: d7e672e6ed0c90590a66cb2b3d954740ccd16d12 [
file
] [
log
] [
blame
]
/*
* 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
;