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

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_hmac.c50 char hmackey[] = "hello-world"; local
51 size_t hmackey_size = sizeof(hmackey);
60 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
H A Dvalidate.c274 char hmackey[] = "hello-world";
275 size_t hmackey_size = sizeof(hmackey);
284 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
/macosx-10.10.1/libresolv-57/
H A Ddst_hmac_link.c62 typedef struct hmackey { struct

Completed in 89 milliseconds