Home
last modified time | relevance | path

Searched defs:getOutputPrefix (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/
H A DChaCha20Poly1305Key.java57 private static Bytes getOutputPrefix( in getOutputPrefix() method in ChaCha20Poly1305Key
72 public Bytes getOutputPrefix() { in getOutputPrefix() method in ChaCha20Poly1305Key
H A DXChaCha20Poly1305Key.java58 private static Bytes getOutputPrefix( in getOutputPrefix() method in XChaCha20Poly1305Key
73 public Bytes getOutputPrefix() { in getOutputPrefix() method in XChaCha20Poly1305Key
H A DAesGcmKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmKey.Builder
140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmKey
H A DAesEaxKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesEaxKey.Builder
140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesEaxKey
H A DAesGcmSivKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmSivKey.Builder
140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmSivKey
H A DAesCtrHmacAeadKey.java71 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesCtrHmacAeadKey.Builder
160 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesCtrHmacAeadKey
H A DAeadKey.java35 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in AeadKey
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/
H A DAesCmacKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesCmacKey.Builder
141 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesCmacKey
H A DHmacKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in HmacKey.Builder
140 public Bytes getOutputPrefix() { in getOutputPrefix() method in HmacKey
H A DMacKey.java35 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in MacKey
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/
H A DEcdsaPublicKey.java74 private Bytes getOutputPrefix() { in getOutputPrefix() method in EcdsaPublicKey.Builder
141 public Bytes getOutputPrefix() { in getOutputPrefix() method in EcdsaPublicKey
H A DRsaSsaPkcs1PublicKey.java72 private Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPkcs1PublicKey.Builder
152 public Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPkcs1PublicKey
H A DRsaSsaPssPublicKey.java67 private Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPssPublicKey.Builder
148 public Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPssPublicKey
H A DSignaturePublicKey.java33 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in SignaturePublicKey
H A DSignaturePrivateKey.java47 public final Bytes getOutputPrefix() { in getOutputPrefix() method in SignaturePrivateKey
H A DEd25519PublicKey.java73 public Bytes getOutputPrefix() { in getOutputPrefix() method in Ed25519PublicKey
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/daead/
H A DAesSivKey.java95 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesSivKey.Builder
141 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesSivKey
H A DDeterministicAeadKey.java25 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in DeterministicAeadKey
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/
H A DHybridPublicKey.java33 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in HybridPublicKey
H A DHybridPrivateKey.java42 public final Bytes getOutputPrefix() { in getOutputPrefix() method in HybridPrivateKey
H A DEciesPublicKey.java191 public Bytes getOutputPrefix() { in getOutputPrefix() method in EciesPublicKey
H A DHpkePublicKey.java193 public Bytes getOutputPrefix() { in getOutputPrefix() method in HpkePublicKey
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DCryptoFormat.java57 public static byte[] getOutputPrefix(Key key) throws GeneralSecurityException { in getOutputPrefix() method in CryptoFormat
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/mac/
H A DAesCmacKeyTest.java220 public void getOutputPrefix() throws Exception { in getOutputPrefix() method in AesCmacKeyTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/
H A DHpkePublicKeyTest.java224 public void getOutputPrefix() throws Exception { in getOutputPrefix() method in HpkePublicKeyTest

12