Home
last modified time | relevance | path

Searched refs:crypto_invalidate_cacheline (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c134 static void crypto_invalidate_cacheline(uint32_t addr, uint32_t size) in crypto_invalidate_cacheline() function
374 crypto_invalidate_cacheline((ulong)hash_ctx->td_buf, sizeof(*hash_ctx->td_buf)); in rk_sha_update()
831 crypto_invalidate_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
862 crypto_invalidate_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
881 crypto_invalidate_cacheline((ulong)out, len); in rk_crypto_cipher()
882 crypto_invalidate_cacheline((ulong)hw_ctx->td_buf, sizeof(*hw_ctx->td_buf)); in rk_crypto_cipher()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c90 static void crypto_invalidate_cacheline(uint32_t addr, uint32_t size) in crypto_invalidate_cacheline() function
1214 crypto_invalidate_cacheline(dst_phys_addr, len); in trusty_oem_otp_key_cipher()
2320 crypto_invalidate_cacheline(dst_phys_addr, len); in trusty_fw_key_cipher()