skcipher_walk_init   60 arch/x86/crypto/aegis128-aesni-glue.c 	int (*skcipher_walk_init)(struct skcipher_walk *walk,
skcipher_walk_init  177 arch/x86/crypto/aegis128-aesni-glue.c 	ops->skcipher_walk_init(&walk, req, true);
skcipher_walk_init  192 arch/x86/crypto/aegis128-aesni-glue.c 		.skcipher_walk_init = skcipher_walk_aead_encrypt,
skcipher_walk_init  214 arch/x86/crypto/aegis128-aesni-glue.c 		.skcipher_walk_init = skcipher_walk_aead_decrypt,
skcipher_walk_init   39 crypto/aegis128-core.c 	int (*skcipher_walk_init)(struct skcipher_walk *walk,
skcipher_walk_init  332 crypto/aegis128-core.c 	ops->skcipher_walk_init(&walk, req, false);
skcipher_walk_init  411 crypto/aegis128-core.c 		.skcipher_walk_init = skcipher_walk_aead_encrypt,
skcipher_walk_init  422 crypto/aegis128-core.c 			.skcipher_walk_init = skcipher_walk_aead_encrypt,
skcipher_walk_init  435 crypto/aegis128-core.c 		.skcipher_walk_init = skcipher_walk_aead_decrypt,
skcipher_walk_init  450 crypto/aegis128-core.c 			.skcipher_walk_init = skcipher_walk_aead_decrypt,