Home
last modified time | relevance | path

Searched refs:LDST_IMM (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c231 LDST_SRCDST_BYTE_OUTFIFO | LDST_IMM); in append_key_aead()
500 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
567 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
630 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in aead_set_sh_desc()
666 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in aead_set_sh_desc()
668 LDST_SRCDST_WORD_DATASZ_REG | LDST_IMM); in aead_set_sh_desc()
672 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
1522 LDST_SRCDST_BYTE_OUTFIFO | LDST_IMM); in ablkcipher_setkey()
1538 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in ablkcipher_setkey()
1581 LDST_SRCDST_BYTE_OUTFIFO | LDST_IMM); in ablkcipher_setkey()
[all …]
Ddesc.h219 #define LDST_IMM (LDST_IMM_MASK << LDST_IMM_SHIFT) macro