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

/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.h77 } HMAC_SHA256_CTX; typedef in typeref:struct:__anon1998
84 void HMAC_SHA256_Init(HMAC_SHA256_CTX *, const void *, size_t);
90 void HMAC_SHA256_Update(HMAC_SHA256_CTX *, const void *, size_t);
97 void HMAC_SHA256_Final(uint8_t[32], HMAC_SHA256_CTX *);
H A Dpbkdf2.cpp56 HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen)
96 HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void * in, size_t len)
109 HMAC_SHA256_Final(uint8_t digest[32], HMAC_SHA256_CTX * ctx)
135 HMAC_SHA256_CTX PShctx, hctx;
157 memcpy(&hctx, &PShctx, sizeof(HMAC_SHA256_CTX));
183 insecure_memzero(&PShctx, sizeof(HMAC_SHA256_CTX));
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dhmac.h38 } HMAC_SHA256_CTX; typedef in typeref:struct:_HMAC_SHA256_CTX
56 void HMAC_SHA256_Init(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
58 void HMAC_SHA256_Update(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
60 void HMAC_SHA256_Final(u_int8_t [SHA256_DIGEST_LENGTH], HMAC_SHA256_CTX *)
H A Dhmac.c141 HMAC_SHA256_Init(HMAC_SHA256_CTX *ctx, const u_int8_t *key, u_int key_len)
168 HMAC_SHA256_Update(HMAC_SHA256_CTX *ctx, const u_int8_t *data, u_int len)
174 HMAC_SHA256_Final(u_int8_t digest[SHA256_DIGEST_LENGTH], HMAC_SHA256_CTX *ctx)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c357 HMAC_SHA256_CTX ctx;
429 HMAC_SHA256_CTX ctx;

Completed in 56 milliseconds