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

/openbsd-current/regress/sys/crypto/hmac/
H A Dhmac_test.c77 HMAC_SHA256_Final(output, &sha256);
82 HMAC_SHA256_Final(output, &sha256);
88 HMAC_SHA256_Final(output, &sha256);
/openbsd-current/sys/crypto/
H A Dhmac.h60 void HMAC_SHA256_Final(u_int8_t [SHA256_DIGEST_LENGTH], HMAC_SHA256_CTX *)
H A Dhmac.c174 HMAC_SHA256_Final(u_int8_t digest[SHA256_DIGEST_LENGTH], HMAC_SHA256_CTX *ctx) function
/openbsd-current/sys/net80211/
H A Dieee80211_crypto.c370 HMAC_SHA256_Final(digest, &ctx);
375 HMAC_SHA256_Final(output, &ctx);
436 HMAC_SHA256_Final(digest, &ctx);

Completed in 123 milliseconds