Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Ddes_crypt.h97 int ecb_crypt(char *key, char *buf, size_t len, unsigned int mode);
99 int ecb_crypt();
/titanic_44/usr/src/man/man3ext/
H A DMakefile26 ecb_crypt.3ext \
151 DES_FAILED.3ext := LINKSRC = ecb_crypt.3ext
152 cbc_crypt.3ext := LINKSRC = ecb_crypt.3ext
153 des_setparity.3ext := LINKSRC = ecb_crypt.3ext
/titanic_44/usr/src/lib/libbc/inc/include/des/
H A Ddes_crypt.h92 ecb_crypt(/* key, buf, len, mode */); /*
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc22 file path=usr/share/man/man3ext/ecb_crypt.3ext
37 link path=usr/share/man/man3ext/DES_FAILED.3ext target=ecb_crypt.3ext
67 link path=usr/share/man/man3ext/cbc_crypt.3ext target=ecb_crypt.3ext
73 link path=usr/share/man/man3ext/des_setparity.3ext target=ecb_crypt.3ext
/titanic_44/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;
H A Dllib-lcrypt59 int ecb_crypt(char *key, char *buf, size_t len, unsigned int mode);
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_des.c285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
362 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
H A Dsvcauth_des.c285 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
409 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dauth_des.c263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
337 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()
/titanic_44/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
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers563 ecb_crypt;
H A Dllib-lnsl86 int ecb_crypt(char *key, char *buf, size_t len, uint_t mode);
/titanic_44/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
/titanic_44/usr/src/cmd/keyserv/
H A Dkeyserv.c849 r = ecb_crypt((char *)&masterkey, (char *)&keygen, sizeof (keygen),
H A Dsetkey.c1336 err = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block),
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s554 STUB(des, ecb_crypt, nomod_zero);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s665 STUB(des, ecb_crypt, nomod_zero);