Searched refs:HMAC_SHA1_CTX (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dhmac.h32 } HMAC_SHA1_CTX; typedef in typeref:struct:_HMAC_SHA1_CTX
49 void HMAC_SHA1_Init(HMAC_SHA1_CTX *, const u_int8_t *, u_int)
51 void HMAC_SHA1_Update(HMAC_SHA1_CTX *, const u_int8_t *, u_int)
53 void HMAC_SHA1_Final(u_int8_t [SHA1_DIGEST_LENGTH], HMAC_SHA1_CTX *)
H A Dhmac.c87 HMAC_SHA1_Init(HMAC_SHA1_CTX *ctx, const u_int8_t *key, u_int key_len)
114 HMAC_SHA1_Update(HMAC_SHA1_CTX *ctx, const u_int8_t *data, u_int len)
120 HMAC_SHA1_Final(u_int8_t digest[SHA1_DIGEST_LENGTH], HMAC_SHA1_CTX *ctx)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c328 HMAC_SHA1_CTX ctx;
413 HMAC_SHA1_CTX ctx;
456 HMAC_SHA1_CTX sha1;

Completed in 77 milliseconds