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

/external/openssl/crypto/rand/
H A Dmd_rand.c196 unsigned char local_md[MD_DIGEST_LENGTH]; local
240 memcpy(local_md, md, sizeof md);
271 MD_Update(&m,local_md,MD_DIGEST_LENGTH);
291 MD_Final(&m,local_md);
301 * and local_md (itermediate values may be lost).
306 state[st_idx++]^=local_md[k];
314 /* Don't just copy back local_md into md -- this could mean that
320 md[k] ^= local_md[k];
343 unsigned char local_md[MD_DIGEST_LENGTH]; local
452 memcpy(local_md, m
[all...]

Completed in 172 milliseconds