Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt_ro.c45 goto fail; in fdt_get_string()
49 goto fail; in fdt_get_string()
54 goto fail; in fdt_get_string()
57 goto fail; in fdt_get_string()
64 goto fail; in fdt_get_string()
69 goto fail; in fdt_get_string()
77 goto fail; in fdt_get_string()
84 fail: in fdt_get_string()
295 goto fail; in fdt_get_name()
309 goto fail; in fdt_get_name()
[all …]
/optee_os/mk/
H A Dcleandirs.mk28 RMDIR := rmdir --ignore-fail-on-non-empty
/optee_os/core/pta/tests/
H A Dmisc.c569 goto fail; in check_virt_to_phys()
578 goto fail; in check_virt_to_phys()
581 fail: in check_virt_to_phys()
596 goto fail; in check_phys_to_virt()
605 goto fail; in check_phys_to_virt()
608 fail: in check_phys_to_virt()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha1.c427 goto fail; in mbedtls_sha1_self_test()
436 goto fail; in mbedtls_sha1_self_test()
443 goto fail; in mbedtls_sha1_self_test()
448 goto fail; in mbedtls_sha1_self_test()
453 goto fail; in mbedtls_sha1_self_test()
467 fail: in mbedtls_sha1_self_test()
H A Dsha256.c910 goto fail; in mbedtls_sha256_common_self_test()
919 goto fail; in mbedtls_sha256_common_self_test()
927 goto fail; in mbedtls_sha256_common_self_test()
932 goto fail; in mbedtls_sha256_common_self_test()
938 goto fail; in mbedtls_sha256_common_self_test()
952 fail: in mbedtls_sha256_common_self_test()
H A Dsha512.c1042 goto fail; in mbedtls_sha512_common_self_test()
1051 goto fail; in mbedtls_sha512_common_self_test()
1058 goto fail; in mbedtls_sha512_common_self_test()
1063 goto fail; in mbedtls_sha512_common_self_test()
1068 goto fail; in mbedtls_sha512_common_self_test()
1082 fail: in mbedtls_sha512_common_self_test()
H A Dmd5.c397 goto fail; in mbedtls_md5_self_test()
402 goto fail; in mbedtls_md5_self_test()
416 fail: in mbedtls_md5_self_test()
H A Dripemd160.c461 goto fail; in mbedtls_ripemd160_self_test()
466 goto fail; in mbedtls_ripemd160_self_test()
480 fail: in mbedtls_ripemd160_self_test()
/optee_os/core/arch/riscv/kernel/
H A Dthread_rv.S51 fail: label
53 j fail
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog18 to fail. Found and reported by Linh Le and Ngan Nguyen from Calif.
876 MBEDTLS_ECDSA_VERIFY_ALT, causing ecdsa verify to fail. Fixes #7498.
894 * Fix crypt_and_hash decryption fail when used with a stream cipher
1147 modules, which would then fail if run on a CPU without the SHA3
1395 * mbedtls_cipher_set_iv will now fail with ChaCha20 and ChaCha20+Poly1305
1558 client would fail to check that the curve selected by the server for
1762 where this function cannot fail, or full-module replacements with
1925 `mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
2178 * Fix a bug in ECDSA that would cause it to fail when the hash is all-bits
2374 value the function might fail to write a private RSA keys of the largest
[all …]
/optee_os/lib/libutils/isoc/
H A Dbget.doc239 allocation process will fail. <pool_incr> specifies the normal
/optee_os/
H A DCHANGELOG.md1408 * [#1203][issue1203] AES-CTS mode will fail when inlen=0x100, in_incr=0x80