Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 3 of 3) sorted by relevance

/fs/afs/
A Dcm_security.c22 static int afs_create_yfs_cm_token(struct sk_buff *challenge,
29 static int afs_respond_to_challenge(struct sk_buff *challenge) in afs_respond_to_challenge() argument
40 rxrpc_kernel_query_challenge(challenge, &peer, &peer_data, in afs_respond_to_challenge()
57 return rxrpc_kernel_reject_challenge(challenge, RX_USER_ABORT, -EPROTO, in afs_respond_to_challenge()
64 return rxkad_kernel_respond_to_challenge(challenge); in afs_respond_to_challenge()
69 return rxgk_kernel_respond_to_challenge(challenge, &appdata); in afs_respond_to_challenge()
79 afs_create_yfs_cm_token(challenge, server); in afs_respond_to_challenge()
86 return rxgk_kernel_respond_to_challenge(challenge, &appdata); in afs_respond_to_challenge()
90 return rxrpc_kernel_reject_challenge(challenge, RX_USER_ABORT, -EPROTO, in afs_respond_to_challenge()
179 static int afs_create_yfs_cm_token(struct sk_buff *challenge, in afs_create_yfs_cm_token() argument
[all …]
/fs/smb/client/
A Dcifsencrypt.c502 offsetof(struct ntlmv2_resp, challenge.key[0])); in CalcNTLMv2_response()
517 memcpy(ntlmv2->challenge.key, ses->ntlmssp->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response()
519 memcpy(ntlmv2->challenge.key, ses->server->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response()
521 rc = crypto_shash_update(hmacmd5, ntlmv2->challenge.key, hash_len); in CalcNTLMv2_response()
A Dcifspdu.h701 } __attribute__((packed)) challenge; member

Completed in 19 milliseconds