Searched refs:HMAC_SHA256_Init (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/sys/crypto/hmac/
H A Dhmac_test.c75 HMAC_SHA256_Init(&sha256, "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", 16);
80 HMAC_SHA256_Init(&sha256, "Jefe", 4);
85 HMAC_SHA256_Init(&sha256, "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA", 16);
/openbsd-current/sys/crypto/
H A Dhmac.h56 void HMAC_SHA256_Init(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
H A Dhmac.c141 HMAC_SHA256_Init(HMAC_SHA256_CTX *ctx, const u_int8_t *key, u_int key_len) function
/openbsd-current/sys/net80211/
H A Dieee80211_crypto.c363 HMAC_SHA256_Init(&ctx, key, key_len);
432 HMAC_SHA256_Init(&ctx, pmk, IEEE80211_PMK_LEN);

Completed in 122 milliseconds