Home
last modified time | relevance | path

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

/sunrpc/
A Ddes_crypt.c96 cbc_crypt (char *key, char *buf, unsigned int len, unsigned int mode, in cbc_crypt() function
108 hidden_nolink (cbc_crypt, libc, GLIBC_2_1) in hidden_nolink() argument
A Dxcrypt.c121 err = cbc_crypt (key, buf, len, DES_ENCRYPT | DES_HW, ivec);
154 err = cbc_crypt (key, buf, len, DES_DECRYPT | DES_HW, ivec); in libc_hidden_nolink_sunrpc()
A DVersions71 cbc_crypt; clntunix_create;
A Dauth_des.c278 status = cbc_crypt ((char *) &auth->ah_key, (char *) cryptbuf, in authdes_marshal()
A Dsvcauth_des.c228 status = cbc_crypt ((char *) sessionkey, (char *) cryptbuf, in _svcauth_des()
/sunrpc/rpc/
A Ddes_crypt.h79 extern int cbc_crypt (char *__key, char *__buf, unsigned __len,

Completed in 11 milliseconds