Searched refs:hmackey (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_hmac.c46 char hmackey[] = "hello-world"; local
47 size_t hmackey_size = sizeof(hmackey);
56 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
H A Dvalidate.c271 char hmackey[] = "hello-world"; local
272 size_t hmackey_size = sizeof(hmackey);
281 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
/netbsd-current/external/bsd/libbind/dist/dst/
H A Dhmac_link.c64 typedef struct hmackey { struct
/netbsd-current/lib/libresolv/
H A Dhmac_link.c54 typedef struct hmackey { struct
/netbsd-current/sys/net/
H A Dif_wg.c1013 uint8_t hmackey[HMAC_BLOCK_LEN] = {0}; local
1022 memcpy(hmackey, key, keylen);
1024 for (i = 0; i < sizeof(hmackey); i++) {
1025 ipad[i] = hmackey[i] ^ IPAD;
1026 opad[i] = hmackey[i] ^ OPAD;

Completed in 207 milliseconds