oracular (2) nbft_security_flags.2.gz

Provided by: libnvme-dev_1.10-1_amd64 bug

NAME

       enum nbft_security_flags - Security Profile Descriptor Flags (Figure 22)

SYNOPSIS

       enum nbft_security_flags {
           NBFT_SECURITY_VALID ,
           NBFT_SECURITY_IN_BAND_AUTH_MASK ,
           NBFT_SECURITY_IN_BAND_AUTH_NOT_SUPPORTED ,
           NBFT_SECURITY_IN_BAND_AUTH_NOT_REQUIRED ,
           NBFT_SECURITY_IN_BAND_AUTH_REQUIRED ,
           NBFT_SECURITY_AUTH_POLICY_LIST_MASK ,
           NBFT_SECURITY_AUTH_POLICY_LIST_NOT_SUPPORTED ,
           NBFT_SECURITY_AUTH_POLICY_LIST_DRIVER ,
           NBFT_SECURITY_AUTH_POLICY_LIST_ADMIN ,
           NBFT_SECURITY_SEC_CHAN_NEG_MASK ,
           NBFT_SECURITY_SEC_CHAN_NEG_NOT_SUPPORTED ,
           NBFT_SECURITY_SEC_CHAN_NEG_NOT_REQUIRED ,
           NBFT_SECURITY_SEC_CHAN_NEG_REQUIRED ,
           NBFT_SECURITY_SEC_POLICY_LIST_MASK ,
           NBFT_SECURITY_SEC_POLICY_LIST_NOT_SUPPORTED ,
           NBFT_SECURITY_SEC_POLICY_LIST_DRIVER ,
           NBFT_SECURITY_SEC_POLICY_LIST_ADMIN ,
           NBFT_SECURITY_CIPHER_RESTRICTED ,
           NBFT_SECURITY_AUTH_DH_GROUPS_RESTRICTED ,
           NBFT_SECURITY_SEC_HASH_FUNC_POLICY_LIST

       };

Constants

       NBFT_SECURITY_VALID
                   Descriptor  Valid:  If  set to 1h, then this descriptor is valid. If cleared to 0h, then this
                   descriptor is not valid.

       NBFT_SECURITY_IN_BAND_AUTH_MASK
                   Mask to get the In-Band Authentication Required field.

       NBFT_SECURITY_IN_BAND_AUTH_NOT_SUPPORTED
                   In-band authentication is not supported by the NVM subsystem.

       NBFT_SECURITY_IN_BAND_AUTH_NOT_REQUIRED
                   In-band authentication is supported by the NVM subsystem and is not required.

       NBFT_SECURITY_IN_BAND_AUTH_REQUIRED
                   In-band authentication is supported by the NVM subsystem and is required.

       NBFT_SECURITY_AUTH_POLICY_LIST_MASK
                   Mask to get the Authentication Policy List flag: This field indicates whether  authentication
                   protocols were indicated by policy from driver defaults or administrative configuration.

       NBFT_SECURITY_AUTH_POLICY_LIST_NOT_SUPPORTED
                   Authentication Protocols Heap Object Reference field Offset and Length are reserved.

       NBFT_SECURITY_AUTH_POLICY_LIST_DRIVER
                   Authentication  Protocols Offset field and the Authentication Protocols Length field indicate
                   a list of authentication protocols used by the driver.

       NBFT_SECURITY_AUTH_POLICY_LIST_ADMIN
                   Authentication Protocols Offset field and the Authentication Protocols Length field  indicate
                   a list of authentication protocols that were administratively set and used by the driver.

       NBFT_SECURITY_SEC_CHAN_NEG_MASK
                   Mask to get the Secure Channel Negotiation Required flag: This field indicates whether secure
                   channel negotiation (e.g. TLS) is required.

       NBFT_SECURITY_SEC_CHAN_NEG_NOT_SUPPORTED
                   Secure channel negotiation is not supported by the NVM subsystem.

       NBFT_SECURITY_SEC_CHAN_NEG_NOT_REQUIRED
                   Secure channel negotiation is supported by the NVM subsystem and is not required.

       NBFT_SECURITY_SEC_CHAN_NEG_REQUIRED
                   Secure channel negotiation is supported by the NVM subsystem and is required.

       NBFT_SECURITY_SEC_POLICY_LIST_MASK
                   Mask to get the Security Policy List  flag:  This  field  indicates  whether  secure  channel
                   protocols were indicated by policy from driver defaults or administrative configuration.

       NBFT_SECURITY_SEC_POLICY_LIST_NOT_SUPPORTED
                   The Offset field and Length field in the Secure Channel Algorithm Heap Object Reference field
                   are reserved.

       NBFT_SECURITY_SEC_POLICY_LIST_DRIVER
                   The Heap Object specified by  the  Secure  Channel  Algorithm  Heap  Object  Reference  field
                   indicates a list of authentication protocols used by the driver.

       NBFT_SECURITY_SEC_POLICY_LIST_ADMIN
                   The  Heap  Object  specified  by  the  Secure  Channel  Algorithm Heap Object Reference field
                   indicates a list of authentication protocols that were administratively set and used  by  the
                   driver.

       NBFT_SECURITY_CIPHER_RESTRICTED
                   Cipher  Suites Restricted by Policy: If set to 1h, then the Cipher Suite Offset field and the
                   Ciper Suite Length field indicate a list of  supported  cipher  suites  by  the  driver.   If
                   cleared  to  0h,  then  the  Cipher  Suite Offset field and the Cipher Suite Length field are
                   reserved.

       NBFT_SECURITY_AUTH_DH_GROUPS_RESTRICTED
                   Authentication DH Groups Restricted by Policy List: If set to 1h, then connections shall  use
                   one  of  the  authentication  DH groups in the Authentication DH Groups List is required.  If
                   cleared  to  0h,  then  no  Authentication  DH  Groups  List  is  indicated  and  use  of  an
                   authentication DH Group is not required.

       NBFT_SECURITY_SEC_HASH_FUNC_POLICY_LIST
                   Secure Hash Functions Policy List: If set to 1h, then connections shall use one of the secure
                   hash functions in the Secure Hash Functions Policy List is required. If cleared to  0h,  then
                   no  Secure  Hash  Functions Policy List is indicated and use of a secure hash function is not
                   required.