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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c127 static encr_type_t encr_type = ENCR_NONE; variable
195 encr_type = ENCR_AES;
199 encr_type = ENCR_3DES;
1247 switch (encr_type) {
1303 if (encr_type != ENCR_NONE) {
1342 if (encr_type != ENCR_NONE) {
1345 encr_fini(encr_type, eh);
1348 encr_fini(encr_type, eh);
1450 if (encr_type != ENCR_NONE) {

Completed in 58 milliseconds