addtl             595 crypto/drbg.c  			     struct list_head *addtl)
addtl             601 crypto/drbg.c  	if (addtl && !list_empty(addtl)) {
addtl             602 crypto/drbg.c  		ret = drbg_ctr_update(drbg, addtl, 2);
addtl             708 crypto/drbg.c  			      struct list_head *addtl)
addtl             716 crypto/drbg.c  	if (addtl && !list_empty(addtl)) {
addtl             717 crypto/drbg.c  		ret = drbg_hmac_update(drbg, addtl, 1);
addtl             739 crypto/drbg.c  	if (addtl && !list_empty(addtl))
addtl             740 crypto/drbg.c  		ret = drbg_hmac_update(drbg, addtl, 1);
addtl             903 crypto/drbg.c  				   struct list_head *addtl)
addtl             911 crypto/drbg.c  	if (!addtl || list_empty(addtl))
addtl             919 crypto/drbg.c  	list_splice_tail(addtl, &datalist);
addtl             977 crypto/drbg.c  			      struct list_head *addtl)
addtl             990 crypto/drbg.c  	ret = drbg_hash_process_addtl(drbg, addtl);
addtl            1335 crypto/drbg.c  			 struct drbg_string *addtl)
addtl            1348 crypto/drbg.c  	if (addtl && NULL == addtl->buf && 0 < addtl->len) {
addtl            1364 crypto/drbg.c  	if (addtl && addtl->len > (drbg_max_addtl(drbg))) {
addtl            1366 crypto/drbg.c  			 addtl->len);
addtl            1384 crypto/drbg.c  		len = drbg_seed(drbg, addtl, true);
addtl            1388 crypto/drbg.c  		addtl = NULL;
addtl            1391 crypto/drbg.c  	if (addtl && 0 < addtl->len)
addtl            1392 crypto/drbg.c  		list_add_tail(&addtl->list, &addtllist);
addtl            1462 crypto/drbg.c  			      struct drbg_string *addtl)
addtl            1472 crypto/drbg.c  		err = drbg_generate(drbg, buf + len, chunk, addtl);
addtl            1936 crypto/drbg.c  	struct drbg_string *addtl = NULL;
addtl            1942 crypto/drbg.c  		addtl = &string;
addtl            1945 crypto/drbg.c  	return drbg_generate_long(drbg, dst, dlen, addtl);
addtl            1995 crypto/drbg.c  	struct drbg_string addtl;
addtl            2028 crypto/drbg.c  	drbg_string_fill(&addtl, buf, max_addtllen + 1);
addtl            2030 crypto/drbg.c  	len = drbg_generate(drbg, buf, OUTBUFLEN, &addtl);
addtl            2037 crypto/drbg.c  	ret = drbg_seed(drbg, &addtl, false);
addtl            3386 crypto/testmgr.c 	struct drbg_string addtl, pers, testentropy;
addtl            3409 crypto/testmgr.c 	drbg_string_fill(&addtl, test->addtla, test->addtllen);
addtl            3413 crypto/testmgr.c 			buf, test->expectedlen, &addtl,	&test_data);
addtl            3416 crypto/testmgr.c 			buf, test->expectedlen, &addtl);
addtl            3424 crypto/testmgr.c 	drbg_string_fill(&addtl, test->addtlb, test->addtllen);
addtl            3428 crypto/testmgr.c 			buf, test->expectedlen, &addtl, &test_data);
addtl            3431 crypto/testmgr.c 			buf, test->expectedlen, &addtl);
addtl              98 include/crypto/drbg.h 			struct list_head *addtl);
addtl             209 include/crypto/drbg.h 			struct drbg_string *addtl)
addtl             211 include/crypto/drbg.h 	return crypto_rng_generate(drng, addtl->buf, addtl->len,
addtl             234 include/crypto/drbg.h 			struct drbg_string *addtl,
addtl             239 include/crypto/drbg.h 	return crypto_rng_generate(drng, addtl->buf, addtl->len,