/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/ |
H A D | ChaCha20Poly1305Key.java | 57 private static Bytes getOutputPrefix( in getOutputPrefix() method in ChaCha20Poly1305Key 72 public Bytes getOutputPrefix() { in getOutputPrefix() method in ChaCha20Poly1305Key
|
H A D | XChaCha20Poly1305Key.java | 58 private static Bytes getOutputPrefix( in getOutputPrefix() method in XChaCha20Poly1305Key 73 public Bytes getOutputPrefix() { in getOutputPrefix() method in XChaCha20Poly1305Key
|
H A D | AesGcmKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmKey.Builder 140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmKey
|
H A D | AesEaxKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesEaxKey.Builder 140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesEaxKey
|
H A D | AesGcmSivKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmSivKey.Builder 140 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesGcmSivKey
|
H A D | AesCtrHmacAeadKey.java | 71 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesCtrHmacAeadKey.Builder 160 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesCtrHmacAeadKey
|
H A D | AeadKey.java | 35 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 D | AesCmacKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesCmacKey.Builder 141 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesCmacKey
|
H A D | HmacKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in HmacKey.Builder 140 public Bytes getOutputPrefix() { in getOutputPrefix() method in HmacKey
|
H A D | MacKey.java | 35 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 D | EcdsaPublicKey.java | 74 private Bytes getOutputPrefix() { in getOutputPrefix() method in EcdsaPublicKey.Builder 141 public Bytes getOutputPrefix() { in getOutputPrefix() method in EcdsaPublicKey
|
H A D | RsaSsaPkcs1PublicKey.java | 72 private Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPkcs1PublicKey.Builder 152 public Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPkcs1PublicKey
|
H A D | RsaSsaPssPublicKey.java | 67 private Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPssPublicKey.Builder 148 public Bytes getOutputPrefix() { in getOutputPrefix() method in RsaSsaPssPublicKey
|
H A D | SignaturePublicKey.java | 33 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in SignaturePublicKey
|
H A D | SignaturePrivateKey.java | 47 public final Bytes getOutputPrefix() { in getOutputPrefix() method in SignaturePrivateKey
|
H A D | Ed25519PublicKey.java | 73 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 D | AesSivKey.java | 95 private Bytes getOutputPrefix() { in getOutputPrefix() method in AesSivKey.Builder 141 public Bytes getOutputPrefix() { in getOutputPrefix() method in AesSivKey
|
H A D | DeterministicAeadKey.java | 25 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 D | HybridPublicKey.java | 33 public abstract Bytes getOutputPrefix(); in getOutputPrefix() method in HybridPublicKey
|
H A D | HybridPrivateKey.java | 42 public final Bytes getOutputPrefix() { in getOutputPrefix() method in HybridPrivateKey
|
H A D | EciesPublicKey.java | 191 public Bytes getOutputPrefix() { in getOutputPrefix() method in EciesPublicKey
|
H A D | HpkePublicKey.java | 193 public Bytes getOutputPrefix() { in getOutputPrefix() method in HpkePublicKey
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | CryptoFormat.java | 57 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 D | AesCmacKeyTest.java | 220 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 D | HpkePublicKeyTest.java | 224 public void getOutputPrefix() throws Exception { in getOutputPrefix() method in HpkePublicKeyTest
|