OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HMAC_BLOCK_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
cryptodev.h
102
#define
HMAC_BLOCK_LEN
64 /* for compatibility */
/src/sys/net/
if_wg.c
340
#define
HMAC_BLOCK_LEN
64
1108
uint8_t hmackey[
HMAC_BLOCK_LEN
] = {0};
1109
uint8_t ipad[
HMAC_BLOCK_LEN
];
1110
uint8_t opad[
HMAC_BLOCK_LEN
];
1115
KASSERT(keylen <=
HMAC_BLOCK_LEN
);
Completed in 16 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025