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

/linux-master/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) 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.c100 flags = octeon_crypto_enable(&state);
132 flags = octeon_crypto_enable(&state);
H A Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
H A Docteon-sha256.c107 * faster because of the heavyweight octeon_crypto_enable() /
113 flags = octeon_crypto_enable(&state);
143 flags = octeon_crypto_enable(&state);
H A Docteon-sha1.c115 * faster because of the heavyweight octeon_crypto_enable() /
121 flags = octeon_crypto_enable(&state);
151 flags = octeon_crypto_enable(&state);
H A Docteon-sha512.c121 * faster because of the heavyweight octeon_crypto_enable() /
127 flags = octeon_crypto_enable(&state);
158 flags = octeon_crypto_enable(&state);

Completed in 127 milliseconds