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

/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.h87 * HMAC_SHA256_Update(ctx, in, len):
90 void HMAC_SHA256_Update(HMAC_SHA256_CTX *, const void *, size_t);
H A Dpbkdf2.cpp92 * HMAC_SHA256_Update(ctx, in, len):
96 HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void * in, size_t len) function
149 HMAC_SHA256_Update(&PShctx, salt, saltlen);
158 HMAC_SHA256_Update(&hctx, &ivec, 4);
167 HMAC_SHA256_Update(&hctx, U, 32);
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dhmac.h58 void HMAC_SHA256_Update(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
H A Dhmac.c168 HMAC_SHA256_Update(HMAC_SHA256_CTX *ctx, const u_int8_t *data, u_int len) function
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c365 HMAC_SHA256_Update(&ctx, (u_int8_t *)&iter, sizeof iter);
366 HMAC_SHA256_Update(&ctx, label, label_len);
367 HMAC_SHA256_Update(&ctx, context, context_len);
368 HMAC_SHA256_Update(&ctx, (u_int8_t *)&length, sizeof length);
433 HMAC_SHA256_Update(&ctx, "PMK Name", 8);
434 HMAC_SHA256_Update(&ctx, aa, IEEE80211_ADDR_LEN);
435 HMAC_SHA256_Update(&ctx, spa, IEEE80211_ADDR_LEN);

Completed in 26 milliseconds