| /linux/Documentation/arch/arm64/ |
| H A D | pointer-authentication.rst | 2 Pointer authentication in AArch64 Linux 9 This document briefly describes the provision of pointer authentication 16 The ARMv8.3 Pointer Authentication extension adds primitives that can be 20 The extension uses a Pointer Authentication Code (PAC) to determine 38 (APDAKey, APDBKey), and one for generic authentication (APGAKey). 49 Presence of address authentication functionality is advertised via 50 HWCAP_PACA, and generic authentication functionality via HWCAP_PACG. 57 with HINT space pointer authentication instructions protecting 59 with or without pointer authentication support. 72 authentication is present, the kernel will expose the position of TTBR0 [all …]
|
| /linux/include/crypto/ |
| H A D | aead.h | 38 * crypto_aead_decrypt. That error indicates an authentication error, i.e. 49 * (resp. ciphertext) will grow (resp. shrink) by the authentication tag size 50 * during encryption (resp. decryption). The authentication tag is generated 52 * decryption, the authentication tag is consumed along with the ciphertext and 83 * @assoclen: Length in bytes of associated data for authentication 106 * @maxauthsize: Set the maximum authentication tag size supported by the 108 * As the authentication tag is a message digest to ensure the 110 * largest authentication tag possible as defined by this 112 * @setauthsize: Set authentication size for the AEAD transformation. This 114 * authentication tag to be either generated by the transformation [all …]
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_pas.c | 18 * devm_qcom_pas_context_alloc() - Allocate peripheral authentication service 25 * @pas_id: peripheral authentication service id 52 * qcom_pas_init_image() - Initialize peripheral authentication service state 54 * @pas_id: peripheral authentication service id 93 * @pas_id: peripheral authentication service id 126 * authentication. TrustZone will then append the dynamic resources and return 166 * @pas_id: peripheral authentication service id 191 * TrustZone accesses the firmware memory region for authentication. The 192 * authentication step verifies the integrity and authenticity of the firmware 212 * @pas_id: peripheral authentication service id [all …]
|
| H A D | qcom_pas.h | 12 * struct qcom_pas_ops - Qcom Peripheral Authentication Service (PAS) ops 19 * @prepare_and_auth_reset: Peripheral prepare firmware authentication and 21 * @auth_and_reset: Peripheral firmware authentication and reset
|
| H A D | Kconfig | 12 Enable the generic Peripheral Authentication Service (PAS) provided 24 Enable the generic Peripheral Authentication Service (PAS) provided
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | spmobj-attributes.c | 36 * for authentication scheme 38 * @authentication: the authentication content 42 size_t hp_calculate_security_buffer(const char *authentication) in hp_calculate_security_buffer() argument 46 if (!authentication) in hp_calculate_security_buffer() 49 authlen = strlen(authentication); in hp_calculate_security_buffer() 54 if (!strstarts(authentication, BEAM_PREFIX)) in hp_calculate_security_buffer() 62 * authentication scheme 65 * @authentication: the authentication content 69 int hp_populate_security_buffer(u16 *authbuf, const char *authentication) in hp_populate_security_buffer() argument 75 if (strstarts(authentication, BEAM_PREFIX)) { in hp_populate_security_buffer() [all …]
|
| H A D | bioscfg.h | 181 * 'role' identifies the type of authentication. 189 * 'mechanism' represents the means of authentication. 445 /* Password authentication attributes */ 462 int hp_populate_security_buffer(u16 *buffer, const char *authentication); 478 size_t hp_calculate_security_buffer(const char *authentication);
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.h | 74 #define SA_ENG_ID_AM2 5 /* Authentication engine for pass 2 */ 108 #define SA_CTX_PE_PKT_TYPE_IPSEC_AH 2 /* IPSec Authentication Header */ 127 * Bit 4-5: Fetch Authentication Bytes or Encr pass 2 239 * @auth_size: Authentication size for pass 1 240 * @auth_size2: Authentication size for pass 2 241 * @auth_offset: Authentication payload offset 242 * @auth_iv: Authentication initialization vector 243 * @aux_key_info: Authentication aux key information 244 * @aux_key: Aux key for authentication 358 /* Authentication algorithms */ [all …]
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 5 * RPC server-side authentication stuff. 60 /* Authentication is done in the context of a domain. 66 * a common mechanism for authentication and having a common mapping 72 * A domain is created by an authentication flavour module based on name 100 * Each authentication flavour registers an auth_ops 106 * If there is a problem with the authentication *authp should be set.
|
| H A D | auth.h | 5 * Declarations for the RPC client authentication machinery. 23 * Maximum size of AUTH_NONE authentication information, in XDR words. 69 * Client authentication handle 105 * Client authentication ops
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_tpg.c | 78 * By default we disable authentication for discovery sessions, in iscsit_load_discovery_tpg() 90 tpg->tpg_attrib.authentication = 0; in iscsit_load_discovery_tpg() 207 a->authentication = TA_AUTHENTICATION; in iscsit_set_default_tpg_attribs() 311 * unless explictly disabled. Set the default to CHAP if authentication in iscsit_tpg_enable_portal_group() 318 if (tpg->tpg_attrib.authentication) { in iscsit_tpg_enable_portal_group() 580 int iscsit_ta_authentication(struct iscsi_portal_group *tpg, u32 authentication) in iscsit_ta_authentication() argument 587 if ((authentication != 1) && (authentication != 0)) { in iscsit_ta_authentication() 588 pr_err("Illegal value for authentication parameter:" in iscsit_ta_authentication() 589 " %u, ignoring request.\n", authentication); in iscsit_ta_authentication() 600 if (authentication) { in iscsit_ta_authentication() [all …]
|
| /linux/drivers/staging/greybus/Documentation/firmware/ |
| H A D | firmware-management | 40 ; (Optional) Component Authentication Protocol (CAP) on CPort 4 183 Sysfs Interfaces - Authentication 186 The Component Authentication Protocol interacts with Userspace using the 196 authentication a of particular interface. 198 The Authentication core creates a device of class 'gb_authenticate', which shall 237 /* Authentication types */ 291 Authentication. The user is required to fill the 'certificate_class' and 333 component authentication protocol.
|
| /linux/include/uapi/linux/ |
| H A D | psp-dbc.h | 26 * 0: no authentication, PSP will return single use nonce. 27 * 1: authentication: PSP will return multi-use nonce. 28 * @nonce: 8 byte value used for future authentication (output). 88 * If a nonce is fetched without authentication it can only 90 * If a nonce is fetched with authentication it can be used
|
| H A D | nl80211.h | 186 * preshared key authentication in station mode. In %NL80211_CMD_CONNECT 194 * handshakes during 802.1X authentication in station mode. In order to 202 * preshared key authentication in AP mode. In %NL80211_CMD_START_AP 214 * DOC: FILS shared key authentication offload 216 * FILS shared key authentication offload can be advertised by drivers by 218 * FILS shared key authentication offload should be able to construct the 219 * authentication and association frames for FILS shared key authentication and 227 * rIK should be used to generate an authentication tag on the ERP message and 232 * When FILS shared key authentication is completed, driver needs to provide the 252 * DOC: SAE authentication offload [all …]
|
| /linux/drivers/nvme/target/ |
| H A D | Kconfig | 111 bool "NVMe over Fabrics In-band Authentication in target side" 115 This enables support for NVMe over Fabrics In-band Authentication in 121 bool "NVMe over Fabrics In-band Authentication debug messages" 125 DH-HMAC-CHAP secrets to help debugging authentication failures.
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | rpc-server-gss.rst | 6 implement RPCGSS authentication in kernel RPC servers such as the NFS 9 purposes of authentication.) 23 The RPCGSS Authentication method describes a way to perform GSSAPI 24 Authentication for NFS. Although GSSAPI is itself completely mechanism
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_tl.c | 72 /* Wireless Authentication slice utilization. */ 80 /* Authentication slice utilization. */ 94 /* Wireless Authentication slice execution count. */ 102 /* Authentication slice execution count. */
|
| /linux/Documentation/security/keys/ |
| H A D | ecryptfs.rst | 17 FEK decryption is called authentication token and, currently, can be stored in a 25 authentication token in its payload with a FEKEK randomly generated by the 30 authentication token, which content is well known, but only the FEKEK in
|
| /linux/arch/s390/include/asm/ |
| H A D | cpacf.h | 121 * function codes for the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 169 * Function codes for the KMA (CIPHER MESSAGE WITH AUTHENTICATION) 178 * Flags for the KMA (CIPHER MESSAGE WITH AUTHENTICATION) instruction 193 * Function codes for KDSA (COMPUTE DIGITAL SIGNATURE AUTHENTICATION) 376 * cpacf_qai() - Get the query authentication information for a CPACF opcode 380 * Executes the query authentication information function for the given crypto 383 * On success 1 is returned and the mask is filled with the query authentication 512 * _cpacf_kmac() - executes the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 543 * cpacf_kmac() - executes the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 703 * cpacf_kma() - executes the KMA (CIPHER MESSAGE WITH AUTHENTICATION)
|
| /linux/drivers/staging/greybus/ |
| H A D | greybus_authentication.h | 3 * Greybus Component Authentication User Header 32 /* Authentication types */
|
| /linux/include/linux/ |
| H A D | rpmb.h | 70 * @key_mac : The authentication key or the message authentication 102 #define RPMB_PROGRAM_KEY 0x1 /* Program RPMB Authentication Key */
|
| /linux/fs/ubifs/ |
| H A D | Kconfig | 90 bool "UBIFS authentication support" 95 Enable authentication support for UBIFS. This feature offers protection
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 130 * ksmbd_auth_ntlmv2() - NTLMv2 authentication handler 234 /* process NTLMv2 authentication */ in ksmbd_decode_ntlmssp_auth_blob() 421 ksmbd_debug(AUTH, "krb5 authentication failure\n"); in ksmbd_krb5_authenticate() 451 /* First successful authentication */ in ksmbd_krb5_authenticate() 839 * @tag: authentication tag buffer 840 * @taglen: authentication tag length 843 * authentication tag as the final scatterlist entry. 888 * @buflen: payload length (the authentication tag is carried out of band) 891 * @tag: authentication tag output for encryption, input for decryption 892 * @tag_len: authentication tag length [all …]
|
| /linux/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 2 # This outlines the Linux authentication/association and 13 alt authentication needed (not FT)
|
| /linux/Documentation/target/ |
| H A D | target-export-device | 73 # Disable authentication 74 echo 0 > $ISCSI_DIR/$IQN/tpgt_1/attrib/authentication
|