!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/include/linux/   drwxr-xr-x
Free 83.28 GB of 96.73 GB (86.1%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cc_platform.h (2.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Confidential Computing Platform Capability checks
 *
 * Copyright (C) 2021 Advanced Micro Devices, Inc.
 *
 * Author: Tom Lendacky <[email protected]>
 */

#ifndef _LINUX_CC_PLATFORM_H
#define _LINUX_CC_PLATFORM_H

#include <linux/types.h>
#include <linux/stddef.h>

/**
 * enum cc_attr - Confidential computing attributes
 *
 * These attributes represent confidential computing features that are
 * currently active.
 */
enum cc_attr {
    /**
     * @CC_ATTR_MEM_ENCRYPT: Memory encryption is active
     *
     * The platform/OS is running with active memory encryption. This
     * includes running either as a bare-metal system or a hypervisor
     * and actively using memory encryption or as a guest/virtual machine
     * and actively using memory encryption.
     *
     * Examples include SME, SEV and SEV-ES.
     */
    CC_ATTR_MEM_ENCRYPT,

    /**
     * @CC_ATTR_HOST_MEM_ENCRYPT: Host memory encryption is active
     *
     * The platform/OS is running as a bare-metal system or a hypervisor
     * and actively using memory encryption.
     *
     * Examples include SME.
     */
    CC_ATTR_HOST_MEM_ENCRYPT,

    /**
     * @CC_ATTR_GUEST_MEM_ENCRYPT: Guest memory encryption is active
     *
     * The platform/OS is running as a guest/virtual machine and actively
     * using memory encryption.
     *
     * Examples include SEV and SEV-ES.
     */
    CC_ATTR_GUEST_MEM_ENCRYPT,

    /**
     * @CC_ATTR_GUEST_STATE_ENCRYPT: Guest state encryption is active
     *
     * The platform/OS is running as a guest/virtual machine and actively
     * using memory encryption and register state encryption.
     *
     * Examples include SEV-ES.
     */
    CC_ATTR_GUEST_STATE_ENCRYPT,
};

#ifdef CONFIG_ARCH_HAS_CC_PLATFORM

/**
 * cc_platform_has() - Checks if the specified cc_attr attribute is active
 * @attr: Confidential computing attribute to check
 *
 * The cc_platform_has() function will return an indicator as to whether the
 * specified Confidential Computing attribute is currently active.
 *
 * Context: Any context
 * Return:
 * * TRUE  - Specified Confidential Computing attribute is active
 * * FALSE - Specified Confidential Computing attribute is not active
 */
bool cc_platform_has(enum cc_attr attr);

#else    /* !CONFIG_ARCH_HAS_CC_PLATFORM */

static inline bool cc_platform_has(enum cc_attr attr) { return false; }

#endif    /* CONFIG_ARCH_HAS_CC_PLATFORM */

#endif    /* _LINUX_CC_PLATFORM_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0041 ]--