Home
last modified time | relevance | path

Searched refs:MD5Update (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_internal.c78 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
92 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
151 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
260 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
261 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function