/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/ |
A D | awss_crypt.c | 49 uint8_t *decoded = (uint8_t *)awss_zalloc(len + 1); in aes_decrypt_string() local 50 if (decoded == NULL) in aes_decrypt_string() 57 utils_str_to_hex(cipher, len, decoded, len); in aes_decrypt_string() 62 memcpy(decoded, cipher, len); in aes_decrypt_string() 109 res = infra_aes128_cbc_decrypt(aes, decoded, in aes_decrypt_string() 115 res = infra_aes128_cfb_decrypt(aes, decoded, len, plain); in aes_decrypt_string() 120 HAL_Free(decoded); in aes_decrypt_string()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 538 Value decoded; in decodeNumber() local 586 decoded = value; in decodeNumber() 591 Value decoded; in decodeDouble() local 607 decoded = value; in decodeDouble() 636 decoded += '"'; in decodeString() 669 decoded += c; in decodeString() 1547 Value decoded; in decodeNumber() local 1630 decoded = value; in decodeNumber() 1637 Value decoded; in decodeDouble() local 1654 decoded = value; in decodeDouble() [all …]
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 780 Value decoded; in decodeNumber() local 827 decoded = value; in decodeNumber() 832 Value decoded; in decodeDouble() local 849 decoded = value; in decodeDouble() 878 decoded += '"'; in decodeString() 911 decoded += c; in decodeString() 1788 Value decoded; in decodeNumber() local 1833 decoded = value; in decodeNumber() 1838 Value decoded; in decodeDouble() local 1881 decoded = value; in decodeDouble() [all …]
|
A D | json.h | 1574 bool decodeNumber(Token& token, Value& decoded); 1576 bool decodeString(Token& token, JSONCPP_STRING& decoded); 1578 bool decodeDouble(Token& token, Value& decoded);
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | reader.h | 204 bool decodeNumber(Token& token, Value& decoded); 206 bool decodeString(Token& token, String& decoded); 208 bool decodeDouble(Token& token, Value& decoded);
|
/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/ |
A D | awss_wifimgr.c | 75 uint8_t decoded[OS_MAX_SSID_LEN] = { 0 }; in wifimgr_process_switch_ap_request() local 78 utils_str_to_hex(ssid, str_len, decoded, OS_MAX_SSID_LEN); in wifimgr_process_switch_ap_request() 79 memcpy(ssid, (const char *)decoded, len); in wifimgr_process_switch_ap_request()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | utils_ut.cc | 60 const std::string decoded = UrlDecode(encoded); in TEST() local 61 EXPECT_TRUE(decoded == url); in TEST()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_ap/ |
A D | awss_dev_ap.c | 426 uint8_t decoded[OS_MAX_SSID_LEN] = { 0 }; in wifimgr_process_dev_ap_switchap_request() local 429 utils_str_to_hex(ssid, str_len, decoded, OS_MAX_SSID_LEN); in wifimgr_process_dev_ap_switchap_request() 430 memcpy(ssid, (const char *)decoded, len); in wifimgr_process_dev_ap_switchap_request()
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 136 Value decoded; 137 if (!decodeNumber(token, decoded)) 139 currentValue().swapPayload(decoded);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 152 time-to-first-decoded-pixel. 215 * Incremental decoding: picture can be decoded byte-by-byte if needs be.
|
A D | README | 394 a decoded WebP file. It's not yet integrated in the automake build system, but 531 -dump_frames <folder> dump decoded frames in PAM format 668 be incrementally decoded using a slightly more complicated API. Decoder state 701 To retrieve partially decoded picture samples, one must use the corresponding 740 // should be big enough to store the decoded picture.
|
A D | ChangeLog | 984 a4cae68d lossless decoding: only process decoded row up to last_row 3163 7f4647ee Merge "clarify the colorspace naming and byte ordering of decoded samples" into 0.2.0 3164 cbf69724 clarify the colorspace naming and byte ordering of decoded samples 3801 c558bdad Rename and improve the API to retrieve decoded area
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 133 The code being decoded, with 10 symbols, from 1 to 6 bits long:
|
A D | rfc1951.txt | 570 position; for example, if the last 2 bytes decoded have values
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 467 is checked next. Firstly, the coverage bits are decoded for the
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 1813 will receive a final decoded image without any indication that the file was 1816 library's "buffered-image" mode, in which it receives a decoded image 1856 final decoded image. (Here "multi-scan" means either progressive or 1869 In buffered-image mode, the library stores the partially decoded image in a
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 213 TIFFReadTile() that allocates the decoded buffer only after a first 255 decoded buffer only after a first successful TIFFFillStrip(). This avoids 3772 is decoded without the JPEG_COLORMODE feature
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 1723 Data will be decoded into the supplied row buffers packed into bytes 4836 any invalid pixels are decoded as opaque black by the decoder and written
|
A D | CHANGES | 5535 more realistic testing; the decoded data actually gets used in a
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 682 * Set PEM buffer to zero before freeing it, to avoid decoded private keys
|