Searched refs:dst_phys_addr (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | OpteeClientInterface.h | 120 uint32_t src_phys_addr, uint32_t dst_phys_addr, 139 uint32_t src_phys_addr, uint32_t dst_phys_addr,
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 1120 uint32_t src_phys_addr, uint32_t dst_phys_addr, in trusty_oem_otp_key_cipher() argument 1168 if (!src_phys_addr || !dst_phys_addr) in trusty_oem_otp_key_cipher() 1200 TeecOperation.params[3].value.a = dst_phys_addr; in trusty_oem_otp_key_cipher() 1207 crypto_flush_cacheline(dst_phys_addr, len); in trusty_oem_otp_key_cipher() 1214 crypto_invalidate_cacheline(dst_phys_addr, len); in trusty_oem_otp_key_cipher() 2239 uint32_t src_phys_addr, uint32_t dst_phys_addr, in trusty_fw_key_cipher() argument 2274 if (!src_phys_addr || !dst_phys_addr) in trusty_fw_key_cipher() 2306 TeecOperation.params[3].value.a = dst_phys_addr; in trusty_fw_key_cipher() 2313 crypto_flush_cacheline(dst_phys_addr, len); in trusty_fw_key_cipher() 2320 crypto_invalidate_cacheline(dst_phys_addr, len); in trusty_fw_key_cipher()
|