Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h344 struct cipher_alg { struct
345 unsigned int cia_min_keysize;
346 unsigned int cia_max_keysize;
347 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
349 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
350 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_sa.h104 u32 cipher_alg:4; member