Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A 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()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DProtoKeySerialization.java41 private final OutputPrefixType outputPrefixType; field in ProtoKeySerialization
48 OutputPrefixType outputPrefixType, in ProtoKeySerialization()
62 OutputPrefixType outputPrefixType, in create()
H A 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()
H A DKeyTypeManager.java182 public KeyTemplate.OutputPrefixType outputPrefixType; field in KeyTypeManager.KeyFactory.KeyFormat
184 public KeyFormat(KeyFormatProtoT keyFormat, KeyTemplate.OutputPrefixType outputPrefixType) { in KeyFormat()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A 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()
H A DPrimitiveSet.java72 private final OutputPrefixType outputPrefixType; field in PrimitiveSet.Entry
83 OutputPrefixType outputPrefixType, in Entry()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtHmacProtoSerialization.java116 OutputPrefixType outputPrefixType = OutputPrefixType.TINK; in serializeParameters() local
138 OutputPrefixType outputPrefixType = null; in serializeKey() local
H A DJwtEcdsaProtoSerialization.java141 OutputPrefixType outputPrefixType = OutputPrefixType.TINK; in serializeParameters() local
249 OutputPrefixType outputPrefixType, in parsePublicKeyFromProto()
H A DJwtRsaSsaPssProtoSerialization.java144 OutputPrefixType outputPrefixType = toProtoOutputPrefixType(parameters); in serializeParameters() local
254 OutputPrefixType outputPrefixType, in getPublicKeyFromProto()
H A DJwtRsaSsaPkcs1ProtoSerialization.java144 OutputPrefixType outputPrefixType = toProtoOutputPrefixType(parameters); in serializeParameters() local
254 OutputPrefixType outputPrefixType, in getPublicKeyFromProto()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/
H A DHpkeProtoSerializationTest.java58 final OutputPrefixType outputPrefixType; field in HpkeProtoSerializationTest.VariantTuple
63 OutputPrefixType outputPrefixType, in VariantTuple()
H A DEciesProtoSerializationTest.java83 final OutputPrefixType outputPrefixType; field in EciesProtoSerializationTest.VariantTuple
87 OutputPrefixType outputPrefixType, in VariantTuple()
/aosp_15_r20/external/tink/python/examples/signature/
H A Dsignature_test_private_keyset.json10 "outputPrefixType":"TINK"}] string
H A Dsignature_test_public_keyset.json10 "outputPrefixType":"TINK"} string
/aosp_15_r20/external/tink/python/examples/jwt/
H A Djwt_test_public_keyset.json12 "outputPrefixType": "TINK" string
/aosp_15_r20/external/tink/java_src/examples/jwt/
H A Djwt_signature_test_private_keyset.json12 "outputPrefixType":"TINK" string
/aosp_15_r20/external/tink/java_src/examples/mac/
H A Dmac_test_keyset.json9 "outputPrefixType": "TINK", string
/aosp_15_r20/external/tink/python/examples/hybrid/
H A Dhybrid_test_private_keyset.json1 …terialType":"ASYMMETRIC_PRIVATE"},"status":"ENABLED","keyId":958452012,"outputPrefixType":"TINK"}]} string
/aosp_15_r20/external/tink/cc/examples/daead/
H A Ddeterministic_aead_test_keyset.json12 "outputPrefixType": "TINK" string
/aosp_15_r20/external/tink/cc/examples/aead/
H A Daead_test_keyset.json10 "outputPrefixType": "TINK", string
/aosp_15_r20/external/tink/cc/examples/digital_signatures/
H A Ddigital_signature_public_keyset.json12 "outputPrefixType": "TINK" string
/aosp_15_r20/external/tink/java_src/examples/hybrid/
H A Dhybrid_test_public_keyset.json1 …aterialType":"ASYMMETRIC_PUBLIC"},"status":"ENABLED","keyId":958452012,"outputPrefixType":"TINK"}]} string
/aosp_15_r20/external/tink/java_src/examples/deterministicaead/
H A Ddeterministic_aead_test_keyset.json1 …v","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":208885046,"outputPrefixType":"TINK"}]} string
/aosp_15_r20/external/tink/python/examples/streaming_aead/
H A Dstreaming_aead_keyset.json9 "outputPrefixType": "RAW", string
/aosp_15_r20/external/tink/cc/examples/key_derivation/
H A Dkeyset.json12 "outputPrefixType": "TINK" string

123