Home
last modified time | relevance | path

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

/titanic_41/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; in init_encryption()
199 encr_type = ENCR_3DES; in init_encryption()
1247 switch (encr_type) { in process_wanbootfs()
1303 if (encr_type != ENCR_NONE) { in process_wanbootfs()
1342 if (encr_type != ENCR_NONE) { in process_wanbootfs()
1345 encr_fini(encr_type, eh); in process_wanbootfs()
1348 encr_fini(encr_type, eh); in process_wanbootfs()
1450 if (encr_type != ENCR_NONE) { in get_wanbootfs()