Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-crypto.c26 unsigned long octeon_crypto_enable(struct octeon_cop2_state *state) in octeon_crypto_enable() function
45 EXPORT_SYMBOL_GPL(octeon_crypto_enable);
Docteon-md5.c100 flags = octeon_crypto_enable(&state); in octeon_md5_update()
132 flags = octeon_crypto_enable(&state); in octeon_md5_final()
Docteon-sha1.c138 flags = octeon_crypto_enable(&state); in octeon_sha1_update()
168 flags = octeon_crypto_enable(&state); in octeon_sha1_final()
Docteon-sha256.c150 flags = octeon_crypto_enable(&state); in octeon_sha256_update()
180 flags = octeon_crypto_enable(&state); in octeon_sha256_final()
Docteon-sha512.c164 flags = octeon_crypto_enable(&state); in octeon_sha512_update()
195 flags = octeon_crypto_enable(&state); in octeon_sha512_final()
Docteon-crypto.h20 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);