Home
last modified time | relevance | path

Searched refs:key_str (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_crypto.c30 char key_str[(GENIE_TRIPLE_KEY_SIZE << 1) + 1] = ""; in genie_crypto_get_auth() local
36 hextostring(p_genie_triple->key, key_str, GENIE_TRIPLE_KEY_SIZE); in genie_crypto_get_auth()
40 sprintf(static_str, "%08x,%s,%s", p_genie_triple->pid, mac_str, key_str); in genie_crypto_get_auth()
42 sprintf(static_str, "%08x,%s,%s,%s", p_genie_triple->pid, mac_str, key_str, rad_str); in genie_crypto_get_auth()
111 char key_str[(GENIE_TRIPLE_KEY_SIZE << 1) + 1] = ""; in genie_ais_get_cipher() local
116 hextostring(p_genie_triple->key, key_str, GENIE_TRIPLE_KEY_SIZE); in genie_ais_get_cipher()
119 sprintf(static_str + 16, ",%08x,%s,%s", p_genie_triple->pid, mac_str, key_str); in genie_ais_get_cipher()
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.c410 const char *key_str = NULL; in get_device_string() local
413 key_str = device_string_names[key]; in get_device_string()
419 str = udev_device_get_sysattr_value(parent, key_str); in get_device_string()

Completed in 4 milliseconds