Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Ddes_crypt.h94 int ecb_crypt( char *, char *, unsigned int, unsigned int );
/dragonfly/lib/libc/rpc/
H A Ddes_crypt.c92 ecb_crypt(char *key, char *buf, unsigned len, unsigned mode) in ecb_crypt() function
H A Dsvc_auth_des.c216 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
295 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
H A Dauth_des.c308 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
382 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
H A DSymbol.map97 ecb_crypt;
H A DREADME40 ecb_crypt() functions. These routines are used with Secure RPC however all
56 libcrypt for the cbc_crypt() and ecb_crypt functions.
H A DMakefile.inc58 des_crypt.3 ecb_crypt.3
/dragonfly/usr.sbin/keyserv/
H A Dsetkey.c211 error = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block), in pk_crypt()
H A Dkeyserv.c527 ecb_crypt((char *)&masterkey, (char *)&keygen, sizeof (keygen), in key_gen_1_svc_prog()