Searched refs:chal (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dtest_commonauth.c206 const char *user, *chal, *resp; local
260 chal = heim_digest_generate_challenge(ctx);
261 if (chal == NULL)
268 if (heim_digest_parse_challenge(ctx2, chal))
332 chal = heim_digest_generate_challenge(ctx);
333 if (chal == NULL)
340 if (heim_digest_parse_challenge(ctx2, chal))
372 const char *chal = "<1896.697170952@postoffice.reston.mci.net>"; local
400 if (heim_cram_md5_verify(chal, secret, resp) != 0)
408 t = heim_cram_md5_create(chal, secre
435 const char *chal = "<1896.697170952@dbc.mtview.ca.us>"; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_gssntlm.c378 struct ntlm_buf key, tempsession, chal; local
393 chal.length = 8;
394 chal.data = type2.challenge;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkrb5-private.h447 uint8_t chal[8]);
H A Dkcm.c1490 uint8_t chal[8])
1500 sret = krb5_storage_write(request, chal, 8);
1489 _krb5_kcm_ntlm_challenge(krb5_context context, int op __attribute((__unused__)), uint8_t chal[8]) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Daccept_sec_context.c221 uint8_t chal[8]);
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1771 check_ntlm_challage(uint8_t chal[8]) argument
1782 if (memcmp((*q)->challenge, chal, sizeof((*q)->challenge)) == 0)
1804 uint8_t chal[8]; local
1818 if (sret != sizeof(chal)) {
1882 r = kcm_unparse_wrap(sp, "ntlm-chal", 0, ^(krb5_storage *inner) {
1892 kcm_log(10, "failed to write ntlm-chal: %d", r);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c178 char *chal, algorithm_option_t **alg,
185 c = chal;
177 parse_challenge(const sasl_utils_t *utils, char *chal, algorithm_option_t **alg, unsigned *seq, char *seed, int is_init) argument

Completed in 254 milliseconds