Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/
A Dawss_crypt.c49 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 Djson_reader.cpp538 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 Djsoncpp.cpp780 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 Djson.h1574 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 Dreader.h204 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 Dawss_wifimgr.c75 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 Dutils_ut.cc60 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 Dawss_dev_ap.c426 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 DCONTRIBUTING.md136 Value decoded;
137 if (!decodeNumber(token, decoded))
139 currentValue().swapPayload(decoded);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS152 time-to-first-decoded-pixel.
215 * Incremental decoding: picture can be decoded byte-by-byte if needs be.
A DREADME394 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 DChangeLog984 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 Dalgorithm.txt133 The code being decoded, with 10 symbols, from 1 to 6 bits long:
A Drfc1951.txt570 position; for example, if the last 2 bytes decoded have values
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME467 is checked next. Firstly, the coverage bits are decoded for the
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt1813 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 DChangeLog213 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 Dlibpng-manual.txt1723 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 DCHANGES5535 more realistic testing; the decoded data actually gets used in a
/AliOS-Things-master/components/mbedtls/
A DChangeLog682 * Set PEM buffer to zero before freeing it, to avoid decoded private keys

Completed in 93 milliseconds