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

/openbsd-current/regress/sys/crypto/hmac/
H A Dhmac_test.c44 HMAC_MD5_Update(&md5, "Hi There", 8);
49 HMAC_MD5_Update(&md5, "what do ya want for nothing?", 28);
55 HMAC_MD5_Update(&md5, data, sizeof data);
/openbsd-current/sys/crypto/
H A Dhmac.h44 void HMAC_MD5_Update(HMAC_MD5_CTX *, const u_int8_t *, u_int)
H A Dhmac.c60 HMAC_MD5_Update(HMAC_MD5_CTX *ctx, const u_int8_t *data, u_int len) function
/openbsd-current/sys/net80211/
H A Dieee80211_crypto.c477 HMAC_MD5_Update(&ctx.md5, (u_int8_t *)key, len);

Completed in 172 milliseconds