Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c56 void octeon_crypto_disable(struct octeon_cop2_state *state, in octeon_crypto_disable() function
69 EXPORT_SYMBOL_GPL(octeon_crypto_disable);
H A Docteon-md5.c114 octeon_crypto_disable(&state, flags); in octeon_md5_update()
149 octeon_crypto_disable(&state, flags); in octeon_md5_final()
H A Docteon-sha1.c127 octeon_crypto_disable(&state, flags); in octeon_sha1_update()
160 octeon_crypto_disable(&state, flags); in octeon_sha1_final()
H A Docteon-sha512.c133 octeon_crypto_disable(&state, flags); in octeon_sha512_update()
167 octeon_crypto_disable(&state, flags); in octeon_sha512_final()
H A Docteon-sha256.c119 octeon_crypto_disable(&state, flags); in octeon_sha256_update()
152 octeon_crypto_disable(&state, flags); in octeon_sha256_final()
H A Docteon-crypto.h21 extern void octeon_crypto_disable(struct octeon_cop2_state *state,