Home
last modified time | relevance | path

Searched full:keyutils (Results 1 – 6 of 6) sorted by relevance

/src/crypto/krb5/.github/workflows/
H A Dbuild.yml37 …sudo apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-d…
/src/crypto/krb5/src/
H A Dconfigure.ac333 AC_ARG_WITH([keyutils], optwith
334 [AS_HELP_STRING([--without-keyutils], [do not link with libkeyutils])],
338 AC_CHECK_HEADERS([keyutils.h],
339 AC_CHECK_LIB(keyutils, add_key, [have_keyutils=true]))
345 AC_CHECK_LIB(keyutils, keyctl_get_persistent,
H A Dconfigure1624 --without-keyutils do not link with libkeyutils
10099 # Check whether --with-keyutils was given.
10109 for ac_header in keyutils.h
10111 …ac_fn_c_check_header_compile "$LINENO" "keyutils.h" "ac_cv_header_keyutils_h" "$ac_includes_defaul…
/src/crypto/krb5/src/include/
H A Dautoconf.h.in249 /* Define to 1 if you have the <keyutils.h> header file. */
/src/krb5/include/
H A Dautoconf.h250 /* Define to 1 if you have the <keyutils.h> header file. */
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c102 #include <keyutils.h>