Searched refs:md (Results 1 – 25 of 29) sorted by relevance
12
54 MessageDigest md = MessageDigest.getInstance("MD5"); in getFingerprintFor() local56 md.update(salt.getBytes()); in getFingerprintFor()58 byte[] md5Bytes = md.digest(data.toByteArray()); in getFingerprintFor()
81 let mut md = [0u8; Self::HASH_SIZE]; localVariable83 let retval = unsafe { SHA256_Final(md.as_mut_ptr(), &mut self.ctx) };87 Ok(md)
620 MessageDigest md = MessageDigest.getInstance(SHA256_TYPE); in computeHashOfByteArray() local621 md.update(bytes); in computeHashOfByteArray()622 return md.digest(); in computeHashOfByteArray()636 MessageDigest md; in computeHashOfFile() local639 md = MessageDigest.getInstance(hashType); in computeHashOfFile()652 md.update(buffer, 0, n); in computeHashOfFile()655 hash = md.digest(); in computeHashOfFile()
3 …nipulation. The basic usage of DOM is described in [Tutorial](doc/tutorial.md). This section will …34 …means using char to store the characters. You may refer to [Encoding](doc/encoding.md) for details.105 …examples of [tutorial](doc/tutorial.md) uses (8) for normal parsing of string. The examples of [st…226 … the DOM is using UTF-16 encoding. There is an example code in [EncodedInputStream](doc/stream.md).228 …output stream, transcoding can also be used. An example is in [EncodedOutputStream](doc/stream.md).252 For more about SAX events and handler, please refer to [SAX](doc/sax.md).
510 1. [Streams](doc/stream.md) are channels for reading/writing JSON, which can be a in-memory string,…511 2. [Encoding](doc/encoding.md) defines which character encoding is used in streams and memory. Rapi…512 3. [DOM](doc/dom.md)'s basics are already covered in this tutorial. Uncover more advanced features …513 4. [SAX](doc/sax.md) is the foundation of parsing/generating facility in RapidJSON. Learn how to us…514 5. [Performance](doc/performance.md) shows some in-house and third-party benchmarks.515 6. [Internals](doc/internals.md) describes some internal designs and techniques of RapidJSON.517 You may also refer to the [FAQ](doc/faq.md), API documentation, examples and unit tests.
9 …a C++ library for parsing and generating JSON. You may check all [features](doc/features.md) of it.91 … performance, but the input JSON will be modified. Check [in-situ parsing](doc/dom.md) for details.95 …big), or the handler of parsers terminate the parsing. Check [parse error](doc/dom.md) for details.173 …onstructor with allocator, and `CopyFrom()`. See [Deep Copy Value](doc/tutorial.md) for an example.241 …`EncodedOutputStream` can optionally write a BOM. See [Encoded Streams](doc/stream.md) for example.
767 INPUT = readme.md \770 doc/features.md \771 doc/tutorial.md \772 doc/pointer.md \773 doc/stream.md \774 doc/encoding.md \775 doc/dom.md \776 doc/sax.md \777 doc/performance.md \778 doc/internals.md \[all …]
76 For a detail example, please check the example in [DOM's Encoding](doc/stream.md) section.
161 1. User supplied buffer if it is available. (See [User Buffer section in DOM](dom.md))
174 …e `Reader` functions to obtain parse errors. Please refer to [DOM](doc/dom.md) for details about p…
371 MessageDigest md = MessageDigest.getInstance("SHA"); in getAppCertHashes() local373 if (md == null || md256 == null) { in getAppCertHashes()378 appCertHashes.add(md.digest(signature.toByteArray())); in getAppCertHashes()
10 * [yukawa: Khadas VIM3L](yukawa.md) (arm64)11 * [goldfish: Android Emulator](goldfish.md) (x86_64)
1 # For documentation, see: https://github.com/eqrion/cbindgen/blob/master/docs.md
3 A structured log collection service for CarTelemetryService. See ARCHITECTURE.md to learn internals.
2 %% see README.md.
2 Please refer to [Android Automotive 'Chassiss' shared library](../sharedlibrary/README.md)
240 final MessageDigest md = MessageDigest.getInstance(SHA_256); in getCertHashForThisPackage() local241 final byte[] certHash = md.digest(pkgInfo.signatures[0].toByteArray()); in getCertHashForThisPackage()
35 host, and the file's use on host and device. See `s2storage/README.md` for
11 flashing the image can be found [here](../docs/getting_started/yukawa.md).
44 More features can be read [here](doc/features.md).
2340 MessageDigest md; in computeHashLong() local2342 md = MessageDigest.getInstance("SHA-256"); in computeHashLong()2347 ByteBuffer buffer = ByteBuffer.wrap(md.digest(mashed)); in computeHashLong()
1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...