Home
last modified time | relevance | path

Searched refs:ENOPKG (Results 1 – 25 of 39) sorted by relevance

12

/external/u-boot/lib/crypto/
Dx509_public_key.c155 if (ret == -ENOPKG) { in x509_check_for_self_signed()
194 ret = -ENOPKG; in x509_key_preparse()
DKconfig17 ENOPKG will be reported if the requisite algorithm is unavailable.
Dpkcs7_parser.c259 return -ENOPKG; in pkcs7_sig_note_digest_algo()
280 return -ENOPKG; in pkcs7_sig_note_pkey_algo()
Dx509_cert_parser.c211 return -ENOPKG; /* Unsupported combination */ in x509_note_pkey_algo()
467 return -ENOPKG; in x509_extract_key_data()
Dpublic_key.c122 return -ENOPKG; in software_key_determine_akcipher()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h48 #define ENOPKG 65 /* Package not installed */ macro
/external/strace/tests-mx32/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/strace/tests/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py68 ENOPKG = 65 variable
/external/u-boot/include/linux/
Derrno.h73 #define ENOPKG 65 /* Package not installed */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py73 ENOPKG = 65 variable
/external/u-boot/lib/
Derrno_str.c79 ERRNO_MSG(ENOPKG, "Package not installed"),
/external/ltp/lib/
Derrnos.h98 PAIR(ENOPKG) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c388 #ifdef ENOPKG
389 {"ENOPKG", (unsigned long)ENOPKG},
/external/libbrillo/brillo/errors/
Derror_codes.cc100 ERROR_ENTRY(ENOPKG), // Package not installed
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs160 pub const ENOPKG: ::c_int = 65; constant
/external/python/cpython2/Modules/
Derrnomodule.c606 #ifdef ENOPKG in initerrno()
607 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c649 #ifdef ENOPKG in PyInit_errno()
650 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed"); in PyInit_errno()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs219 pub const ENOPKG: ::c_int = 65; constant
/external/python/cpython2/Doc/library/
Derrno.rst348 .. data:: ENOPKG
/external/python/cpython3/Doc/library/
Derrno.rst351 .. data:: ENOPKG
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs17 pub const ENOPKG: ::c_int = 65; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs434 pub const ENOPKG: ::c_int = 65; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs470 pub const ENOPKG: ::c_int = 65; constant

12