Searched refs:cryptfn_t (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | cipher.c | 23 typedef void (cryptfn_t)(void *, u8 *, const u8 *); typedef 25 u8*, cryptfn_t, int enc, void *, int); 50 unsigned int nbytes, cryptfn_t crfn, in crypt() 99 cryptfn_t fn, int enc, void *info, int in_place) in cbc_process() 124 cryptfn_t fn, int enc, void *info, int in_place) in ecb_process()
|