/titanic_44/usr/src/uts/common/rpc/ |
H A D | des_crypt.h | 97 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 D | Makefile | 26 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 D | des_crypt.h | 92 ecb_crypt(/* key, buf, len, mode */); /*
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 22 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 D | des.c | 114 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) in ecb_crypt() function
|
H A D | mapfile-vers | 66 ecb_crypt;
|
H A D | llib-lcrypt | 59 int ecb_crypt(char *key, char *buf, size_t len, unsigned int mode);
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 285 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 D | svcauth_des.c | 285 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 D | auth_des.c | 263 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 D | svcauthdes.c | 240 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 D | des_crypt.c | 109 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 D | mapfile-vers | 563 ecb_crypt;
|
H A D | llib-lnsl | 86 int ecb_crypt(char *key, char *buf, size_t len, uint_t mode);
|
/titanic_44/usr/src/uts/common/des/ |
H A D | des_crypt.c | 322 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) in ecb_crypt() function
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 849 r = ecb_crypt((char *)&masterkey, (char *)&keygen, sizeof (keygen),
|
H A D | setkey.c | 1336 err = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block),
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 554 STUB(des, ecb_crypt, nomod_zero);
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 665 STUB(des, ecb_crypt, nomod_zero);
|