OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMAC_INT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
gmac.h
29
#define
GMAC_INT
uint64_t
32
#define
GMAC_INT
uint32_t
37
GMAC_INT
H[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* hash subkey */
38
GMAC_INT
S[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* state */
39
GMAC_INT
Z[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* initial state */
gmac.c
33
void ghash_gfmul(const
GMAC_INT
*, const
GMAC_INT
*,
GMAC_INT
*);
38
ghash_gfmul(const
GMAC_INT
*X, const
GMAC_INT
*Y,
GMAC_INT
*product)
40
GMAC_INT
v[GMAC_BLOCK_LEN/GMAC_INTLEN];
80
GMAC_INT
x;
81
GMAC_INT
*s = ctx->S;
82
GMAC_INT
*y = ctx->Z
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025