Home
last modified time | relevance | path

Searched defs:outputPrefixType (Results 1 – 25 of 118) sorted by relevance

12345

/external/tink-java/src/test/java/com/google/crypto/tink/daead/
DKeyManagerIntegrationTest.java117 public void encryptCustom_decryptBuiltIn_works( in encryptCustom_decryptBuiltIn_works()
143 public void encryptBuiltIn_decryptCustom_works( in encryptBuiltIn_decryptCustom_works()
165 AesSivKey protoKey, OutputPrefixType outputPrefixType) throws GeneralSecurityException { in getKeysetHandleFromProtoKey()
187 private static com.google.crypto.tink.daead.AesSivKey createKey(OutputPrefixType outputPrefixType) in createKey()
/external/tink-java/src/main/java/com/google/crypto/tink/daead/internal/
DLegacyFullDeterministicAead.java42 private final OutputPrefixType outputPrefixType; field in LegacyFullDeterministicAead
61 OutputPrefixType outputPrefixType = protoKeySerialization.getOutputPrefixType(); in create() local
85 DeterministicAead rawDaead, OutputPrefixType outputPrefixType, byte[] identifier) { in LegacyFullDeterministicAead()
/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
DLegacyFullMac.java44 private final OutputPrefixType outputPrefixType; field in LegacyFullMac
59 OutputPrefixType outputPrefixType = protoKeySerialization.getOutputPrefixType(); in create() local
80 private LegacyFullMac(Mac rawMac, OutputPrefixType outputPrefixType, byte[] identifier) { in LegacyFullMac()
/external/tink-java/src/main/java/com/google/crypto/tink/mac/internal/
DLegacyFullMac.java44 private final OutputPrefixType outputPrefixType; field in LegacyFullMac
59 OutputPrefixType outputPrefixType = protoKeySerialization.getOutputPrefixType(); in create() local
80 private LegacyFullMac(Mac rawMac, OutputPrefixType outputPrefixType, byte[] identifier) { in LegacyFullMac()
/external/tink-java/src/main/java/com/google/crypto/tink/internal/
DLegacyProtoKey.java41 private final OutputPrefixType outputPrefixType; field in LegacyProtoKey.LegacyProtoParametersNotForCreation
49 private static String outputPrefixToString(OutputPrefixType outputPrefixType) { in outputPrefixToString()
73 private LegacyProtoParametersNotForCreation(String typeUrl, OutputPrefixType outputPrefixType) { in LegacyProtoParametersNotForCreation()
DProtoKeySerialization.java41 private final OutputPrefixType outputPrefixType; field in ProtoKeySerialization
49 OutputPrefixType outputPrefixType, in ProtoKeySerialization()
63 OutputPrefixType outputPrefixType, in create()
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
DLegacyProtoKey.java41 private final OutputPrefixType outputPrefixType; field in LegacyProtoKey.LegacyProtoParametersNotForCreation
49 private static String outputPrefixToString(OutputPrefixType outputPrefixType) { in outputPrefixToString()
73 private LegacyProtoParametersNotForCreation(String typeUrl, OutputPrefixType outputPrefixType) { in LegacyProtoParametersNotForCreation()
DProtoKeySerialization.java41 private final OutputPrefixType outputPrefixType; field in ProtoKeySerialization
48 OutputPrefixType outputPrefixType, in ProtoKeySerialization()
62 OutputPrefixType outputPrefixType, in create()
/external/tink-java/src/test/java/com/google/crypto/tink/signature/
DKeyManagerIntegrationTest.java152 private static Ed25519Parameters.Variant variantForOutputPrefix(OutputPrefixType outputPrefixType) in variantForOutputPrefix()
173 public void testComputeCustom_verifyBuiltIn_works( in testComputeCustom_verifyBuiltIn_works()
228 public void testComputeBuiltIn_verifyCustom_works( in testComputeBuiltIn_verifyCustom_works()
273 public void testKeyGeneration_givesNewKeys_works( in testKeyGeneration_givesNewKeys_works()
/external/tink/java_src/src/main/java/com/google/crypto/tink/
DKeyTemplate.java59 com.google.crypto.tink.proto.OutputPrefixType outputPrefixType) { in fromProto()
74 static com.google.crypto.tink.proto.OutputPrefixType toProto(OutputPrefixType outputPrefixType) { in toProto()
89 String typeUrl, byte[] value, OutputPrefixType outputPrefixType) { in create()
/external/tink-java/src/main/java/com/google/crypto/tink/
DKeyTemplate.java59 com.google.crypto.tink.proto.OutputPrefixType outputPrefixType) { in fromProto()
74 static com.google.crypto.tink.proto.OutputPrefixType toProto(OutputPrefixType outputPrefixType) { in toProto()
93 String typeUrl, byte[] value, OutputPrefixType outputPrefixType) { in create()
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/
DKeyManagerIntegrationTest.java172 private static HpkeParameters.Variant variantForOutputPrefix(OutputPrefixType outputPrefixType) in variantForOutputPrefix()
192 public void testEncryptCustom_decryptBuiltIn_works( in testEncryptCustom_decryptBuiltIn_works()
243 public void testDecryptCustom_encryptBuiltIn_works( in testDecryptCustom_encryptBuiltIn_works()
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/internal/
DLegacyFullHybridEncryptTest.java68 OutputPrefixType outputPrefixType, @Nullable Integer idRequirement) in getFixedProtoPublicKey()
89 OutputPrefixType outputPrefixType, @Nullable Integer idRequirement) in getFixedProtoPrivateKey()
/external/tink-java/src/main/java/com/google/crypto/tink/jwt/
DJwtHmacProtoSerialization.java116 OutputPrefixType outputPrefixType = OutputPrefixType.TINK; in serializeParameters() local
138 OutputPrefixType outputPrefixType = null; in serializeKey() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
DJwtHmacProtoSerialization.java116 OutputPrefixType outputPrefixType = OutputPrefixType.TINK; in serializeParameters() local
138 OutputPrefixType outputPrefixType = null; in serializeKey() local
/external/tink-java/src/main/java/com/google/crypto/tink/aead/
DLegacyKmsEnvelopeAeadProtoSerialization.java91 OutputPrefixType outputPrefixType) throws GeneralSecurityException { in toVariant()
167 KmsEnvelopeAeadKeyFormat format, OutputPrefixType outputPrefixType) in parseParameters()
/external/tink/java_src/examples/mac/
Dmac_test_keyset.json9 "outputPrefixType": "TINK", string
/external/tink-java/examples/hybrid/
Dhybrid_test_public_keyset.json1 …aterialType":"ASYMMETRIC_PUBLIC"},"status":"ENABLED","keyId":958452012,"outputPrefixType":"TINK"}]} string
/external/tink/java_src/examples/signature/
Dsignature_test_public_keyset.json10 "outputPrefixType":"TINK"} string
/external/tink-java/examples/deterministicaead/
Ddeterministic_aead_test_keyset.json1 …v","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":208885046,"outputPrefixType":"TINK"}]} string
/external/tink/java_src/examples/streamingaead/
Dstreaming_aead_test_keyset.json1 …Po","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":506873687,"outputPrefixType":"RAW"}]} string
/external/tink/java_src/examples/deterministicaead/
Ddeterministic_aead_test_keyset.json1 …v","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":208885046,"outputPrefixType":"TINK"}]} string
/external/tink/python/examples/mac/
Dmac_test_keyset.json9 "outputPrefixType": "TINK", string
/external/tink/cc/examples/mac/
Dmac_test_keyset.json10 "outputPrefixType": "TINK", string
/external/tink-java/examples/signature/
Dsignature_test_private_keyset.json10 "outputPrefixType":"TINK"}] string

12345