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

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dt_spki.c23 ASN1_IA5STRING *chal; local
39 chal = spki->spkac->challenge;
40 if (chal->length)
41 BIO_printf(out, " Challenge String: %s\n", chal->data);
/freebsd-13-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-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c1155 l_dvd_challenge chal; member in struct:l_dvd_host_send_challenge
1167 l_dvd_challenge chal; member in struct:l_dvd_lu_send_challenge
1322 memcpy(bp->keychal, lp->hsc.chal, 10);
1385 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));

Completed in 155 milliseconds