Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp_defs.h104 struct __packed sfcp_packet_t { struct
159 offsetof(struct sfcp_packet_t, \
162 offsetof(struct sfcp_packet_t, \
166 offsetof(struct sfcp_packet_t, \
169 offsetof(struct sfcp_packet_t, \
173 (offsetof(struct sfcp_packet_t, error_reply) + \
174 sizeof(((struct sfcp_packet_t *)0)->error_reply))
H A Dsfcp_encryption.h99 struct sfcp_packet_t *packet, size_t packet_size,
103 enum sfcp_error_t sfcp_encrypt_msg(struct sfcp_packet_t *msg,
108 enum sfcp_error_t sfcp_decrypt_msg(struct sfcp_packet_t *msg,
112 enum sfcp_error_t sfcp_encrypt_reply(struct sfcp_packet_t *reply,
117 enum sfcp_error_t sfcp_decrypt_reply(struct sfcp_packet_t *reply,
H A Dsfcp_encryption_stub.c104 struct sfcp_packet_t *packet, size_t packet_size, in sfcp_encryption_handshake_responder()
118 enum sfcp_error_t sfcp_encrypt_msg(struct sfcp_packet_t *msg, in sfcp_encrypt_msg()
131 enum sfcp_error_t sfcp_decrypt_msg(struct sfcp_packet_t *msg, in sfcp_decrypt_msg()
142 enum sfcp_error_t sfcp_encrypt_reply(struct sfcp_packet_t *reply, in sfcp_encrypt_reply()
155 enum sfcp_error_t sfcp_decrypt_reply(struct sfcp_packet_t *reply, in sfcp_decrypt_reply()
H A Dsfcp.c122 size_t *payload_len, struct sfcp_packet_t **msg, in sfcp_init_msg()
128 struct sfcp_packet_t *msg_ptr; in sfcp_init_msg()
195 msg_ptr = (struct sfcp_packet_t *)buf; in sfcp_init_msg()
236 struct sfcp_packet_t *packet, in __send_msg_reply()
271 static enum sfcp_error_t send_msg_reply(struct sfcp_packet_t *packet, in send_msg_reply()
359 packet = (struct sfcp_packet_t *)sfcp_legacy_conversion_buffer; in send_msg_reply()
366 enum sfcp_error_t sfcp_send_msg(struct sfcp_packet_t *msg, size_t msg_size, in sfcp_send_msg()
385 struct sfcp_packet_t **reply, in sfcp_init_reply()
389 struct sfcp_packet_t *reply_ptr; in sfcp_init_reply()
422 reply_ptr = (struct sfcp_packet_t *)buf; in sfcp_init_reply()
[all …]
H A Dsfcp_helpers.h24 sfcp_helpers_parse_packet(struct sfcp_packet_t *packet, size_t packet_size,
38 struct sfcp_packet_t *packet, sfcp_node_id_t sender_id,
H A Dsfcp_helpers.c13 sfcp_helpers_parse_packet(struct sfcp_packet_t *packet, size_t packet_size, in sfcp_helpers_parse_packet()
120 struct sfcp_packet_t *packet, sfcp_node_id_t sender_id, in sfcp_helpers_generate_protocol_error_packet()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsfcp.h107 struct sfcp_packet_t;
214 size_t *payload_len, struct sfcp_packet_t **msg,
234 enum sfcp_error_t sfcp_send_msg(struct sfcp_packet_t *msg, size_t msg_size,
257 struct sfcp_packet_t **reply,
272 enum sfcp_error_t sfcp_send_reply(struct sfcp_packet_t *reply,
/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_psa/sfcp_psa_call/
H A Dsfcp_psa_call.c97 struct sfcp_packet_t *msg; in psa_call()