OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hmackey
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libresolv/
hmac_link.c
54
typedef struct
hmackey
{
struct
/src/sys/net/
if_wg.c
1108
uint8_t
hmackey
[HMAC_BLOCK_LEN] = {0};
local in function:wg_algo_hmac
1117
memcpy(
hmackey
, key, keylen);
1119
for (i = 0; i < sizeof(
hmackey
); i++) {
1120
ipad[i] =
hmackey
[i] ^ IPAD;
1121
opad[i] =
hmackey
[i] ^ OPAD;
Completed in 17 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025