Home
last modified time | relevance | path

Searched refs:success (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_import_openssl.c107 goto success; in ecc_import_openssl()
111 goto success; in ecc_import_openssl()
116 success: in ecc_import_openssl()
H A Decc_import_x509.c91 goto success; in ecc_import_subject_public_key_info()
96 success: in ecc_import_subject_public_key_info()
/optee_os/ldelf/
H A Dta_elf_rel.c232 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()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c1399 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1490 success = 1; in mbedtls_x509_crt_parse()
1494 if (success) { in mbedtls_x509_crt_parse()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog897 * Fix a bug in which mbedtls_x509_string_to_names() would return success
1385 instead of success (0).
2995 rather than success, so that coding mistakes or memory corruption tends to
2996 cause functions to return this error code rather than a success. There are