Searched refs:client_nonce (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/kuser/
H A Dkdigest.c271 const void *client_nonce, size_t cnoncelen,
285 EVP_DigestUpdate(ctx, client_nonce, cnoncelen);
325 EVP_DigestUpdate(ctx, client_nonce, cnoncelen);
362 char *server_nonce, *client_nonce = NULL, server_identifier; local
384 client_nonce = malloc(cnoncelen);
385 if (client_nonce == NULL)
386 errx(1, "client_nonce");
389 client_nonce, cnoncelen);
416 client_nonce, cnoncelen,
420 if (client_nonce)
270 client_mschapv2(const void *server_nonce, size_t snoncelen, const void *client_nonce, size_t cnoncelen, const char *username, const char *password) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c262 const unsigned char client_nonce[8] = local
271 ret = heim_ntlm_calculate_ntlm2_sess(client_nonce,

Completed in 49 milliseconds