Lines Matching refs:crypto_flush_cacheline
120 static void crypto_flush_cacheline(ulong addr, ulong size) in crypto_flush_cacheline() function
360 crypto_flush_cacheline((ulong)input, len); in rk_sha_update()
365 crypto_flush_cacheline((ulong)hash_ctx->td, sizeof(*hash_ctx->td)); in rk_sha_update()
366 crypto_flush_cacheline((ulong)hash_ctx->td_buf, sizeof(*hash_ctx->td_buf)); in rk_sha_update()
823 crypto_flush_cacheline((ulong)hw_ctx->td_aad, sizeof(*hw_ctx->td_aad)); in rk_crypto_cipher()
824 crypto_flush_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
825 crypto_flush_cacheline((ulong)new_aad, new_aad_len); in rk_crypto_cipher()
854 crypto_flush_cacheline((ulong)hw_ctx->td_aad, sizeof(*hw_ctx->td_aad)); in rk_crypto_cipher()
855 crypto_flush_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
856 crypto_flush_cacheline((ulong)aad, aad_len); in rk_crypto_cipher()
871 crypto_flush_cacheline((ulong)hw_ctx->td, sizeof(*hw_ctx->td)); in rk_crypto_cipher()
872 crypto_flush_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
873 crypto_flush_cacheline((ulong)in, len); in rk_crypto_cipher()
875 crypto_flush_cacheline((ulong)out, len); in rk_crypto_cipher()