Lines Matching refs:pr

1208 	dst->pr = src->pr;  in drbg_copy_drbg()
1343 if (shadow->pr || !shadow->seeded) { in drbg_generate()
1346 drbg->pr ? "true" : "false", in drbg_generate()
1478 int coreref, bool pr) in drbg_instantiate() argument
1483 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1485 drbg->pr = pr; in drbg_instantiate()
1686 int *coreref, bool *pr) in drbg_convert_tfm_core() argument
1692 *pr = true; in drbg_convert_tfm_core()
1696 *pr = false; in drbg_convert_tfm_core()
1717 bool pr = false; in drbg_kcapi_init() local
1720 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); in drbg_kcapi_init()
1725 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_init()
1775 bool pr = false; in drbg_kcapi_reset() local
1781 &pr); in drbg_kcapi_reset()
1784 return drbg_instantiate(drbg, &seed_string, coreref, pr); in drbg_kcapi_reset()
1789 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_reset()
1794 return drbg_instantiate(drbg, &seed_string, coreref, pr); in drbg_kcapi_reset()
1821 bool pr = false; in drbg_healthcheck_sanity() local
1831 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity()
1833 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
1835 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
1851 ret = drbg_instantiate(drbg, NULL, coreref, pr); in drbg_healthcheck_sanity()
1868 ret = drbg_instantiate(drbg, &addtl, coreref, pr); in drbg_healthcheck_sanity()
1893 const struct drbg_core *core, int pr) in drbg_fill_array() argument
1900 if (pr) { in drbg_fill_array()