Searched refs:rngmech_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c117 static crypto_mech_type_t rngmech_type = CRYPTO_MECH_INVALID; variable
180 rngmech_type = crypto_mech2id(SUN_RANDOM);
202 if ((pd = kcf_get_mech_provider(rngmech_type, NULL, NULL, &rv,
228 if (kcf_get_sw_prov(rngmech_type, &pd, NULL, B_FALSE) ==
260 while ((pd = kcf_get_mech_provider(rngmech_type, NULL, NULL, &rv,
342 while ((pd = kcf_get_mech_provider(rngmech_type, NULL, NULL, &rv,

Completed in 56 milliseconds