Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/interface/include/
Dpsa_interface_redirect.h94 #define psa_map_outvec psa_map_outvec_cross macro
129 #define psa_map_outvec psa_map_outvec_sfn macro
/trusted-firmware-m-3.4.0/interface/include/psa/
Dservice.h408 void *psa_map_outvec(psa_handle_t msg_handle, uint32_t outvec_idx);
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/
Dtfm_attest_req_mngr.c51 token_buff = psa_map_outvec(msg->handle, 0); in psa_attest_get_token()
/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_its_req_mngr.c136 data_buf = (uint8_t *)psa_map_outvec(msg->handle, 0); in tfm_its_get_req()
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_init.c89 out_vec[i].base = psa_map_outvec(msg->handle, i); in tfm_crypto_init_iovecs()