Home
last modified time | relevance | path

Searched refs:ecb_crypt (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Ddes_crypt.h95 int ecb_crypt(char *key, char *buf, size_t len, unsigned int mode);
97 int ecb_crypt();
/illumos-gate/usr/src/man/man3ext/
H A DMakefile26 ecb_crypt.3ext \
139 DES_FAILED.3ext := LINKSRC = ecb_crypt.3ext
140 cbc_crypt.3ext := LINKSRC = ecb_crypt.3ext
141 des_setparity.3ext := LINKSRC = ecb_crypt.3ext
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc18 link path=usr/share/man/man3ext/DES_FAILED.3ext target=ecb_crypt.3ext
45 link path=usr/share/man/man3ext/cbc_crypt.3ext target=ecb_crypt.3ext
53 link path=usr/share/man/man3ext/des_setparity.3ext target=ecb_crypt.3ext
54 file path=usr/share/man/man3ext/ecb_crypt.3ext
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.c114 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) in ecb_crypt() function
H A Dmapfile-vers66 ecb_crypt;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c283 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
360 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
H A Dsvcauth_des.c286 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
410 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c261 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
335 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
H A Dsvcauthdes.c240 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
310 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.c109 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) in ecb_crypt() function
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers615 ecb_crypt;
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c322 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) in ecb_crypt() function
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c846 r = ecb_crypt((char *)&masterkey, (char *)&keygen, sizeof (keygen),
H A Dsetkey.c1334 err = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block),
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S523 STUB(des, ecb_crypt, nomod_zero);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S481 STUB(des, ecb_crypt, nomod_zero);