Searched refs:octeon_cop2_state (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | asm-offsets.c | 290 OFFSET(OCTEON_CP2_CRC_IV, octeon_cop2_state, cop2_crc_iv); in output_octeon_cop2_state_defines() 291 OFFSET(OCTEON_CP2_CRC_LENGTH, octeon_cop2_state, cop2_crc_length); in output_octeon_cop2_state_defines() 292 OFFSET(OCTEON_CP2_CRC_POLY, octeon_cop2_state, cop2_crc_poly); in output_octeon_cop2_state_defines() 293 OFFSET(OCTEON_CP2_LLM_DAT, octeon_cop2_state, cop2_llm_dat); in output_octeon_cop2_state_defines() 294 OFFSET(OCTEON_CP2_3DES_IV, octeon_cop2_state, cop2_3des_iv); in output_octeon_cop2_state_defines() 295 OFFSET(OCTEON_CP2_3DES_KEY, octeon_cop2_state, cop2_3des_key); in output_octeon_cop2_state_defines() 296 OFFSET(OCTEON_CP2_3DES_RESULT, octeon_cop2_state, cop2_3des_result); in output_octeon_cop2_state_defines() 297 OFFSET(OCTEON_CP2_AES_INP0, octeon_cop2_state, cop2_aes_inp0); in output_octeon_cop2_state_defines() 298 OFFSET(OCTEON_CP2_AES_IV, octeon_cop2_state, cop2_aes_iv); in output_octeon_cop2_state_defines() 299 OFFSET(OCTEON_CP2_AES_KEY, octeon_cop2_state, cop2_aes_key); in output_octeon_cop2_state_defines() [all …]
|
/linux-6.1.9/arch/mips/cavium-octeon/crypto/ |
D | octeon-crypto.c | 27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() 56 void octeon_crypto_disable(struct octeon_cop2_state *state, in octeon_crypto_disable()
|
D | octeon-crypto.h | 20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state); 21 extern void octeon_crypto_disable(struct octeon_cop2_state *state,
|
D | octeon-sha1.c | 110 struct octeon_cop2_state state; in octeon_sha1_update() 136 struct octeon_cop2_state state; in octeon_sha1_final()
|
D | octeon-md5.c | 86 struct octeon_cop2_state state; in octeon_md5_update() 127 struct octeon_cop2_state state; in octeon_md5_final()
|
D | octeon-sha512.c | 116 struct octeon_cop2_state state; in octeon_sha512_update() 142 struct octeon_cop2_state state; in octeon_sha512_final()
|
D | octeon-sha256.c | 102 struct octeon_cop2_state state; in octeon_sha256_update() 128 struct octeon_cop2_state state; in octeon_sha256_final()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | cop2.h | 16 extern void octeon_cop2_save(struct octeon_cop2_state *); 17 extern void octeon_cop2_restore(struct octeon_cop2_state *);
|
D | processor.h | 157 struct octeon_cop2_state { struct 265 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
|