Home
last modified time | relevance | path

Searched defs:cipher_alg (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcrypto.h243 struct cipher_alg { struct
244 unsigned int cia_min_keysize;
245 unsigned int cia_max_keysize;
246 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
248 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
249 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);