Home
last modified time | relevance | path

Searched refs:flag_norandom (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c248 pent->flag_norandom = B_TRUE; in parse_policylist()
478 puent2->flag_norandom = puent1->flag_norandom; in dup_uentry()
H A Dcryptoutil.h104 boolean_t flag_norandom; /* TRUE if random is disabled */ member
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c613 puent->flag_norandom = B_TRUE; in disable_uef_lib()
693 puent->flag_norandom = B_FALSE; in enable_uef_lib()
1070 if (puent->flag_norandom == B_TRUE) in print_uef_policy()
1386 if (puent->flag_norandom == B_TRUE) { in uent2str()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c580 cur_slot->sl_norandom = phead->puent->flag_norandom; in pkcs11_slot_mapping()