HomeSort by relevance Sort by last modified time
    Searched refs:chap_challenge (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 507 iscsi->chap_challenge[0], 0 );
508 for ( i = 1 ; i < sizeof ( iscsi->chap_challenge ) ; i++ ) {
510 iscsi->chap_challenge[i] );
758 for ( i = 0 ; i < sizeof ( iscsi->chap_challenge ) ; i++ ) {
759 iscsi->chap_challenge[i] = random();
817 chap_set_identifier ( &iscsi->chap, iscsi->chap_challenge[0] );
822 chap_update ( &iscsi->chap, &iscsi->chap_challenge[1],
823 ( sizeof ( iscsi->chap_challenge ) - 1 ) );
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 541 unsigned char chap_challenge[17]; member in struct:iscsi_session
  /external/scapy/test/
pptp.uts 388 ~ ppp chap chap_challenge
389 chap_challenge = PPP() / PPP_CHAP(code=1, id=47, value=b'B' * 7,
393 assert raw(chap_challenge) == chap_challenge_ref_data
424 assert chap_response.answers(chap_challenge)
425 assert not chap_challenge.answers(chap_response)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 165 u8 *chap_challenge; member in struct:eap_ttls_avp
276 parse->chap_challenge = dpos;
1088 parse.chap_challenge,
    [all...]

Completed in 259 milliseconds