Home
last modified time | relevance | path

Searched refs:octeon_crypto_enable (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c18 * crypto operations in calls to octeon_crypto_enable/disable in order to make
27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() function
46 EXPORT_SYMBOL_GPL(octeon_crypto_enable); variable
50 * called after an octeon_crypto_enable() before any context switch or return to
54 * @flags: Return value from octeon_crypto_enable()
H A Docteon-md5.c99 flags = octeon_crypto_enable(&state); in octeon_md5_update()
131 flags = octeon_crypto_enable(&state); in octeon_md5_final()
H A Docteon-sha256.c140 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha256_update()
146 flags = octeon_crypto_enable(&state); in octeon_sha256_update()
176 flags = octeon_crypto_enable(&state); in octeon_sha256_final()
H A Docteon-sha512.c154 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha512_update()
160 flags = octeon_crypto_enable(&state); in octeon_sha512_update()
191 flags = octeon_crypto_enable(&state); in octeon_sha512_final()
H A Docteon-sha1.c128 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha1_update()
134 flags = octeon_crypto_enable(&state); in octeon_sha1_update()
164 flags = octeon_crypto_enable(&state); in octeon_sha1_final()
H A Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c18 * crypto operations in calls to octeon_crypto_enable/disable in order to make
27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() function
46 EXPORT_SYMBOL_GPL(octeon_crypto_enable); variable
50 * called after an octeon_crypto_enable() before any context switch or return to
54 * @flags: Return value from octeon_crypto_enable()
H A Docteon-sha1.c115 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha1_update()
121 flags = octeon_crypto_enable(&state); in octeon_sha1_update()
151 flags = octeon_crypto_enable(&state); in octeon_sha1_final()
H A Docteon-md5.c100 flags = octeon_crypto_enable(&state); in octeon_md5_update()
132 flags = octeon_crypto_enable(&state); in octeon_md5_final()
H A Docteon-sha256.c107 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha256_update()
113 flags = octeon_crypto_enable(&state); in octeon_sha256_update()
143 flags = octeon_crypto_enable(&state); in octeon_sha256_final()
H A Docteon-sha512.c121 * faster because of the heavyweight octeon_crypto_enable() / in octeon_sha512_update()
127 flags = octeon_crypto_enable(&state); in octeon_sha512_update()
158 flags = octeon_crypto_enable(&state); in octeon_sha512_final()
H A Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);

Completed in 4 milliseconds