auth_key          523 drivers/crypto/n2_core.c 			      unsigned long auth_key, unsigned int auth_key_len)
auth_key          570 drivers/crypto/n2_core.c 	ent->auth_key_addr = auth_key;
auth_key          153 drivers/crypto/qat/qat_common/qat_algs.c 				  const uint8_t *auth_key,
auth_key          168 drivers/crypto/qat/qat_common/qat_algs.c 		int ret = crypto_shash_digest(shash, auth_key,
auth_key          175 drivers/crypto/qat/qat_common/qat_algs.c 		memcpy(ctx->ipad, auth_key, auth_keylen);
auth_key          176 drivers/crypto/qat/qat_common/qat_algs.c 		memcpy(ctx->opad, auth_key, auth_keylen);
auth_key         7291 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	priv->assoc_request.auth_key = 0;
auth_key         7296 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		priv->assoc_request.auth_key = priv->ieee->sec.active_key;
auth_key          869 drivers/net/wireless/intel/ipw2x00/ipw2200.h 	u8 auth_type:4, auth_key:4;
auth_key          871 drivers/net/wireless/intel/ipw2x00/ipw2200.h 	u8 auth_key:4, auth_type:4;
auth_key           63 fs/cifs/cifs_ioctl.h 	__u8	auth_key[16]; /* SMB2_NTLMV2_SESSKEY_SIZE */
auth_key          275 fs/cifs/cifsencrypt.c 	ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL);
auth_key          276 fs/cifs/cifsencrypt.c 	if (!ses->auth_key.response)
auth_key          279 fs/cifs/cifsencrypt.c 	ses->auth_key.len = temp_len;
auth_key          282 fs/cifs/cifsencrypt.c 			ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp);
auth_key          296 fs/cifs/cifsencrypt.c 	rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE);
auth_key          374 fs/cifs/cifsencrypt.c 	ses->auth_key.len = size + 2 * dlen;
auth_key          375 fs/cifs/cifsencrypt.c 	ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL);
auth_key          376 fs/cifs/cifsencrypt.c 	if (!ses->auth_key.response) {
auth_key          377 fs/cifs/cifsencrypt.c 		ses->auth_key.len = 0;
auth_key          381 fs/cifs/cifsencrypt.c 	blobptr = ses->auth_key.response;
auth_key          416 fs/cifs/cifsencrypt.c 	if (!ses->auth_key.len || !ses->auth_key.response)
auth_key          419 fs/cifs/cifsencrypt.c 	blobptr = ses->auth_key.response;
auth_key          420 fs/cifs/cifsencrypt.c 	blobend = blobptr + ses->auth_key.len;
auth_key          469 fs/cifs/cifsencrypt.c 	if (!ses->auth_key.len || !ses->auth_key.response)
auth_key          472 fs/cifs/cifsencrypt.c 	blobptr = ses->auth_key.response;
auth_key          473 fs/cifs/cifsencrypt.c 	blobend = blobptr + ses->auth_key.len;
auth_key          605 fs/cifs/cifsencrypt.c 	    (ses->auth_key.response + CIFS_SESS_KEY_SIZE);
auth_key          609 fs/cifs/cifsencrypt.c 	hash_len = ses->auth_key.len - (CIFS_SESS_KEY_SIZE +
auth_key          692 fs/cifs/cifsencrypt.c 	tilen = ses->auth_key.len;
auth_key          693 fs/cifs/cifsencrypt.c 	tiblob = ses->auth_key.response;
auth_key          695 fs/cifs/cifsencrypt.c 	ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL);
auth_key          696 fs/cifs/cifsencrypt.c 	if (!ses->auth_key.response) {
auth_key          698 fs/cifs/cifsencrypt.c 		ses->auth_key.len = 0;
auth_key          701 fs/cifs/cifsencrypt.c 	ses->auth_key.len += baselen;
auth_key          704 fs/cifs/cifsencrypt.c 			(ses->auth_key.response + CIFS_SESS_KEY_SIZE);
auth_key          712 fs/cifs/cifsencrypt.c 	memcpy(ses->auth_key.response + baselen, tiblob, tilen);
auth_key          761 fs/cifs/cifsencrypt.c 		ses->auth_key.response);
auth_key          790 fs/cifs/cifsencrypt.c 	arc4_setkey(ctx_arc4, ses->auth_key.response, CIFS_SESS_KEY_SIZE);
auth_key          795 fs/cifs/cifsencrypt.c 	memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE);
auth_key          797 fs/cifs/cifsencrypt.c 	ses->auth_key.len = CIFS_SESS_KEY_SIZE;
auth_key          980 fs/cifs/cifsglob.h 	struct session_key auth_key;
auth_key         5234 fs/cifs/connect.c 	if (ses->auth_key.response) {
auth_key         5236 fs/cifs/connect.c 			 ses->auth_key.response);
auth_key         5237 fs/cifs/connect.c 		kfree(ses->auth_key.response);
auth_key         5238 fs/cifs/connect.c 		ses->auth_key.response = NULL;
auth_key         5239 fs/cifs/connect.c 		ses->auth_key.len = 0;
auth_key          290 fs/cifs/ioctl.c 			memcpy(pkey_inf.auth_key, tcon->ses->auth_key.response,
auth_key          105 fs/cifs/misc.c 	kzfree(buf_to_free->auth_key.response);
auth_key          326 fs/cifs/sess.c 		ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen,
auth_key          328 fs/cifs/sess.c 		if (!ses->auth_key.response) {
auth_key          332 fs/cifs/sess.c 		ses->auth_key.len = tilen;
auth_key          376 fs/cifs/sess.c 	int sz = sizeof(AUTHENTICATE_MESSAGE) + ses->auth_key.len
auth_key          441 fs/cifs/sess.c 		memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
auth_key          442 fs/cifs/sess.c 				ses->auth_key.len - CIFS_SESS_KEY_SIZE);
auth_key          443 fs/cifs/sess.c 		tmp += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
auth_key          446 fs/cifs/sess.c 				cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
auth_key          448 fs/cifs/sess.c 				cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
auth_key          638 fs/cifs/sess.c 				kmemdup(ses->auth_key.response,
auth_key          639 fs/cifs/sess.c 				ses->auth_key.len, GFP_KERNEL);
auth_key          645 fs/cifs/sess.c 						ses->auth_key.len;
auth_key          835 fs/cifs/sess.c 		memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
auth_key          838 fs/cifs/sess.c 		memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
auth_key          904 fs/cifs/sess.c 	kfree(ses->auth_key.response);
auth_key          905 fs/cifs/sess.c 	ses->auth_key.response = NULL;
auth_key          942 fs/cifs/sess.c 		memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
auth_key          943 fs/cifs/sess.c 				ses->auth_key.len - CIFS_SESS_KEY_SIZE);
auth_key          944 fs/cifs/sess.c 		bcc_ptr += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
auth_key          950 fs/cifs/sess.c 			cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
auth_key         1012 fs/cifs/sess.c 	kfree(ses->auth_key.response);
auth_key         1013 fs/cifs/sess.c 	ses->auth_key.response = NULL;
auth_key         1061 fs/cifs/sess.c 	ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len,
auth_key         1063 fs/cifs/sess.c 	if (!ses->auth_key.response) {
auth_key         1069 fs/cifs/sess.c 	ses->auth_key.len = msg->sesskey_len;
auth_key         1151 fs/cifs/sess.c 	kfree(ses->auth_key.response);
auth_key         1152 fs/cifs/sess.c 	ses->auth_key.response = NULL;
auth_key         1285 fs/cifs/sess.c 	kfree(ses->auth_key.response);
auth_key         1286 fs/cifs/sess.c 	ses->auth_key.response = NULL;
auth_key         1392 fs/cifs/sess.c 	kfree(ses->auth_key.response);
auth_key         1393 fs/cifs/sess.c 	ses->auth_key.response = NULL;
auth_key         1343 fs/cifs/smb2pdu.c 	ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len,
auth_key         1345 fs/cifs/smb2pdu.c 	if (!ses->auth_key.response) {
auth_key         1352 fs/cifs/smb2pdu.c 	ses->auth_key.len = msg->sesskey_len;
auth_key          193 fs/cifs/smb2transport.c 				 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE);
auth_key          254 fs/cifs/smb2transport.c 		ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE);
auth_key          359 fs/cifs/smb2transport.c 		 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response);
auth_key           40 include/linux/key-type.h typedef int (*request_key_actor_t)(struct key *auth_key, void *aux);
auth_key          103 include/net/sctp/auth.h 		      struct sctp_authkey *auth_key);
auth_key          824 net/sctp/auth.c 		      struct sctp_authkey *auth_key)
auth_key          845 net/sctp/auth.c 		if (shkey->key_id == auth_key->sca_keynumber) {
auth_key          851 net/sctp/auth.c 	cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL);
auth_key          856 net/sctp/auth.c 	key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL);
auth_key          862 net/sctp/auth.c 	memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength);