Searched refs:msg_type (Results 1 – 3 of 3) sorted by relevance
206 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...]
517 #define DSA_SIGN(type, msg_type, alg) \ argument519 PROT_PK_MSG(msg_type) | PROT_PK_TYPE(type) | PROT_PRI(alg))524 #define DSA_VERIFY(type, msg_type) \ argument526 PROT_PK_MSG(msg_type) | PROT_PK_TYPE(type))
49 static int ti_sci_setup_xfer(uint16_t msg_type, uint32_t msg_flags, in ti_sci_setup_xfer() argument68 hdr->type = msg_type; in ti_sci_setup_xfer()