Searched defs:cipher_alg (Results 1 – 9 of 9) 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);
102 struct crypto_alg *cipher_alg; in lskcipher_alloc_instance_simple2() local174 struct lskcipher_alg *cipher_alg; in crypto_ecb_create() local
489 struct lskcipher_alg *cipher_alg; in lskcipher_alloc_instance_simple() local
876 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
196 static struct crypto_alg cipher_alg = { variable
362 static struct crypto_alg cipher_alg = { variable
136 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate()783 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
99 u32 cipher_alg:4; member
243 enum sec_cipher_alg cipher_alg; member