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

/freebsd-11-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-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c561 u8 *chal, hash[CHAP_MD5_LEN]; local
582 chal = eap_ttls_implicit_challenge(sm, data,
584 if (chal == NULL) {
591 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN)
593 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
595 os_free(chal);
599 os_free(chal);
622 u8 *chal, nt_response[24]; local
643 chal = eap_ttls_implicit_challenge(sm, data,
645 if (chal
698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1205 l_dvd_challenge chal; member in struct:l_dvd_host_send_challenge
1217 l_dvd_challenge chal; member in struct:l_dvd_lu_send_challenge
1372 memcpy(bp->keychal, lp->hsc.chal, 10);
1435 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));

Completed in 70 milliseconds