Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/nlp/
A Dnlp_wordsegment_ft.cc16 string secret = utils.get_env("ENV_AccessKeySecret"); in TEST() local
42 string secret = utils.get_env("ENV_AccessKeySecret"); in TEST() local
67 string secret = utils.get_env("ENV_AccessKeySecret"); in TEST() local
95 string secret = utils.get_env("ENV_AccessKeySecret"); in TEST() local
123 string secret = utils.get_env("ENV_AccessKeySecret"); in TEST() local
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dchap_ms.c250 const unsigned char *secret, int secret_len, in chapms_verify_response()
298 const unsigned char *secret, int secret_len, in chapms2_verify_response()
375 const unsigned char *challenge, const char *secret, int secret_len, in chapms_make_response()
386 const unsigned char *challenge, const char *secret, int secret_len, in chapms2_make_response()
572 static void NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) { in NTPasswordHash()
582 static void ChapMS_NT(const u_char *rchallenge, const char *secret, int secret_len, in ChapMS_NT()
595 const char *secret, int secret_len, u_char NTResponse[24]) { in ChapMS2_NT()
612 static void ChapMS_LANMan(u_char *rchallenge, char *secret, int secret_len, in ChapMS_LANMan()
691 const char *secret, int secret_len, in GenerateAuthenticatorResponsePlain()
838 static void ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, in ChapMS()
[all …]
A Dchap-md5.c62 const unsigned char *secret, int secret_len, in chap_md5_verify_response()
96 const unsigned char *challenge, const char *secret, int secret_len, in chap_md5_make_response()
A Dchap-new.c416 unsigned char secret[MAXSECRETLEN]; local
442 char secret[MAXSECRETLEN+1]; local
/AliOS-Things-master/components/ucloud_ai/src/model/
A Docr.cc16 string secret = getAccessSecret(); in recognizeIdentityCardFaceSide() local
86 string secret = getAccessSecret(); in recognizeIdentityCardBackSide() local
128 string secret = getAccessSecret(); in recognizeBankCard() local
170 string secret = getAccessSecret(); in recognizeCharacter() local
A Dfacebody.cc16 string secret = getAccessSecret(); in compareFace() local
63 string secret = getAccessSecret(); in recognizeExpression() local
112 string secret = getAccessSecret(); in generateHumanAnimeStyle() local
A Dimageseg.cc16 string secret = getAccessSecret(); in segmentCommonImage() local
55 string secret = getAccessSecret(); in segmentFace() local
A Dobjectdet.cc16 string secret = getAccessSecret(); in detectObject() local
69 string secret = getAccessSecret(); in detectMainBody() local
A Dimagerecog.cc16 string secret = getAccessSecret(); in classifyingRubbish() local
63 string secret = getAccessSecret(); in detectFruits() local
A Dimageenhan.cc16 string secret = getAccessSecret(); in erasePerson() local
58 string secret = getAccessSecret(); in extendImageStyle() local
A Dcommon.cc56 void setAccesskeyAndSecret(char *key, char *secret) in setAccesskeyAndSecret()
76 string secret = getAccessSecret(); in getTokenId() local
A Dchatbot.cc20 string secret = getAccessSecret(); in chatbot() local
/AliOS-Things-master/components/py_engine/modules/oss/
A Dmodoss.c26 char *secret = (char *)mp_obj_str_get_str(args[1]); in obj_uploadFile() local
53 char *secret = (char *)mp_obj_str_get_str(args[1]); in obj_uploadContent() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Drpcserviceclient_ut.cc52 std::string secret = "fake-secret"; in TEST() local
100 std::string secret = "fake-secret"; in TEST() local
127 std::string secret = "fake-secret"; in TEST() local
A Dcommonclient_ut.cc44 std::string secret = "accessSecret"; in TEST() local
166 std::string secret = "accessSecret"; in TEST() local
218 std::string secret = "accessSecret"; in TEST() local
A Droaserviceclient_ut.cc52 std::string secret = "accessSecret"; in TEST() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/facebody/
A Dfacebody.cc14 string secret = "Your-Access-Secret"; in main() local
/AliOS-Things-master/components/py_engine/modules/minicv/base/include/
A DIHaasML.h63 virtual int Config(char *key, char *secret, char *endpoint, in Config()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_mqtt.c98 const char *prefix, uint16_t prefix_len, const char *secret, in __alcs_mqtt_prefix_secret_save()
157 char *prefix, char *secret) in alcs_mqtt_prefix_secret_load()
289 char *data = NULL, *prefix = NULL, *secret = NULL, *productKey = NULL, in __alcs_mqtt_subscribe_callback() local
553 void alcs_mqtt_add_srv_key(const char *prefix, const char *secret) in alcs_mqtt_add_srv_key()
586 char secret[ALCS_MQTT_SECRET_MAX_LEN + 1] = { 0 }; in alcs_mqtt_prefixkey_update() local
A Dalcs_localsetup.c93 const char *prefix, uint16_t prefix_len, const char *secret, in __alcs_localsetup_ac_as_save()
137 char *secret, int secret_len) in alcs_localsetup_ac_as_load()
323 char secret[64]; in alcs_localsetup_init() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/nlp/
A Dnlp.cc14 string secret = utils.get_env("ENV_AccessKeySecret"); in main() local
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc_dh.c146 uint8_t *secret, uECC_Curve curve) in uECC_shared_secret()
/AliOS-Things-master/components/py_engine/modules/ucloud_ai/
A Dchatbot.c78 char *secret = (char *)mp_obj_str_get_str(args[2]); in obj_input() local
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/
A DWrapperIHaasML.cpp33 int MLConfig(void* instance, char *key, char *secret, char *region_id, in MLConfig()
/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c64 void ucloud_ai_set_key_secret(char *key, char *secret) in ucloud_ai_set_key_secret()

Completed in 31 milliseconds

12