Home
last modified time | relevance | path

Searched defs:hmackey (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/dst/
H A Dhmac_link.c64 typedef struct hmackey { struct
65 u_char hk_ipad[64], hk_opad[64];
/netbsd-src/lib/libresolv/
H A Dhmac_link.c54 typedef struct hmackey { struct
55 u_char hk_ipad[64], hk_opad[64];
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_hmac.c46 char hmackey[] = "hello-world"; in main() local
H A Dvalidate.c271 char hmackey[] = "hello-world"; in check_hmac() local
/netbsd-src/sys/net/
H A Dif_wg.c1013 uint8_t hmackey[HMAC_BLOCK_LEN] = {0}; wg_algo_hmac() local