Searched refs:common_crypt (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/lib/libc/rpc/ |
| HD | des_crypt.c | 43 static int common_crypt( char *, char *, unsigned, unsigned, struct desparams * ); 85 err = common_crypt(key, buf, len, mode, &dp); in cbc_crypt() 105 return(common_crypt(key, buf, len, mode, &dp)); in ecb_crypt() 114 common_crypt(char *key, char *buf, unsigned len, unsigned mode, in common_crypt() function
|