key_md 253 source4/heimdal/lib/hcrypto/rand-fortuna.c MD_CTX key_md; key_md 267 source4/heimdal/lib/hcrypto/rand-fortuna.c md_init(&key_md); key_md 271 source4/heimdal/lib/hcrypto/rand-fortuna.c md_update(&key_md, buf, BLOCK); key_md 279 source4/heimdal/lib/hcrypto/rand-fortuna.c md_update(&key_md, st->key, BLOCK); key_md 282 source4/heimdal/lib/hcrypto/rand-fortuna.c md_update(&key_md, (const unsigned char *)&st->pid, sizeof(st->pid)); key_md 285 source4/heimdal/lib/hcrypto/rand-fortuna.c md_result(&key_md, st->key); key_md 290 source4/heimdal/lib/hcrypto/rand-fortuna.c memset(&key_md, 0, sizeof(key_md));