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

/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_fips_hw.c172 *cursor = (action == FIPS140_ENABLE) ? '1' : '0';
187 property, (action == FIPS140_ENABLE) ? '1' : '0');
293 if ((action == FIPS140_ENABLE) &&
309 if ((action == FIPS140_ENABLE) || (action == FIPS140_DISABLE)) {
317 if (action == FIPS140_ENABLE) {
H A Dadm_kef_ioctl.c670 if ((action == FIPS140_ENABLE) &&
684 if ((action == FIPS140_ENABLE) || (action == FIPS140_DISABLE)) {
691 if (action == FIPS140_ENABLE) {
713 case FIPS140_ENABLE:
715 fips_info.fips140_op = FIPS140_ENABLE;
H A Dcryptoadm.c913 rc = do_fips_actions(FIPS140_ENABLE, NOT_REFRESH);
918 rc = do_fips_hw_actions(FIPS140_ENABLE, HW_PROVIDER_NCP);
921 rc = do_fips_hw_actions(FIPS140_ENABLE, HW_PROVIDER_N2CP);
924 rc = do_fips_hw_actions(FIPS140_ENABLE, HW_PROVIDER_N2RNG);
H A Dadm_kef.c1207 rc = do_fips_actions(FIPS140_ENABLE, REFRESH);
H A Dadm_uef.c1671 if (action == FIPS140_ENABLE)
/opensolaris-onvv-gate/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h128 FIPS140_ENABLE, /* enable fips140 mode */ enumerator in enum:__anon7235
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c814 * FIPS140_ENABLE or FIPS140_DISABLE. These can only be
838 if (fips140_info.fips140_op == FIPS140_ENABLE &&
862 fips140_info.fips140_op != FIPS140_ENABLE) {

Completed in 174 milliseconds