encrypted         147 lib/zlib/contrib/minizip/unzip.c     int encrypted;
encrypted         490 lib/zlib/contrib/minizip/unzip.c     us.encrypted = 0;
encrypted        1184 lib/zlib/contrib/minizip/unzip.c         s->encrypted=1;
encrypted        1287 lib/zlib/contrib/minizip/unzip.c             if(s->encrypted)
encrypted          70 source3/auth/auth_compat.c 			       bool encrypted)
encrypted          75 source3/auth/auth_compat.c 	if (encrypted) {		
encrypted         100 source3/auth/auth_compat.c 	bool encrypted = (global_encrypted_passwords_negotiated && (password_blob.length == 24 || password_blob.length > 46));
encrypted         102 source3/auth/auth_compat.c 	if (encrypted) {
encrypted         109 source3/auth/auth_compat.c 			if (NT_STATUS_IS_OK(pass_check_smb(smb_name, get_session_workgroup(), null_password, password_blob, null_password, encrypted))) {
encrypted         112 source3/auth/auth_compat.c 			if (NT_STATUS_IS_OK(pass_check_smb(smb_name, get_session_workgroup(), password_blob, null_password, null_password, encrypted))) {
encrypted         117 source3/auth/auth_compat.c 		if (NT_STATUS_IS_OK(pass_check_smb(smb_name, lp_workgroup(), null_password, password_blob, null_password, encrypted))) {
encrypted         121 source3/auth/auth_compat.c 		if (NT_STATUS_IS_OK(pass_check_smb(smb_name, lp_workgroup(), password_blob, null_password, null_password, encrypted))) {
encrypted         125 source3/auth/auth_compat.c 		if (NT_STATUS_IS_OK(pass_check_smb(smb_name, lp_workgroup(), null_password, null_password, password_blob, encrypted))) {
encrypted         298 source3/auth/auth_server.c 		if (user_info->encrypted) {
encrypted         393 source3/auth/auth_server.c 	if (!user_info->encrypted) {
encrypted         117 source3/auth/auth_util.c                                bool encrypted)
encrypted         176 source3/auth/auth_util.c 	(*user_info)->encrypted = encrypted;
encrypted         180 source3/auth/auth_util.c 	DEBUG(10,("made an %sencrypted user_info for %s (%s)\n", encrypted ? "":"un" , internal_username, smb_name));
encrypted         198 source3/auth/auth_util.c 			    bool encrypted)
encrypted         240 source3/auth/auth_util.c 			      plaintext, encrypted);
encrypted          72 source3/auth/auth_wbc.c 	if (!user_info->encrypted) {
encrypted          29 source3/include/auth.h 	bool encrypted;
encrypted          79 source3/include/proto.h 			    bool encrypted);
encrypted        6781 source3/include/proto.h 			bool encrypted);
encrypted         648 source3/include/smb.h 	bool encrypted;
encrypted         731 source3/include/smb.h 	bool encrypted;
encrypted         273 source3/smbd/blocking.c 			  blr->req->encrypted, NULL)) {
encrypted         299 source3/smbd/ipc.c 		    IS_CONN_ENCRYPTED(req->conn) || req->encrypted,
encrypted         326 source3/smbd/ipc.c 				  ||req->encrypted, &req->pcd)) {
encrypted         147 source3/smbd/notify.c 			  req->encrypted, &req->pcd)) {
encrypted         219 source3/smbd/pipes.c 			  IS_CONN_ENCRYPTED(req->conn)||req->encrypted,
encrypted         356 source3/smbd/process.c 			bool encrypted)
encrypted         376 source3/smbd/process.c 	req->encrypted = encrypted;
encrypted         405 source3/smbd/process.c 			bool encrypted, struct smb_perfcount_data *deferred_pcd);
encrypted         436 source3/smbd/process.c 		    msg->encrypted, &msg->pcd);
encrypted         473 source3/smbd/process.c 	msg->encrypted = req->encrypted;
encrypted        1347 source3/smbd/process.c 		if (req->encrypted) {
encrypted        1386 source3/smbd/process.c 			    bool encrypted,
encrypted        1396 source3/smbd/process.c 	init_smb_request(req, (uint8 *)inbuf, unread_bytes, encrypted);
encrypted        1434 source3/smbd/process.c 			IS_CONN_ENCRYPTED(conn)||req->encrypted,
encrypted        1449 source3/smbd/process.c 			bool encrypted, struct smb_perfcount_data *deferred_pcd)
encrypted        1471 source3/smbd/process.c 	construct_reply((char *)inbuf,nread,unread_bytes,encrypted,deferred_pcd);
encrypted        1674 source3/smbd/process.c 				  ||req->encrypted,
encrypted        1797 source3/smbd/process.c 			  IS_CONN_ENCRYPTED(req->conn)||req->encrypted,
encrypted        1864 source3/smbd/process.c 	bool encrypted = false;
encrypted        1874 source3/smbd/process.c 				    &encrypted,
encrypted        1887 source3/smbd/process.c 	process_smb(conn, inbuf, inbuf_len, unread_bytes, encrypted, NULL);
encrypted        4802 source3/smbd/reply.c 				IS_CONN_ENCRYPTED(conn)||req->encrypted,
encrypted        2588 source3/smbd/trans2.c 	if (ENCRYPTION_REQUIRED(conn) && !req->encrypted) {
encrypted        3173 source3/smbd/trans2.c 	if (ENCRYPTION_REQUIRED(conn) && !req->encrypted) {
encrypted        7518 source3/smbd/trans2.c 	if (conn->encrypt_level == Required && !req->encrypted) {