Searched defs:cipher_alg (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ | 
| D | rtl_crypto.h | 72 struct cipher_alg {  struct73 	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/ | 
| D | crypto.h | 413 struct cipher_alg {  struct414 	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/ | 
| D | crypto4xx_sa.h | 104 		u32 cipher_alg:4;  member
 |