Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp_helpers.c16 bool *uses_id_extension, uint16_t *application_id, in sfcp_helpers_parse_packet() argument
37 *uses_id_extension = in sfcp_helpers_parse_packet()
59 *uses_id_extension)) { in sfcp_helpers_parse_packet()
66 if (*uses_id_extension) { in sfcp_helpers_parse_packet()
78 *uses_cryptography, *uses_id_extension); in sfcp_helpers_parse_packet()
81 packet, *uses_cryptography, *uses_id_extension); in sfcp_helpers_parse_packet()
H A Dsfcp.c127 bool uses_id_extension; in sfcp_init_msg() local
141 uses_id_extension = (application_id != 0) || (client_id != 0); in sfcp_init_msg()
182 uses_id_extension)) { in sfcp_init_msg()
201 uses_cryptography, uses_id_extension, SFCP_PROTOCOL_VERSION); in sfcp_init_msg()
206 if (uses_id_extension) { in sfcp_init_msg()
220 uses_id_extension); in sfcp_init_msg()
222 uses_cryptography, uses_id_extension); in sfcp_init_msg()
276 bool uses_cryptography, uses_id_extension; in send_msg_reply() local
291 uses_id_extension = in send_msg_reply()
297 uses_id_extension)) { in send_msg_reply()
[all …]
H A Dsfcp_helpers.h27 bool *uses_id_extension, uint16_t *application_id,