Lines Matching refs:bc_error_code
99 handle->bc_error_code = BC_E_ACCESS; in parse_bootconf()
104 handle->bc_error_code = BC_E_NVLIST; in parse_bootconf()
120 handle->bc_error_code = BC_E_IOERR; in parse_bootconf()
123 handle->bc_error_code = BC_E_TOO_LONG; in parse_bootconf()
158 handle->bc_error_code = BC_E_SYNTAX; in parse_bootconf()
199 handle->bc_error_code = BC_E_SYNTAX; in parse_bootconf()
210 handle->bc_error_code = BC_E_SYNTAX; in parse_bootconf()
224 handle->bc_error_code = BC_E_UNKNOWN_NAME; in parse_bootconf()
232 handle->bc_error_code = BC_E_NVLIST; in parse_bootconf()
242 handle->bc_error_code = BC_E_IOERR; in parse_bootconf()
251 handle->bc_error_code = BC_E_IOERR; in parse_bootconf()
253 if (handle->bc_error_code != BC_E_NOERROR) { in parse_bootconf()
294 handle->bc_error_code = BC_E_ENCRYPTION_ILLEGAL; in valid_encryption()
328 handle->bc_error_code = BC_E_SIGNATURE_ILLEGAL; in valid_signature()
364 handle->bc_error_code = BC_E_CLIENT_AUTH_ILLEGAL; in valid_client_authentication()
398 handle->bc_error_code = BC_E_SERVER_AUTH_ILLEGAL; in valid_server_authentication()
431 handle->bc_error_code = BC_E_ROOT_SERVER_BAD; in valid_root_server()
441 handle->bc_error_code = BC_E_ROOT_FILE_ABSENT; in valid_root_server()
445 handle->bc_error_code = BC_E_ROOT_SERVER_ABSENT; in valid_root_server()
477 handle->bc_error_code = BC_E_BOOT_LOGGER_BAD; in valid_boot_logger()
519 handle->bc_error_code = BC_E_ENCRYPTED_NOT_SIGNED; in validate_bootconf()
524 handle->bc_error_code = BC_E_CLIENT_AUTH_NOT_ENCRYPTED; in validate_bootconf()
529 handle->bc_error_code = BC_E_CLIENT_AUTH_NOT_SERVER; in validate_bootconf()
535 handle->bc_error_code = BC_E_SERVER_AUTH_NOT_SIGNED; in validate_bootconf()
540 handle->bc_error_code = BC_E_SERVER_AUTH_NOT_HTTPS; in validate_bootconf()
544 handle->bc_error_code = BC_E_SERVER_AUTH_NOT_HTTP; in validate_bootconf()
547 handle->bc_error_code = BC_E_BOOTLOGGER_AUTH_NOT_HTTP; in validate_bootconf()
579 handle->bc_error_code = BC_E_NOERROR; in bootconf_init()