Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c27 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() function
46 EXPORT_SYMBOL_GPL(octeon_crypto_enable);
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-sha1.c121 flags = octeon_crypto_enable(&state); in octeon_sha1_update()
151 flags = octeon_crypto_enable(&state); in octeon_sha1_final()
H A Docteon-sha512.c127 flags = octeon_crypto_enable(&state); in octeon_sha512_update()
158 flags = octeon_crypto_enable(&state); in octeon_sha512_final()
H A Docteon-sha256.c113 flags = octeon_crypto_enable(&state); in octeon_sha256_update()
143 flags = octeon_crypto_enable(&state); in octeon_sha256_final()
H A Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);