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

/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.h93 * HMAC_SHA256_Final(digest, ctx):
97 void HMAC_SHA256_Final(uint8_t[32], HMAC_SHA256_CTX *);
H A Dpbkdf2.cpp104 * HMAC_SHA256_Final(digest, ctx):
109 HMAC_SHA256_Final(uint8_t digest[32], HMAC_SHA256_CTX * ctx) function
159 HMAC_SHA256_Final(U, &hctx);
168 HMAC_SHA256_Final(U, &hctx);
/haiku/src/libs/compat/openbsd_wlan/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
/haiku/src/libs/compat/openbsd_wlan/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 36 milliseconds