Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c120 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()
[all …]
H A Dcrypto_hash_cache.c78 void crypto_flush_cacheline(ulong addr, ulong size) in crypto_flush_cacheline() function
H A Dcrypto_v1.c58 crypto_flush_cacheline((ulong)data, data_len); in rk_hash_direct_calc()
H A Dcrypto_v2.c117 crypto_flush_cacheline((ulong)addr, size)
485 crypto_flush_cacheline((ulong)lli, sizeof(*lli)); in rk_hash_direct_calc()
486 crypto_flush_cacheline((ulong)data, data_len); in rk_hash_direct_calc()
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_hash_cache.h35 void crypto_flush_cacheline(ulong addr, ulong size);
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c76 static void crypto_flush_cacheline(uint32_t addr, uint32_t size) in crypto_flush_cacheline() function
1206 crypto_flush_cacheline(src_phys_addr, len); in trusty_oem_otp_key_cipher()
1207 crypto_flush_cacheline(dst_phys_addr, len); in trusty_oem_otp_key_cipher()
2312 crypto_flush_cacheline(src_phys_addr, len); in trusty_fw_key_cipher()
2313 crypto_flush_cacheline(dst_phys_addr, len); in trusty_fw_key_cipher()