Searched refs:octeon_cop2_state (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state)
56 void octeon_crypto_disable(struct octeon_cop2_state *state,
H A Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
21 extern void octeon_crypto_disable(struct octeon_cop2_state *state,
H A Docteon-md5.c86 struct octeon_cop2_state state;
127 struct octeon_cop2_state state;
H A Docteon-sha256.c102 struct octeon_cop2_state state;
128 struct octeon_cop2_state state;
H A Docteon-sha1.c110 struct octeon_cop2_state state;
136 struct octeon_cop2_state state;
H A Docteon-sha512.c116 struct octeon_cop2_state state;
142 struct octeon_cop2_state state;
/linux-master/arch/mips/include/asm/
H A Dcop2.h16 extern void octeon_cop2_save(struct octeon_cop2_state *);
17 extern void octeon_cop2_restore(struct octeon_cop2_state *);
H A Dprocessor.h157 struct octeon_cop2_state { struct
267 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c300 COMMENT("Octeon specific octeon_cop2_state offsets.");
301 OFFSET(OCTEON_CP2_CRC_IV, octeon_cop2_state, cop2_crc_iv);
302 OFFSET(OCTEON_CP2_CRC_LENGTH, octeon_cop2_state, cop2_crc_length);
303 OFFSET(OCTEON_CP2_CRC_POLY, octeon_cop2_state, cop2_crc_poly);
304 OFFSET(OCTEON_CP2_LLM_DAT, octeon_cop2_state, cop2_llm_dat);
305 OFFSET(OCTEON_CP2_3DES_IV, octeon_cop2_state, cop2_3des_iv);
306 OFFSET(OCTEON_CP2_3DES_KEY, octeon_cop2_state, cop2_3des_key);
307 OFFSET(OCTEON_CP2_3DES_RESULT, octeon_cop2_state, cop2_3des_result);
308 OFFSET(OCTEON_CP2_AES_INP0, octeon_cop2_state, cop2_aes_inp0);
309 OFFSET(OCTEON_CP2_AES_IV, octeon_cop2_state, cop2_aes_i
[all...]

Completed in 141 milliseconds