Home
last modified time | relevance | path

Searched refs:cbc_crypt (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Ddes_crypt.h87 int cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec);
89 int cbc_crypt();
/titanic_44/usr/src/lib/libnsl/key/
H A Dxcrypt.c98 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
133 err = cbc_crypt(key, buf, len, DES_DECRYPT | DES_HW, ivec);
315 err = cbc_crypt(key.c, binkeybuf, binkeybytes, DES_ENCRYPT | DES_HW, in xencrypt_g()
381 err = cbc_crypt(key.c, buf, len, DES_DECRYPT | DES_HW, ivec); in xdecrypt_g()
533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c); in passwd2des_g()
/titanic_44/usr/src/lib/libnsl/des/
H A Ddes_crypt.c92 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) in cbc_crypt() function
183 stat = cbc_crypt(keys[j].c, buf, len, m | flags, ivec); in desN_crypt()
196 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec); in desN_crypt()
/titanic_44/usr/src/lib/libbc/inc/include/des/
H A Ddes_crypt.h79 cbc_crypt(/* key, buf, len, mode, ivec */); /*
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c120 stat = cbc_crypt(keys[j].c, buf, len, m | flags, ivec); in __desN_crypt()
138 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec); in __desN_crypt()
198 stat = cbc_crypt(keys->dh_key_set_val[0].c, (char *)buf->value, in __dh_des_crypt()
/titanic_44/usr/src/lib/libcrypt/common/
H A Ddes.c97 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) in cbc_crypt() function
H A Dmapfile-vers50 cbc_crypt;
H A Dllib-lcrypt58 int cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec);
/titanic_44/usr/src/man/man3ext/
H A DMakefile71 cbc_crypt.3ext \
152 cbc_crypt.3ext := LINKSRC = ecb_crypt.3ext
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_des.c281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
H A Dsvcauth_des.c281 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dauth_des.c260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
H A Dsvcauthdes.c237 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
/titanic_44/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c902 err = cbc_crypt(key.c, (char *)skck, SKCK_LEN(newch->keylen), in cache_insert_ch()
946 err = cbc_crypt(key.c, (char *)skck, SKCK_LEN(ch->keylen), in copy_cl_item()
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers554 cbc_crypt;
H A Dllib-lnsl85 int cbc_crypt(char *key, char *buf, size_t len, uint_t mode, char *ivec);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc67 link path=usr/share/man/man3ext/cbc_crypt.3ext target=ecb_crypt.3ext
/titanic_44/usr/src/uts/common/des/
H A Ddes_crypt.c304 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) in cbc_crypt() function
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s553 STUB(des, cbc_crypt, nomod_zero);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s664 STUB(des, cbc_crypt, nomod_zero);
/titanic_44/
H A D.gitignore6212 usr/src/man/man3ext/cbc_crypt.3ext