Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_rpmb_fs.c206 uint8_t msg_type[2]; member
221 uint16_t msg_type; member
633 if ((rawdata->msg_type == RPMB_MSG_TYPE_REQ_AUTH_DATA_WRITE) && in tee_rpmb_req_pack()
651 u16_to_bytes(rawdata->msg_type, datafrm[i].msg_type); in tee_rpmb_req_pack()
693 if (rawdata->msg_type == RPMB_MSG_TYPE_REQ_AUTH_DATA_WRITE) { in tee_rpmb_req_pack()
851 uint16_t msg_type; in tee_rpmb_resp_unpack_verify() local
880 /* Check the response msg_type. */ in tee_rpmb_resp_unpack_verify()
881 bytes_to_u16(lastfrm.msg_type, &msg_type); in tee_rpmb_resp_unpack_verify()
1000 uint16_t msg_type; tee_rpmb_init_read_wr_cnt() local
1050 uint16_t msg_type; tee_rpmb_write_key() local
1309 uint16_t msg_type; tee_rpmb_read() local
[all...]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h517 #define DSA_SIGN(type, msg_type, alg) \ argument
519 PROT_PK_MSG(msg_type) | PROT_PK_TYPE(type) | PROT_PRI(alg))
524 #define DSA_VERIFY(type, msg_type) \ argument
526 PROT_PK_MSG(msg_type) | PROT_PK_TYPE(type))
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dti_sci.c49 static int ti_sci_setup_xfer(uint16_t msg_type, uint32_t msg_flags, in ti_sci_setup_xfer() argument
68 hdr->type = msg_type; in ti_sci_setup_xfer()