Searched refs:common_crypt (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | des_crypt.c | 39 static int common_crypt( char *, char *, unsigned, unsigned, struct desparams * ); 81 err = common_crypt(key, buf, len, mode, &dp); in cbc_crypt() 101 return(common_crypt(key, buf, len, mode, &dp)); in ecb_crypt() 110 common_crypt(char *key, char *buf, unsigned len, unsigned mode, in common_crypt() function
|