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

/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dt_spki.c77 ASN1_IA5STRING *chal; local
91 chal = spki->spkac->challenge;
92 if (chal->length)
93 BIO_printf(out, " Challenge String: %s\n", chal->data);
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c531 u8 *chal, hash[CHAP_MD5_LEN]; local
552 chal = eap_ttls_implicit_challenge(sm, data,
554 if (chal == NULL) {
561 if (os_memcmp(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN) != 0 ||
562 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
564 os_free(chal);
568 os_free(chal);
589 u8 *chal, nt_response[24]; local
610 chal = eap_ttls_implicit_challenge(sm, data,
612 if (chal
654 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c1192 l_dvd_challenge chal; member in struct:l_dvd_host_send_challenge
1204 l_dvd_challenge chal; member in struct:l_dvd_lu_send_challenge
1359 memcpy(bp->keychal, lp->hsc.chal, 10);
1422 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));

Completed in 114 milliseconds