coreref          1546 crypto/drbg.c  			    int coreref, bool pr)
coreref          1552 crypto/drbg.c  		 "%s\n", coreref, pr ? "enabled" : "disabled");
coreref          1566 crypto/drbg.c  		drbg->core = &drbg_cores[coreref];
coreref          1880 crypto/drbg.c  					 int *coreref, bool *pr)
coreref          1902 crypto/drbg.c  			*coreref = i;
coreref          1959 crypto/drbg.c  	int coreref = 0;
coreref          1961 crypto/drbg.c  	drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref,
coreref          1968 crypto/drbg.c  	return drbg_instantiate(drbg, seed_string, coreref, pr);
coreref          1994 crypto/drbg.c  	int coreref = 0;
coreref          2003 crypto/drbg.c  	drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr);
coreref          2005 crypto/drbg.c  	drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr);
coreref          2007 crypto/drbg.c  	drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr);
coreref          2015 crypto/drbg.c  	drbg->core = &drbg_cores[coreref];