Searched refs:cipher (Results 1 - 16 of 16) sorted by relevance

/arch/x86/crypto/
H A Dfpu.c85 struct crypto_blkcipher *cipher; local
87 cipher = crypto_spawn_blkcipher(spawn);
88 if (IS_ERR(cipher))
89 return PTR_ERR(cipher);
91 ctx->child = cipher;
H A Daes_glue.c44 .cipher = {
H A Dtwofish_glue.c74 .cipher = {
H A Dblowfish_glue.c36 /* regular block cipher functions */
41 /* 4-way parallel cipher functions */
368 .cipher = {
H A Ddes3_ede_glue.c36 /* regular block cipher functions */
40 /* 3-way parallel cipher functions */
395 .cipher = {
H A Daesni-intel_glue.c863 /* We want to cipher all zeros to create the hash sub key. */
1183 .cipher = {
1202 .cipher = {
H A Dcamellia_glue.c38 /* regular block cipher functions */
46 /* 2-way parallel cipher functions */
1571 .cipher = {
/arch/arm64/crypto/
H A DMakefile20 obj-$(CONFIG_CRYPTO_AES_ARM64_CE) += aes-ce-cipher.o
21 CFLAGS_aes-ce-cipher.o += -march=armv8-a+crypto
/arch/cris/include/uapi/arch-v32/arch/
H A Dcryptocop.h28 cryptocop_cipher_m2m = 3, /* mem2mem is essentially a NULL cipher with blocklength=1 */
65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member in struct:strcop_session_op
96 /* cipher_iv is used if do_cipher and cipher_explicit and the cipher
97 mode is CBC. The length is controlled by the type of cipher,
/arch/arm/crypto/
H A Daes_glue.c71 .cipher = {
/arch/s390/crypto/
H A Ddes_s390.c75 .cipher = {
279 .cipher = {
H A Daes_s390.c222 .cipher = {
/arch/sparc/crypto/
H A Ddes_glue.c391 .cipher = {
447 .cipher = {
H A Dcamellia_glue.c236 .cipher = {
H A Daes_glue.c395 .cipher = {
/arch/cris/arch-v32/drivers/
H A Dcryptocop.c850 /* mem2mem is handled as a NULL cipher. */
862 /* cipher */
881 DEBUG_API(printk("cryptocop_setup_dma_list: cipher_ctx, bad cipher mode==%d\n", tctx->init.cipher_mode));
952 /* Download key if a cipher is used. */
965 /* Download explicit IV if a cipher is used and CBC mode and explicit IV selected. */
969 DEBUG(printk("cryptocop_setup_dma_list: setup cipher CBC IV descriptor.\n"));
1091 DEBUG_API(printk("cryptocop_setup_dma_list: cipher source from inactive unit %d\n", cipher_ctx.curr_src->unit_no));
1101 DEBUG_API(printk("cryptocop_setup_dma_list: cipher source from inactive unit %d\n", csum_ctx.curr_src->unit_no));
1110 block processing unit, i.e. a cipher, it will be temporarily incorrect at some times. However
1219 DEBUG_API(printk("cryptocop_setup_dma_list: alloc EOP descriptor for cipher\
[all...]

Completed in 214 milliseconds