/external/u-boot/lib/crypto/ |
D | x509_public_key.c | 155 if (ret == -ENOPKG) { in x509_check_for_self_signed() 194 ret = -ENOPKG; in x509_key_preparse()
|
D | Kconfig | 17 ENOPKG will be reported if the requisite algorithm is unavailable.
|
D | pkcs7_parser.c | 259 return -ENOPKG; in pkcs7_sig_note_digest_algo() 280 return -ENOPKG; in pkcs7_sig_note_pkey_algo()
|
D | x509_cert_parser.c | 211 return -ENOPKG; /* Unsupported combination */ in x509_note_pkey_algo() 467 return -ENOPKG; in x509_extract_key_data()
|
D | public_key.c | 122 return -ENOPKG; in software_key_determine_akcipher()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 48 #define ENOPKG 65 /* Package not installed */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 306 #ifdef ENOPKG in errno2name() 307 CASE(ENOPKG); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 306 #ifdef ENOPKG in errno2name() 307 CASE(ENOPKG); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 306 #ifdef ENOPKG in errno2name() 307 CASE(ENOPKG); in errno2name()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 68 ENOPKG = 65 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 73 #define ENOPKG 65 /* Package not installed */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 73 ENOPKG = 65 variable
|
/external/u-boot/lib/ |
D | errno_str.c | 79 ERRNO_MSG(ENOPKG, "Package not installed"),
|
/external/ltp/lib/ |
D | errnos.h | 98 PAIR(ENOPKG) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 388 #ifdef ENOPKG 389 {"ENOPKG", (unsigned long)ENOPKG},
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 100 ERROR_ENTRY(ENOPKG), // Package not installed
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 160 pub const ENOPKG: ::c_int = 65; constant
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 606 #ifdef ENOPKG in initerrno() 607 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 649 #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/ |
D | mod.rs | 219 pub const ENOPKG: ::c_int = 65; constant
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 348 .. data:: ENOPKG
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 351 .. data:: ENOPKG
|
/external/rust/crates/libc/src/unix/uclibc/mips/ |
D | mod.rs | 17 pub const ENOPKG: ::c_int = 65; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 434 pub const ENOPKG: ::c_int = 65; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 470 pub const ENOPKG: ::c_int = 65; constant
|