Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dutils_ut.cc52 …const std::string encoded = "http%3A%2F%2Fusername%3Apassword%40example.com%3A123%2Fpath%2Fdata%3F… in TEST() local
54 EXPECT_TRUE(enc == encoded); in TEST()
59 …const std::string encoded = "http%3A%2F%2Fusername%3Apassword%40example.com%3A123%2Fpath%2Fdata%3F… in TEST() local
60 const std::string decoded = UrlDecode(encoded); in TEST()
/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/
A Dawss_wifimgr.c147 char encoded[PLATFORM_MAX_PASSWD_LEN * 2 + 1] = { 0 }; in wifimgr_process_switch_ap_request() local
148 memcpy(encoded, str, str_len); in wifimgr_process_switch_ap_request()
149 aes_decrypt_string(encoded, passwd, str_len, 0, in wifimgr_process_switch_ap_request()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/imagesearch/
A Dimagesearch.cc96 string encoded = base64_encode(buf, bytes); in imageBase64() local
98 return encoded; in imageBase64()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_ap/
A Dawss_dev_ap.c471 char encoded[PLATFORM_MAX_PASSWD_LEN * 2 + 1] = { 0 }; in wifimgr_process_dev_ap_switchap_request() local
472 memcpy(encoded, str, str_len); in wifimgr_process_dev_ap_switchap_request()
473 aes_decrypt_string(encoded, passwd, str_len, 0, in wifimgr_process_dev_ap_switchap_request()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A DCMakeLists.txt123 # encoded into their final filename. We disable this on Cygwin because
147 # encoded into their final filename. We disable this on Cygwin because
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2ps.c2852 static char encoded[6]; in Ascii85Encode() local
2861 encoded[0] = (char) (q + '!'); in Ascii85Encode()
2864 encoded[1] = (char) (q + '!'); in Ascii85Encode()
2867 encoded[2] = (char) (q + '!'); in Ascii85Encode()
2870 encoded[3] = (char) ((w1 / 85) + '!'); in Ascii85Encode()
2871 encoded[4] = (char) ((w1 % 85) + '!'); in Ascii85Encode()
2872 encoded[5] = '\0'; in Ascii85Encode()
2874 encoded[0] = 'z', encoded[1] = '\0'; in Ascii85Encode()
2875 return (encoded); in Ascii85Encode()
/AliOS-Things-master/components/mbedtls/library/
A Drsa.c2329 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local
2348 if( ( encoded = mbedtls_calloc( 1, sig_len ) ) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2364 ? mbedtls_rsa_public( ctx, sig, encoded ) in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2365 : mbedtls_rsa_private( ctx, f_rng, p_rng, sig, encoded ); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2373 if( ( ret = mbedtls_safer_memcmp( encoded, encoded_expected, in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2382 if( encoded != NULL ) in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2384 mbedtls_platform_zeroize( encoded, sig_len ); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2385 mbedtls_free( encoded ); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt319 an encoded string unambiguously symbol-by-symbol.
354 A parser can decode the next symbol from an encoded input
591 As noted above, encoded data blocks in the "deflate" format
717 code is used, it is encoded using one bit, not zero bits; in
745 encoded using the code length Huffman code
748 encoded using the code length Huffman code
751 encoded using the literal/length and distance Huffman
755 encoded using the literal/length Huffman code
A Dtxtvsbin.txt84 results on a text encoded, say, using ISO-8859-16 versus UTF-8.)
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt18 sequences as well as correctly encoded UTF-8 sequences of Unicode code
30 encoded Unicode character that is just not available in the current
205 instance, a 2-byte encoded line feed (LF) would not be caught by a |
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.dat62 // not counted. Note also that the count holds the number of UTF-8 encoded
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DCMakeLists.txt193 # encoded into their final filename. We disable this on Cygwin because
/AliOS-Things-master/components/SDL2/src/image/
A DCHANGES.txt153 * Added support for RLE encoded BMP files
A DIMG_UIImage.m327 /* This is an encoded 0xFF within the data */
A DIMG_ImageIO.m449 /* This is an encoded 0xFF within the data */
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md137 input samples are treated as being between -1 and +1 as real values (encoded as
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt197 saturation than the normal gamut limits to be encoded.
199 compared to a normal YCC encoded file, the color
206 encoded JPEG file, depending on JFIF version check
587 encoded as a color JPEG. (In such a case, the space savings from getting rid
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt785 data was *encoded*.
846 PNG_ALPHA_PNG: The data is encoded according to the PNG
848 gamma encoded color values and are not premultiplied by the
862 scaled, linear encoded, pre-multiplied component values must
894 PNG_ALPHA_STANDARD: The data libpng produces is encoded in the
900 With this format the final image must be re-encoded to
913 pre-multiplied pixel values will be gamma encoded but
945 values, including the alpha channel are gamma encoded. This is
1002 chunks to be assumed to be encoded using sRGB.
3858 The channels are encoded in one of two ways:
[all …]
/AliOS-Things-master/components/mbedtls/
A DChangeLog500 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was
603 * Add support for public keys encoded in PKCS#1 format. #1122
757 Supserseded by binary encoded constants MBEDTLS_DHM_RFC3526_MODP_2048_P_BIN
903 encoded X.509 CRLs. The overflow could enable maliciously constructed CRLs
907 encoded X.509 CSRs. The overflow could enable maliciously constructed CSRs
911 encoded X.509 certificates. The overflow could enable maliciously
2414 PEM-encoded certificates has been fixed (found by Jack Lloyd)
2601 PEM-encoded certificates has been fixed (found by Jack Lloyd)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi459 to be UTF-8 encoded.
982 The C API provides functions to convert Javascript Strings to C UTF-8 encoded
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1970 tiffcp crashes when converting JPEG-encoded TIFF to a different
1983 TIF if the input is JPEG-encoded and output is *not* JPEG-encoded.
2584 thunder encoded files with wrong bitspersample set. The libtiff
2911 converting JPEG encoded tiles.
4538 * tools/tiff2pdf.c: Fixed support for non-YCbCr encoded JPEG
5046 JPEG encoded TIFF files. Pre-allocate lots of space for jpegtables
6506 encoded write functions use tif_postdecode() to apply byte order
6672 encoded images. See bug entries
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m44644 # Determine the default libpath from the value encoded in an
4655 # Determine the default libpath from the value encoded in an
5589 # Determine the default libpath from the value encoded in an empty
5601 # Determine the default libpath from the value encoded in an
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m45080 # Determine the default libpath from the value encoded in an
5091 # Determine the default libpath from the value encoded in an
6078 # Determine the default libpath from the value encoded in an empty
6090 # Determine the default libpath from the value encoded in an
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m45511 # Determine the default libpath from the value encoded in an
5522 # Determine the default libpath from the value encoded in an
6584 # Determine the default libpath from the value encoded in an empty
6596 # Determine the default libpath from the value encoded in an
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m45493 # Determine the default libpath from the value encoded in an
5504 # Determine the default libpath from the value encoded in an
6565 # Determine the default libpath from the value encoded in an empty
6577 # Determine the default libpath from the value encoded in an

Completed in 69 milliseconds

12