Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h72 struct cipher_alg { struct
73 unsigned int cia_min_keysize;
74 unsigned int cia_max_keysize;
75 int (*cia_setkey)(void *ctx, const u8 *key,
77 void (*cia_encrypt)(void *ctx, u8 *dst, const u8 *src);
78 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src);
/linux-4.1.27/include/linux/
Dcrypto.h413 struct cipher_alg { struct
414 unsigned int cia_min_keysize;
415 unsigned int cia_max_keysize;
416 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
418 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
419 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_sa.h104 u32 cipher_alg:4; member