Searched refs:crypto_flush_cacheline (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 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() [all …]
|
| H A D | crypto_hash_cache.c | 78 void crypto_flush_cacheline(ulong addr, ulong size) in crypto_flush_cacheline() function
|
| H A D | crypto_v1.c | 58 crypto_flush_cacheline((ulong)data, data_len); in rk_hash_direct_calc()
|
| H A D | crypto_v2.c | 117 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 D | crypto_hash_cache.h | 35 void crypto_flush_cacheline(ulong addr, ulong size);
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 76 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()
|