Searched defs:hmackey (Results 1 – 5 of 5) sorted by relevance
64 typedef struct hmackey { struct65 u_char hk_ipad[64], hk_opad[64];
54 typedef struct hmackey { struct55 u_char hk_ipad[64], hk_opad[64];
46 char hmackey[] = "hello-world"; in main() local
271 char hmackey[] = "hello-world"; in check_hmac() local
1013 uint8_t hmackey[HMAC_BLOCK_LEN] = {0}; wg_algo_hmac() local