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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_spki.c77 ASN1_IA5STRING *chal; local
111 chal = spki->spkac->challenge;
112 if (chal->length)
113 BIO_printf(out, " Challenge String: %s\n", chal->data);
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c659 u8 *chal, hash[CHAP_MD5_LEN]; local
680 chal = eap_ttls_implicit_challenge(sm, data,
682 if (chal == NULL) {
689 if (os_memcmp(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) != 0 ||
690 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
692 os_free(chal);
696 os_free(chal);
718 u8 *chal, nt_response[24]; local
739 chal = eap_ttls_implicit_challenge(sm, data,
741 if (chal
784 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkaserver.c455 int32_t chal; local
546 krb5_ret_int32 (reply_sp, &chal);
549 if (abs(chal - kdc_time) > context->max_skew) {
573 chal + 1, "tgsT",
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c1178 l_dvd_challenge chal; member in struct:l_dvd_host_send_challenge
1190 l_dvd_challenge chal; member in struct:l_dvd_lu_send_challenge
1345 memcpy(bp->keychal, lp->hsc.chal, 10);
1408 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));

Completed in 41 milliseconds