Home
last modified time | relevance | path

Searched refs:common_crypt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.c91 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *);
104 err = common_crypt(key, buf, len, mode, &dp); in cbc_crypt()
120 ret = common_crypt(key, buf, len, mode, &dp); in ecb_crypt()
129 common_crypt(char *key, char *buf, unsigned len, in common_crypt() function
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.c56 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *);
99 err = common_crypt(key, buf, len, mode, &dp); in cbc_crypt()
114 return (common_crypt(key, buf, len, mode, &dp)); in ecb_crypt()
123 common_crypt(char *key, char *buf, unsigned len, unsigned mode, in common_crypt() function
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c70 static int common_crypt(char *key, char *buf, size_t len,
311 err = common_crypt(key, buf, len, mode, &dp); in cbc_crypt()
328 err = common_crypt(key, buf, len, mode, &dp); in ecb_crypt()
338 common_crypt(char *key, char *buf, size_t len, unsigned int mode, in common_crypt() function