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

/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dscram.c459 heim_scram_data *user, *clientnonce; local
497 clientnonce = scram_find_type(p, 'r');
499 heim_assert(clientnonce != NULL && user != NULL, "validate doesn't work");
515 s->nonce.length = clientnonce->length + servernonce.length;
518 memcpy(s->nonce.data, clientnonce->data, clientnonce->length);
519 memcpy(((unsigned char *)s->nonce.data) + clientnonce->length,
H A Dntlm.c1728 unsigned char clientnonce[8]; local
1775 CHECK_SIZE(krb5_storage_read(sp, clientnonce, 8), 8);

Completed in 259 milliseconds