Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c233 LDST_SRCDST_BYTE_OUTFIFO | LDST_IMM); in append_key_aead()
525 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
593 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
650 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in aead_set_sh_desc()
681 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in aead_set_sh_desc()
683 LDST_SRCDST_WORD_DATASZ_REG | LDST_IMM); in aead_set_sh_desc()
687 append_load_imm_u32(desc, be32_to_cpu(1), LDST_IMM | in aead_set_sh_desc()
1166 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in rfc4106_set_sh_desc()
1532 LDST_SRCDST_WORD_INFO_FIFO | LDST_IMM); in rfc4543_set_sh_desc()
1892 LDST_SRCDST_BYTE_OUTFIFO | LDST_IMM); in ablkcipher_setkey()
[all …]
Ddesc.h202 #define LDST_IMM (LDST_IMM_MASK << LDST_IMM_SHIFT) macro