Searched refs:common_crypt (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des.c | 91 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 D | des_crypt.c | 56 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 D | des_crypt.c | 70 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
|