Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/versal/pki/
H A Decc_pki_engine.c134 uint8_t *rq_out; member
308 cache_operation(TEE_CACHEFLUSH, versal_pki.rq_out, PKI_QUEUE_BUF_SIZE); in pki_start_operation()
316 virt_to_phys(versal_pki.rq_out)); in pki_start_operation()
581 cache_operation(TEE_CACHEFLUSH, versal_pki.rq_out, PKI_QUEUE_BUF_SIZE); in versal_ecc_sign_ephemeral()
583 pki_memcpy_swp(sig, versal_pki.rq_out, bytes); in versal_ecc_sign_ephemeral()
584 pki_memcpy_swp(sig + bytes, versal_pki.rq_out + bytes, bytes); in versal_ecc_sign_ephemeral()
588 memset(versal_pki.rq_out, 0, PKI_QUEUE_BUF_SIZE); in versal_ecc_sign_ephemeral()
750 cache_operation(TEE_CACHEFLUSH, versal_pki.rq_out, PKI_QUEUE_BUF_SIZE); in versal_ecc_gen_private_key()
753 memcpy(priv, versal_pki.rq_out, bytes); in versal_ecc_gen_private_key()
837 cache_operation(TEE_CACHEFLUSH, versal_pki.rq_out, PKI_QUEUE_BUF_SIZE); in versal_ecc_gen_keypair()
[all …]