Searched refs:setkey (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdlib.h269 void setkey(const char *) __DARWIN_ALIAS(setkey); variable
272 void setkey(const char *) LIBC_ALIAS(setkey); variable
276 int setkey(const char *);
H A Dunistd.h846 void setkey(const char *) __DARWIN_ALIAS(setkey); variable
849 void setkey(const char *) LIBC_ALIAS(setkey); variable
853 int setkey(const char *);
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.c79 * Note that the low-order "bit" is always ignored by by setkey()
121 setkey(crypt_key);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpppcrypt.c101 * Note that the low-order "bit" is always ignored by by setkey()
148 setkey((const char *)crypt_key);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c47 #define setkey ______setkey macro
56 #undef setkey macro
644 * The Key Schedule, filled in by des_setkey() or setkey().
795 * "setkey" routine (for backwards compatibility)
797 extern int setkey(register const char *key) { function
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgrub.vim37 \ pager partnew parttype password rarp serial setkey
H A Dslrnrc.vim76 syn region slrnrcCmdLine matchgroup=slrnrcCmd start="\<\(autobaud\|color\|compatible_charsets\|group_display_format\|grouplens_add\|header_display_format\|ignore_quotes\|include\|interpret\|mono\|nnrpaccess\|posting_host\|server\|set\|setkey\|strip_re_regexp\|strip_sig_regexp\|strip_was_regexp\|unsetkey\|visible_headers\)\>" end="$" oneline contains=slrnrc\(String\|Comment\)
147 syn match slrnrcSetkey "^\s*setkey\>" skipwhite nextgroup=slrnrcSetkeyArt,slrnrcSetkeyGroup,slrnrcSetkeyRead
H A Dcterm.vim35 syn keyword ctermFunction session set setcap setcolor setkey
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntp.pl59 sub setkey subroutine
/macosx-10.10.1/configd-699.1.5/
H A Dget-mobility-info580 if [ -x /usr/sbin/setkey -a -x /usr/bin/perl ]; then
582 echo "# setkey -D" >> ipsec
584 ${PRIV} /usr/sbin/setkey -D \
595 echo "# setkey -Pp -D" >> ipsec
597 ${PRIV} /usr/sbin/setkey -Pp -D >> ipsec
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c627 * The Key Schedule, filled in by __crypt_des_setkey() or setkey().
953 * "setkey" routine (for backwards compatibility)
956 void setkey(key) function
958 int setkey(key)
994 /* Prevent encrypt from crashing if setkey was never called.
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drequest.c888 isc_boolean_t setkey = ISC_TRUE; local
959 if (setkey) {
975 setkey = ISC_FALSE;
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c594 * The Key Schedule, filled in by des_setkey() or setkey().
924 * "setkey" routine (for backwards compatibility)
927 setkey(key) function

Completed in 241 milliseconds