Searched refs:trusted_subnet_id (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/ |
| H A D | sfcp_encryption_stub.c | 11 uint8_t trusted_subnet_id, in sfcp_get_trusted_subnet_by_id() argument 14 (void)trusted_subnet_id; in sfcp_get_trusted_subnet_by_id() 36 sfcp_trusted_subnet_get_state(uint8_t trusted_subnet_id, in sfcp_trusted_subnet_get_state() argument 39 (void)trusted_subnet_id; in sfcp_trusted_subnet_get_state() 46 sfcp_trusted_subnet_set_state(uint8_t trusted_subnet_id, in sfcp_trusted_subnet_set_state() argument 49 (void)trusted_subnet_id; in sfcp_trusted_subnet_set_state() 84 uint8_t trusted_subnet_id, bool *requires_handshake, in sfcp_trusted_subnet_state_requires_handshake_encryption() argument 87 (void)trusted_subnet_id; in sfcp_trusted_subnet_state_requires_handshake_encryption() 94 enum sfcp_error_t sfcp_encryption_handshake_initiator(uint8_t trusted_subnet_id, in sfcp_encryption_handshake_initiator() argument 97 (void)trusted_subnet_id; in sfcp_encryption_handshake_initiator() [all …]
|
| H A D | sfcp_encryption.h | 60 uint8_t trusted_subnet_id, 72 sfcp_trusted_subnet_get_state(uint8_t trusted_subnet_id, 76 sfcp_trusted_subnet_set_state(uint8_t trusted_subnet_id, 92 uint8_t trusted_subnet_id, bool *requires_handshake, 95 enum sfcp_error_t sfcp_encryption_handshake_initiator(uint8_t trusted_subnet_id, 105 uint8_t trusted_subnet_id, 114 uint8_t trusted_subnet_id,
|
| H A D | sfcp.c | 48 uint8_t trusted_subnet_id; member 68 uint8_t message_id, uint8_t trusted_subnet_id) in populate_reply_metadata() argument 72 metadata->trusted_subnet_id = trusted_subnet_id; in populate_reply_metadata() 82 uint8_t message_id, uint8_t trusted_subnet_id) in populate_msg_metadata() argument 86 metadata->trusted_subnet_id = trusted_subnet_id; in populate_msg_metadata() 121 uint8_t trusted_subnet_id, uint8_t **payload, in sfcp_init_msg() argument 144 sfcp_err = sfcp_get_trusted_subnet_by_id(trusted_subnet_id, in sfcp_init_msg() 152 if (trusted_subnet_id != 0) { in sfcp_init_msg() 174 sfcp_requires_handshake.trusted_subnet_id = in sfcp_init_msg() 216 crypto_metadata->config.trusted_subnet_id = trusted_subnet->id; in sfcp_init_msg() [all …]
|
| H A D | sfcp_defs.h | 30 uint8_t trusted_subnet_id; member
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | sfcp.h | 128 uint8_t trusted_subnet_id; /**< Trusted subnet ID (only if uses_cryptography). */ member 147 uint8_t trusted_subnet_id; /**< Trusted subnet ID from the original message. */ member 213 uint8_t trusted_subnet_id, uint8_t **payload,
|