Home
last modified time | relevance | path

Searched defs:BinaryKeysetWriter (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DBinaryKeysetWriter.java33 public final class BinaryKeysetWriter implements KeysetWriter { class
36 private BinaryKeysetWriter(OutputStream stream) { in BinaryKeysetWriter() method in BinaryKeysetWriter
/aosp_15_r20/external/tink/cc/
H A Dbinary_keyset_writer.h48 explicit BinaryKeysetWriter(std::unique_ptr<std::ostream> destination_stream) in BinaryKeysetWriter() function
/aosp_15_r20/external/tink/python/tink/
H A D__init__.py33 BinaryKeysetWriter = _keyset_writer.BinaryKeysetWriter variable
H A D_keyset_writer.py63 class BinaryKeysetWriter(KeysetWriter): class
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...