| H A D | drbg.c | 85 * string drbg_string addtl; 87 * drbg_string_fill(&addtl, addtl_string, strlen(addtl_string)); 91 * err = crypto_drbg_get_bytes_addtl(drng, &data, DATALEN, &addtl); 298 * 2 => first invocation from drbg_ctr_update when addtl is present. In 303 * was called with addtl, the df_data memory already contains the 304 * DFed addtl information and we do not need to call DF again. 371 struct list_head *addtl) in drbg_ctr_generate() 377 if (addtl && !list_empty(addtl)) { in drbg_ctr_generate() 378 ret = drbg_ctr_update(drbg, addtl, in drbg_ctr_generate() 373 drbg_ctr_generate(struct drbg_state * drbg,unsigned char * buf,unsigned int buflen,struct list_head * addtl) drbg_ctr_generate() argument 484 drbg_hmac_generate(struct drbg_state * drbg,unsigned char * buf,unsigned int buflen,struct list_head * addtl) drbg_hmac_generate() argument 677 drbg_hash_process_addtl(struct drbg_state * drbg,struct list_head * addtl) drbg_hash_process_addtl() argument 751 drbg_hash_generate(struct drbg_state * drbg,unsigned char * buf,unsigned int buflen,struct list_head * addtl) drbg_hash_generate() argument 1155 drbg_generate(struct drbg_state * drbg,unsigned char * buf,unsigned int buflen,struct drbg_string * addtl) drbg_generate() argument 1289 drbg_generate_long(struct drbg_state * drbg,unsigned char * buf,unsigned int buflen,struct drbg_string * addtl) drbg_generate_long() argument 1698 struct drbg_string *addtl = NULL; drbg_kcapi_random() local 1757 struct drbg_string addtl; drbg_healthcheck_sanity() local [all...] |