Searched refs:identity (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | typec.h | 91 * struct usb_pd_identity - USB Power Delivery identity data 174 * @identity: Result of Discover Identity command 182 struct usb_pd_identity *identity; member 190 * @identity: Discover Identity command data 193 * Details about a partner that is attached to USB Type-C port. If @identity 194 * member exists when partner is registered, a directory named "identity" is 205 struct usb_pd_identity *identity; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/ |
H A D | watchdog.h | 38 unsigned char identity[32]; /* 32 bit Identity of the board */ member
|
H A D | hi_wtdg.c | 75 .identity = "Hisilicon Watchdog",
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | watchdog.h | 35 unsigned char identity[32]; /* 32 bit Identity of the board */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | watchdog.h | 33 unsigned char identity[32]; /* 32 bit Identity of the board */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 198 size_t(*get_client_psk)(const coap_session_t *session, const uint8_t *hint, size_t hint_len, uint8_t *identity, size_t *identity_len, size_t max_identity_len, uint8_t *psk, size_t max_psk_len); 199 size_t(*get_server_psk)(const coap_session_t *session, const uint8_t *identity, size_t identity_len, uint8_t *psk, size_t max_psk_len);
|
H A D | coap_session.h | 209 * @param identity PSK client identity 220 const char *identity,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 979 unsigned int (*ssl_psk_cb) (const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len, void *u);
|
H A D | MQTTClient.h | 738 unsigned int (*ssl_psk_cb) (const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len, void *u);
|
Completed in 10 milliseconds