Home
last modified time | relevance | path

Searched refs:ENOKEY (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/
H A Dlinux_extension_errors.h65 MsgMapping(ENOKEY, "Required key not available"),
120 MsgMapping(ENOKEY, "ENOKEY"),
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py132 ENOKEY = 126 variable
265 ENOKEY: 'Required key not available',
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h36 #define ENOKEY 126 /* Required key not available */ macro
/freebsd/sys/security/audit/
H A Dbsm_errno.c666 #ifdef ENOKEY
667 ENOKEY,
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c665 #ifdef ENOKEY
666 ENOKEY,
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c1056 } else if (errno != ENOKEY && errno != EACCES) { in krcc_next_cred()