Searched refs:MD5Update (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_internal.c | 78 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()
|
D | md5_i.h | 19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
|
D | md5-internal.c | 41 MD5Update(&ctx, addr[i], len[i]); in md5_vector() 102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
|