Searched refs:success (Results 1 – 6 of 6) 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()
4714 mbedtls_ct_condition_t success = in psa_cipher_finish() local4716 *output_length = mbedtls_ct_size_if_else_0(success, *output_length); in psa_cipher_finish()4868 mbedtls_ct_condition_t success = in psa_cipher_decrypt() local4870 *output_length = mbedtls_ct_size_if_else_0(success, *output_length); in psa_cipher_decrypt()
940 * Fix a bug in which mbedtls_x509_string_to_names() would return success1428 instead of success (0).3038 rather than success, so that coding mistakes or memory corruption tends to3039 cause functions to return this error code rather than a success. There are