/external/tink-java/src/test/java/com/google/crypto/tink/daead/ |
D | KeyManagerIntegrationTest.java | 117 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/ |
D | LegacyFullDeterministicAead.java | 42 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/ |
D | LegacyFullMac.java | 44 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/ |
D | LegacyFullMac.java | 44 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/ |
D | LegacyProtoKey.java | 41 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()
|
D | ProtoKeySerialization.java | 41 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/ |
D | LegacyProtoKey.java | 41 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()
|
D | ProtoKeySerialization.java | 41 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/ |
D | KeyManagerIntegrationTest.java | 152 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/ |
D | KeyTemplate.java | 59 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/ |
D | KeyTemplate.java | 59 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/ |
D | KeyManagerIntegrationTest.java | 172 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/ |
D | LegacyFullHybridEncryptTest.java | 68 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/ |
D | JwtHmacProtoSerialization.java | 116 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/ |
D | JwtHmacProtoSerialization.java | 116 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/ |
D | LegacyKmsEnvelopeAeadProtoSerialization.java | 91 OutputPrefixType outputPrefixType) throws GeneralSecurityException { in toVariant() 167 KmsEnvelopeAeadKeyFormat format, OutputPrefixType outputPrefixType) in parseParameters()
|
/external/tink/java_src/examples/mac/ |
D | mac_test_keyset.json | 9 "outputPrefixType": "TINK", string
|
/external/tink-java/examples/hybrid/ |
D | hybrid_test_public_keyset.json | 1 …aterialType":"ASYMMETRIC_PUBLIC"},"status":"ENABLED","keyId":958452012,"outputPrefixType":"TINK"}]} string
|
/external/tink/java_src/examples/signature/ |
D | signature_test_public_keyset.json | 10 "outputPrefixType":"TINK"} string
|
/external/tink-java/examples/deterministicaead/ |
D | deterministic_aead_test_keyset.json | 1 …v","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":208885046,"outputPrefixType":"TINK"}]} string
|
/external/tink/java_src/examples/streamingaead/ |
D | streaming_aead_test_keyset.json | 1 …Po","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":506873687,"outputPrefixType":"RAW"}]} string
|
/external/tink/java_src/examples/deterministicaead/ |
D | deterministic_aead_test_keyset.json | 1 …v","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":208885046,"outputPrefixType":"TINK"}]} string
|
/external/tink/python/examples/mac/ |
D | mac_test_keyset.json | 9 "outputPrefixType": "TINK", string
|
/external/tink/cc/examples/mac/ |
D | mac_test_keyset.json | 10 "outputPrefixType": "TINK", string
|
/external/tink-java/examples/signature/ |
D | signature_test_private_keyset.json | 10 "outputPrefixType":"TINK"}] string
|