Searched refs:success (Results 1 – 5 of 5) sorted by relevance
107 goto success; in ecc_import_openssl()111 goto success; in ecc_import_openssl()116 success: in ecc_import_openssl()
91 goto success; in ecc_import_subject_public_key_info()96 success: in ecc_import_subject_public_key_info()
232 goto success; in ta_elf_resolve_sym()235 goto success; in ta_elf_resolve_sym()240 goto success; in ta_elf_resolve_sym()242 goto success; in ta_elf_resolve_sym()247 success: in ta_elf_resolve_sym()
1399 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local1490 success = 1; in mbedtls_x509_crt_parse()1494 if (success) { in mbedtls_x509_crt_parse()
897 * Fix a bug in which mbedtls_x509_string_to_names() would return success1385 instead of success (0).2995 rather than success, so that coding mistakes or memory corruption tends to2996 cause functions to return this error code rather than a success. There are