cryptkey          518 source3/libsmb/ntlmssp.c 	uint8_t cryptkey[8];
cryptkey          542 source3/libsmb/ntlmssp.c 	ntlmssp_state->get_challenge(ntlmssp_state, cryptkey);
cryptkey          562 source3/libsmb/ntlmssp.c 	ntlmssp_state->chal = data_blob_talloc(ntlmssp_state, cryptkey, 8);
cryptkey          564 source3/libsmb/ntlmssp.c 							cryptkey, 8);
cryptkey          608 source3/libsmb/ntlmssp.c 			  cryptkey, 8,
cryptkey          130 source4/auth/ntlmssp/ntlmssp_server.c 	const uint8_t *cryptkey;
cryptkey          156 source4/auth/ntlmssp/ntlmssp_server.c 	cryptkey = gensec_ntlmssp_state->get_challenge(gensec_ntlmssp_state);
cryptkey          157 source4/auth/ntlmssp/ntlmssp_server.c 	if (!cryptkey) {
cryptkey          180 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->chal = data_blob_talloc(gensec_ntlmssp_state, cryptkey, 8);
cryptkey          181 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->internal_chal = data_blob_talloc(gensec_ntlmssp_state, cryptkey, 8);
cryptkey          233 source4/auth/ntlmssp/ntlmssp_server.c 			  cryptkey, 8,