Lines Matching defs:rand_data_pass_st
3503 typedef struct rand_data_pass_st { struct
3504 unsigned char *entropy;
3505 unsigned char *reseed_entropy;
3506 unsigned char *nonce;
3507 unsigned char *pers;
3508 unsigned char *reseed_addin;
3509 unsigned char *addinA;
3510 unsigned char *addinB;
3511 unsigned char *pr_entropyA;
3512 unsigned char *pr_entropyB;
3513 unsigned char *output;
3514 size_t entropy_len, nonce_len, pers_len, addinA_len, addinB_len,
3515 pr_entropyA_len, pr_entropyB_len, output_len, reseed_entropy_len,
3516 reseed_addin_len;