Searched defs:cipher_alg (Results 1 – 1 of 1) sorted by relevance
233 struct cipher_alg { struct234 unsigned int cia_min_keysize;235 unsigned int cia_max_keysize;236 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,238 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);239 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);