OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REASONNUM
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh
55
REASONNUM
=`echo "$REASON" | colrm 1 37`
56
if [ $
REASONNUM
-eq $RES ]; then
59
echo "test$NUM failed - expected validation result $RES; result was $
REASONNUM
"
test_x509v3_nist2.sh
51
REASONNUM
=`echo "$REASON" | colrm 1 37`
52
if [ $
REASONNUM
-eq $RES ]; then
55
echo "$NUM failed - expected validation result $RES; result was $
REASONNUM
"
Completed in 52 milliseconds