Searched refs:hmackey_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_hmac.c47 size_t hmackey_size = sizeof(hmackey); local
56 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
H A Dvalidate.c272 size_t hmackey_size = sizeof(hmackey); local
281 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);

Completed in 146 milliseconds