OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hmackey
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_hmac.c
46
char
hmackey
[] = "hello-world";
local
47
size_t hmackey_size = sizeof(
hmackey
);
56
HMAC_Init_ex(&c,
hmackey
, hmackey_size, EVP_sha1(), NULL);
validate.c
271
char
hmackey
[] = "hello-world";
local
272
size_t hmackey_size = sizeof(
hmackey
);
281
HMAC_Init_ex(&c,
hmackey
, hmackey_size, EVP_sha1(), NULL);
/src/lib/libresolv/
hmac_link.c
54
typedef struct
hmackey
{
struct
/src/external/bsd/libbind/dist/dst/
hmac_link.c
64
typedef struct
hmackey
{
struct
/src/sys/net/
if_wg.c
1179
uint8_t
hmackey
[HMAC_BLOCK_LEN] = {0};
local
1188
memcpy(
hmackey
, key, keylen);
1190
for (i = 0; i < sizeof(
hmackey
); i++) {
1191
ipad[i] =
hmackey
[i] ^ IPAD;
1192
opad[i] =
hmackey
[i] ^ OPAD;
Completed in 103 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026