| /Linux-v5.4/fs/cifs/ |
| D | cifsencrypt.c | 275 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response() 276 if (!ses->auth_key.response) in setup_ntlm_response() 279 ses->auth_key.len = temp_len; in setup_ntlm_response() 282 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response() 296 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response() 374 ses->auth_key.len = size + 2 * dlen; in build_avpair_blob() 375 ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); in build_avpair_blob() 376 if (!ses->auth_key.response) { in build_avpair_blob() 377 ses->auth_key.len = 0; in build_avpair_blob() 381 blobptr = ses->auth_key.response; in build_avpair_blob() [all …]
|
| D | sess.c | 326 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge() 328 if (!ses->auth_key.response) { in decode_ntlmssp_challenge() 332 ses->auth_key.len = tilen; in decode_ntlmssp_challenge() 376 int sz = sizeof(AUTHENTICATE_MESSAGE) + ses->auth_key.len in size_of_ntlmssp_blob() 441 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in build_ntlmssp_auth_blob() 442 ses->auth_key.len - CIFS_SESS_KEY_SIZE); in build_ntlmssp_auth_blob() 443 tmp += ses->auth_key.len - CIFS_SESS_KEY_SIZE; in build_ntlmssp_auth_blob() 446 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE); in build_ntlmssp_auth_blob() 448 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE); in build_ntlmssp_auth_blob() 638 kmemdup(ses->auth_key.response, in sess_establish_session() [all …]
|
| D | cifs_ioctl.h | 63 __u8 auth_key[16]; /* SMB2_NTLMV2_SESSKEY_SIZE */ member
|
| D | ioctl.c | 290 memcpy(pkey_inf.auth_key, tcon->ses->auth_key.response, in cifs_ioctl()
|
| D | smb2transport.c | 193 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in smb2_calc_signature() 254 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in generate_key() 359 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in generate_smb3signingkey()
|
| D | misc.c | 105 kzfree(buf_to_free->auth_key.response); in sesInfoFree()
|
| D | connect.c | 5181 if (ses->auth_key.response) { in cifs_setup_session() 5183 ses->auth_key.response); in cifs_setup_session() 5184 kfree(ses->auth_key.response); in cifs_setup_session() 5185 ses->auth_key.response = NULL; in cifs_setup_session() 5186 ses->auth_key.len = 0; in cifs_setup_session()
|
| D | cifsglob.h | 980 struct session_key auth_key; member
|
| D | smb2pdu.c | 1320 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in SMB2_auth_kerberos() 1322 if (!ses->auth_key.response) { in SMB2_auth_kerberos() 1329 ses->auth_key.len = msg->sesskey_len; in SMB2_auth_kerberos()
|
| /Linux-v5.4/net/sctp/ |
| D | auth.c | 824 struct sctp_authkey *auth_key) in sctp_auth_set_key() argument 845 if (shkey->key_id == auth_key->sca_keynumber) { in sctp_auth_set_key() 851 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL); in sctp_auth_set_key() 856 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL); in sctp_auth_set_key() 862 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength); in sctp_auth_set_key()
|
| /Linux-v5.4/include/linux/ |
| D | key-type.h | 40 typedef int (*request_key_actor_t)(struct key *auth_key, void *aux);
|
| /Linux-v5.4/include/net/sctp/ |
| D | auth.h | 103 struct sctp_authkey *auth_key);
|
| /Linux-v5.4/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 153 const uint8_t *auth_key, in qat_alg_do_precomputes() argument 168 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes() 175 memcpy(ctx->ipad, auth_key, auth_keylen); in qat_alg_do_precomputes() 176 memcpy(ctx->opad, auth_key, auth_keylen); in qat_alg_do_precomputes()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | ubifs.txt | 94 auth_key= specify the key used for authenticating the filesystem.
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2200.h | 869 u8 auth_type:4, auth_key:4; member 871 u8 auth_key:4, auth_type:4; member
|
| D | ipw2200.c | 7290 priv->assoc_request.auth_key = 0; in ipw_associate_network() 7295 priv->assoc_request.auth_key = priv->ieee->sec.active_key; in ipw_associate_network()
|
| /Linux-v5.4/drivers/crypto/ |
| D | n2_core.c | 523 unsigned long auth_key, unsigned int auth_key_len) in n2_do_async_digest() argument 570 ent->auth_key_addr = auth_key; in n2_do_async_digest()
|