OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_BLOCKSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
aesxcbcmac.h
8
#define
AES_BLOCKSIZE
16
11
u_int8_t e[
AES_BLOCKSIZE
];
12
u_int8_t buf[
AES_BLOCKSIZE
];
16
u_int8_t k2[
AES_BLOCKSIZE
];
17
u_int8_t k3[
AES_BLOCKSIZE
];
aesxcbcmac.c
45
static const uint8_t k1seed[
AES_BLOCKSIZE
] =
47
static const uint8_t k2seed[
AES_BLOCKSIZE
] =
49
static const uint8_t k3seed[
AES_BLOCKSIZE
] =
53
uint8_t k1[
AES_BLOCKSIZE
];
83
uint8_t buf[
AES_BLOCKSIZE
];
112
while (ep - addr >
AES_BLOCKSIZE
) {
113
memcpy(buf, addr,
AES_BLOCKSIZE
);
117
addr +=
AES_BLOCKSIZE
;
129
uint8_t digest[
AES_BLOCKSIZE
];
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025