Home
last modified time | relevance | path

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

/external/dropbear/
Dkeyimport.c546 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase)); in openssh_read()
547 MD5Update(&md5c, (unsigned char *)key->iv, 8); in openssh_read()
551 MD5Update(&md5c, keybuf, 16); in openssh_read()
552 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase)); in openssh_read()
553 MD5Update(&md5c, (unsigned char *)key->iv, 8); in openssh_read()
1358 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1362 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1363 MD5Update(&md5c, keybuf, 16);
1629 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1633 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
[all …]
/external/wpa_supplicant/
Dcrypto_internal.c90 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
103 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
140 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
198 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
199 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5.h29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5.c120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_internal.c91 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
104 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
141 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
199 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
200 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5.h29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5.c120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/libvpx/
Dmd5_utils.h38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Dmd5_utils.c72 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) in MD5Update() function
Dvpxdec.c336 MD5Update(out, buf, len); in out_put()
/external/chromium/base/
Dmd5.h53 void MD5Update(MD5Context* context, const void* buf, size_t len);
Dmd5.cc162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){ in MD5Update() function
271 MD5Update(&ctx, static_cast<const unsigned char*>(data), length); in MD5Sum()
/external/chromium/net/http/
Dhttp_vary_data.cc141 MD5Update(ctx, request_value.data(), request_value.size()); in AddField()
/external/libvpx/examples/
Ddecode_to_md5.txt38 MD5Update(&md5, buf, img->d_w >> (plane?1:0));