OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UMAC_OUTPUT_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
umac128.c
4
#define
UMAC_OUTPUT_LEN
16
umac.c
57
#ifndef
UMAC_OUTPUT_LEN
58
#define
UMAC_OUTPUT_LEN
8 /* Alowable: 4, 8, 12, 16 */
257
UINT8 buf[
UMAC_OUTPUT_LEN
])
264
#if (
UMAC_OUTPUT_LEN
== 4)
266
#elif (
UMAC_OUTPUT_LEN
== 8)
268
#elif (
UMAC_OUTPUT_LEN
> 8)
289
#if (
UMAC_OUTPUT_LEN
== 4)
291
#elif (
UMAC_OUTPUT_LEN
== 8)
293
#elif (
UMAC_OUTPUT_LEN
== 12)
296
#elif (
UMAC_OUTPUT_LEN
== 16
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026