Home
last modified time | relevance | path

Searched refs:EAUTH (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/nix/src/
Derrno.rs565 EAUTH => "Authentication error", in desc()
1006 EAUTH = libc::EAUTH, enumerator
1124 libc::EAUTH => EAUTH, in from_i32()
1241 EAUTH = libc::EAUTH, enumerator
1349 libc::EAUTH => EAUTH, in from_i32()
1457 EAUTH = libc::EAUTH, enumerator
1564 libc::EAUTH => EAUTH, in from_i32()
1670 EAUTH = libc::EAUTH, enumerator
1776 libc::EAUTH => EAUTH, in from_i32()
1882 EAUTH = libc::EAUTH, enumerator
[all …]
/external/arm-trusted-firmware/plat/layerscape/board/ls1043/
Dls1043_err.c20 case -EAUTH: in plat_error_handler()
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_err.c24 case -EAUTH: in plat_arm_error_handler()
/external/arm-trusted-firmware/plat/arm/board/juno/
Djuno_bl1_setup.c68 return (!arm_io_is_toc_valid() || (((*nv_flags_ptr == -EAUTH) || in plat_arm_bl1_fwu_needed()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h146 #define EAUTH 80 /* Authentication error */ macro
/external/arm-trusted-firmware/common/
Dbl_common.c202 return -EAUTH; in load_auth_image_recursive()
/external/python/cpython3/Modules/
Derrnomodule.c872 #ifdef EAUTH in errno_exec()
873 add_errcode("EAUTH", EAUTH, "Authentication error"); in errno_exec()
/external/arm-trusted-firmware/bl1/
Dbl1_fwu.c470 return -EAUTH; in bl1_fwu_image_auth()
/external/arm-trusted-firmware/docs/components/
Dfirmware-update.rst256 : -EAUTH
279 the -EAUTH error and sets the image state back to RESET.
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs320 pub const EAUTH: ::c_int = 80; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs680 pub const EAUTH: ::c_int = 80; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1842 pub const EAUTH: ::c_int = 80; constant
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst1015 - ``-EAUTH``: a certificate or image could not be authenticated (when Trusted