Home
last modified time | relevance | path

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

/include/linux/
A Dcrypto.h251 struct cipher_alg { struct
252 unsigned int cia_min_keysize;
253 unsigned int cia_max_keysize;
254 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
256 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
257 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);

Completed in 6 milliseconds