/external/okio/okio/src/commonMain/kotlin/okio/ |
D | HashingSource.kt | 65 fun hmacSha512(source: Source, key: ByteString): HashingSource method
|
D | HashingSink.kt | 64 fun hmacSha512(sink: Sink, key: ByteString): HashingSink method
|
D | Buffer.kt | 112 fun hmacSha512(key: ByteString): ByteString in emitCompleteSegments() method
|
D | ByteString.kt | 79 fun hmacSha512(key: ByteString): ByteString in utf8() method
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | HashingSink.kt | 137 actual fun hmacSha512(sink: Sink, key: ByteString) = HashingSink(sink, key, "HmacSHA512") in hash() method
|
D | HashingSource.kt | 148 … actual fun hmacSha512(source: Source, key: ByteString) = HashingSource(source, key, "HmacSHA512") in hash() method
|
D | ByteString.kt | 95 actual open fun hmacSha512(key: ByteString) = hmac("HmacSHA512", key) in hmacSha1() method in okio.ByteString
|
D | Buffer.kt | 538 actual fun hmacSha512(key: ByteString) = hmac("HmacSHA512", key) in <lambda>() method in okio.Buffer
|
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | HashingSink.kt | 86 actual fun hmacSha512(sink: Sink, key: ByteString) = HashingSink(sink, Hmac.sha512(key)) method
|
D | HashingSource.kt | 90 actual fun hmacSha512(source: Source, key: ByteString) = HashingSource(source, Hmac.sha512(key)) method
|
D | ByteString.kt | 90 actual fun hmacSha512(key: ByteString) = digest(Hmac.sha512(key)) in utf8() method in okio.ByteString
|
D | Buffer.kt | 275 actual fun hmacSha512(key: ByteString) = digest(Hmac.sha512(key)) in <lambda>() method in okio.Buffer
|
/external/guava/guava/src/com/google/common/hash/ |
D | Hashing.java | 320 public static HashFunction hmacSha512(Key key) { in hmacSha512() method in Hashing 333 public static HashFunction hmacSha512(byte[] key) { in hmacSha512() method in Hashing
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Hashing.java | 320 public static HashFunction hmacSha512(Key key) { in hmacSha512() method in Hashing 333 public static HashFunction hmacSha512(byte[] key) { in hmacSha512() method in Hashing
|
/external/okio/okio/src/commonTest/kotlin/okio/ |
D | HashingSinkTest.kt | 73 @Test fun hmacSha512() { in hmacSha512() method in okio.HashingSinkTest
|
D | HashingSourceTest.kt | 74 @Test fun hmacSha512() { in hmacSha512() method in okio.HashingSourceTest
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |