Home
last modified time | relevance | path

Searched defs:data_key (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/helper/external_tensor/
Dmemory_helper.cc41 auto data_key = external_info->location()->str() + std::to_string(external_info->offset()); in GetExternalTensorData() local
55 auto data_key = external_info->location()->str() + std::to_string(external_info->offset()); in SetExternalTensorData() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.h59 struct data_key { struct
60 u8 *key;
61 int key_len;
62 struct ieee802_1x_mka_ki key_identifier;
63 enum confidentiality_offset confidentiality_offset;
64 u8 an;
65 Boolean transmits;
66 Boolean receives;
67 struct os_time created_time;
68 u32 next_pn;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.h59 struct data_key { struct
60 u8 *key;
61 int key_len;
62 struct ieee802_1x_mka_ki key_identifier;
63 enum confidentiality_offset confidentiality_offset;
64 u8 an;
65 bool transmits;
66 bool receives;
67 struct os_time created_time;
68 u32 next_pn;
[all …]
/third_party/curl/tests/unit/
Dunit1305.c46 static char *data_key; variable