Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h316 struct cipher_alg { struct
317 unsigned int cia_min_keysize;
318 unsigned int cia_max_keysize;
319 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
321 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
322 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);