HomeSort by: relevance | last modified time | path
    Searched refs:hmackey (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_hmac.c 46 char hmackey[] = "hello-world"; local
47 size_t hmackey_size = sizeof(hmackey);
56 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
validate.c 271 char hmackey[] = "hello-world"; local
272 size_t hmackey_size = sizeof(hmackey);
281 HMAC_Init_ex(&c, hmackey, hmackey_size, EVP_sha1(), NULL);
  /src/lib/libresolv/
hmac_link.c 54 typedef struct hmackey { struct
  /src/external/bsd/libbind/dist/dst/
hmac_link.c 64 typedef struct hmackey { struct
  /src/sys/net/
if_wg.c 1108 uint8_t hmackey[HMAC_BLOCK_LEN] = {0}; local
1117 memcpy(hmackey, key, keylen);
1119 for (i = 0; i < sizeof(hmackey); i++) {
1120 ipad[i] = hmackey[i] ^ IPAD;
1121 opad[i] = hmackey[i] ^ OPAD;

Completed in 34 milliseconds