OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMAC_INTLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
gmac.h
30
#define
GMAC_INTLEN
8
33
#define
GMAC_INTLEN
4
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
40
GMAC_INT v[GMAC_BLOCK_LEN/
GMAC_INTLEN
];
49
#if
GMAC_INTLEN
== 8
63
#if
GMAC_INTLEN
== 8
86
for (j = 0; j < GMAC_BLOCK_LEN/
GMAC_INTLEN
; j++) {
88
for (k = 0; k <
GMAC_INTLEN
; k++) {
93
X +=
GMAC_INTLEN
;
137
#if
GMAC_INTLEN
== 8
182
#if
GMAC_INTLEN
== 8
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025