Home
last modified time | relevance | path

Searched refs:is_fatal_alert (Results 1 – 4 of 4) sorted by relevance

/openssl-master/test/recipes/
A D70-test_sslrecords.t260 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
288 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
494 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
528 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 70;
545 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
568 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
A D70-test_sslextension.t111 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
A D70-test_sslcbcpadding.t130 $fatal_alert = 1 if $last_record->is_fatal_alert(0) == 20;
/openssl-master/util/perl/TLSProxy/
A DRecord.pm389 sub is_fatal_alert subroutine

Completed in 6 milliseconds