Searched refs:VERIFY (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/tests/ |
H A D | compat.sh | 142 for VERIFY in $VERIFIES; do 143 VERIF=$(echo $VERIFY | tr '[:upper:]' '[:lower:]') 270 if is_dtls "$MODE" && [ "X$VERIFY" = "XYES" ]; then 672 if [ "X$VERIFY" = "XYES" ]; 697 if [ "X$VERIFY" = "XYES" ]; then 711 if [ "X$VERIFY" = "XYES" ]; then 1100 # This means PSK test cases with VERIFY=YES should be replaced by 1101 # VERIFY=NO or be ignored. SUB_VERIFIES variable is used to constrain 1108 for VERIFY in $SUB_VERIFIES; do 1109 VERIF=$(echo $VERIFY | t [all...] |
/third_party/openssl/test/ |
H A D | dtlsv1listentest.c | 242 * VERIFY == 0 return value, HelloVerifyRequest sent 245 enum {GOOD, VERIFY, DROP} outtype; enumerator 249 { clienthello_nocookie, sizeof(clienthello_nocookie), VERIFY }, 250 { clienthello_nocookie_frag, sizeof(clienthello_nocookie_frag), VERIFY }, 255 { clienthello_badcookie, sizeof(clienthello_badcookie), VERIFY }, 324 if (tp->outtype == VERIFY) { in dtls_listen_test()
|
/third_party/libbpf/src/ |
H A D | libbpf_errno.c | 31 [ERRCODE_OFFSET(VERIFY)] = "Kernel verifier blocks program loading",
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 34 #define VERIFY 0x2f macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 34 #define VERIFY 0x2f macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 34 #define VERIFY 0x2f macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 34 #define VERIFY 0x2f macro
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.cc | 1043 return VERIFY; in GetUtf8CheckMode() 1076 case VERIFY: { in GenerateUtf8CheckCode() 1505 case VERIFY: in GenerateStrings() 1521 case VERIFY: in GenerateStrings()
|
H A D | cpp_helpers.h | 812 VERIFY = 1, // Only log an error but parsing will succeed. enumerator
|
H A D | cpp_message.cc | 1055 GOOGLE_CHECK(utf8_check == VERIFY); in GenerateClassDefinition() 1082 GOOGLE_CHECK(utf8_check = VERIFY); in GenerateClassDefinition()
|
Completed in 14 milliseconds