Home
last modified time | relevance | path

Searched defs:protoKey (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/streamingaead/
H A DAesCtrHmacStreamingProtoSerializationTest.java520 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_simple() local
563 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentKeySizeBytes() local
606 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentDerivedKeySize() local
649 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentHkdfHashType() local
692 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentHmacHashType() local
736 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentHmacTagSize() local
780 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in serializeParseKey_differentCiphertextSegmentSize() local
823 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_crunchy() local
861 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_tink() local
899 com.google.crypto.tink.proto.AesCtrHmacStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_legacy() local
H A DAesGcmHkdfStreamingProtoSerializationTest.java400 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in serializeParseKey_simple() local
440 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in serializeParseKey_differentKeySizeBytes() local
480 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in serializeParseKey_differentDerivedKeySize() local
520 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in serializeParseKey_differentHkdfHashType() local
560 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in serializeParseKey_differentCiphertextSegmentSize() local
600 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_crunchy() local
635 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_tink() local
670 com.google.crypto.tink.proto.AesGcmHkdfStreamingKey protoKey = in parseKey_ignoreOutputPrefixType_legacy() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtHmacProtoSerializationTest.java208 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeParseKey_kidStrategyIsIgnored_works() local
242 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeParseKey_kidStrategyIsIgnored_differentAlgorithm_works() local
280 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeParseKey_kidStrategyIsCustom_works() local
319 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeParseKey_kidStrategyIsCustom_differentAlgorithm_works() local
358 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeParseKey_kidStrategyIsBase64_works() local
384 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeKey_wrongVersion_throws() local
405 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeKey_unknownAlgorithm_throws() local
426 com.google.crypto.tink.proto.JwtHmacKey protoKey = in serializeKey_tinkKeyWithCustomSet_throws() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/keyderivation/internal/
H A DPrfBasedKeyDerivationKeyProtoSerializationTest.java363 PrfBasedDeriverKey protoKey = in testParseSerializeKey_basicRaw_works() local
417 PrfBasedDeriverKey protoKey = in testParseSerializeKey_basicTink_works() local
455 PrfBasedDeriverKey protoKey = in testParseKey_unkownPrfTypeUrl_throws() local
497 PrfBasedDeriverKey protoKey = in testParseKey_unknownParameters_throws() local
538 PrfBasedDeriverKey protoKey = in testParseKey_outputPrefixMismatch_throws() local
589 PrfBasedDeriverKey protoKey = in testParseSerializeKey_missingSecretKeyAccess_throws() local
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
H A DSharedPreferencesUtil.java86 SharedPreferences prefs, final K protoKey, final T protoValue) { in writeProto()
96 SharedPreferences.Editor editor, final K protoKey, final T protoValue) { in writeProto()
110 SharedPreferences prefs, String protoKey) { in removeProto()
116 SharedPreferences.Editor editor, final K protoKey) { in removeProto()
121 public static void removeProto(SharedPreferences.Editor editor, String protoKey) { in removeProto()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DMutableSerializationRegistryTest.java493 ProtoKeySerialization protoKey = in test_parseKeyWithLegacyFallback_testFallback() local
521 ProtoKeySerialization protoKey = in test_parseKeyWithLegacyFallback_testRegistered() local
535 ProtoKeySerialization protoKey = in test_parseKeyWithLegacyFallback_testFallback_missingAccess() local
550 ProtoKeySerialization protoKey = in test_parseKeyWithLegacyFallback_testFallback_accessNotNeededRemote() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtEcdsaProtoSerialization.java248 com.google.crypto.tink.proto.JwtEcdsaPublicKey protoKey, in parsePublicKeyFromProto()
296 com.google.crypto.tink.proto.JwtEcdsaPublicKey protoKey = in parsePublicKey() local
338 com.google.crypto.tink.proto.JwtEcdsaPrivateKey protoKey = in parsePrivateKey() local
H A DJwtRsaSsaPssProtoSerialization.java253 com.google.crypto.tink.proto.JwtRsaSsaPssPublicKey protoKey, in getPublicKeyFromProto()
304 com.google.crypto.tink.proto.JwtRsaSsaPssPublicKey protoKey = in parsePublicKey() local
329 com.google.crypto.tink.proto.JwtRsaSsaPssPrivateKey protoKey = in parsePrivateKey() local
H A DJwtRsaSsaPkcs1ProtoSerialization.java253 com.google.crypto.tink.proto.JwtRsaSsaPkcs1PublicKey protoKey, in getPublicKeyFromProto()
304 com.google.crypto.tink.proto.JwtRsaSsaPkcs1PublicKey protoKey = in parsePublicKey() local
329 com.google.crypto.tink.proto.JwtRsaSsaPkcs1PrivateKey protoKey = in parsePrivateKey() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/tinkkey/
H A DKeyHandleTest.java160 ProtoKey protoKey = (ProtoKey) handle.getKey(SecretKeyAccess.insecureSecretAccess()); in generateNew_shouldWork() local
177 ProtoKey protoKey = new ProtoKey(keyData, KeyTemplate.OutputPrefixType.TINK); in generateNew_compareWith_createFromKeyViaProtoKey_shouldBeEqual() local
199 ProtoKey protoKey = (ProtoKey) handle.getKey(SecretKeyAccess.insecureSecretAccess()); in generateNew_generatesDifferentKeys() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/
H A DEd25519ProtoSerialization.java205 com.google.crypto.tink.proto.Ed25519PublicKey protoKey = in parsePublicKey() local
231 com.google.crypto.tink.proto.Ed25519PrivateKey protoKey = in parsePrivateKey() local
H A DRsaSsaPkcs1ProtoSerialization.java229 com.google.crypto.tink.proto.RsaSsaPkcs1PublicKey protoKey = in parsePublicKey() local
269 com.google.crypto.tink.proto.RsaSsaPkcs1PrivateKey protoKey = in parsePrivateKey() local
H A DRsaSsaPssProtoSerialization.java234 com.google.crypto.tink.proto.RsaSsaPssPublicKey protoKey = in parsePublicKey() local
277 com.google.crypto.tink.proto.RsaSsaPssPrivateKey protoKey = in parsePrivateKey() local
H A DEcdsaProtoSerialization.java333 com.google.crypto.tink.proto.EcdsaPublicKey protoKey = in parsePublicKey() local
369 com.google.crypto.tink.proto.EcdsaPrivateKey protoKey = in parsePrivateKey() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/
H A DHpkeProtoSerialization.java274 com.google.crypto.tink.proto.HpkePublicKey protoKey = in parsePublicKey() local
315 com.google.crypto.tink.proto.HpkePrivateKey protoKey = in parsePrivateKey() local
H A DEciesProtoSerialization.java353 com.google.crypto.tink.proto.EciesAeadHkdfPublicKey protoKey = in parsePublicKey() local
392 com.google.crypto.tink.proto.EciesAeadHkdfPrivateKey protoKey = in parsePrivateKey() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DPrimitiveSetTest.java540 Key protoKey = in getKeyWithParser_works() local
566 Key protoKey = in addPrimitiveWithInvalidKeyThatHasAParser_throws() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/
H A DAesCmacPrfProtoSerialization.java137 com.google.crypto.tink.proto.AesCmacPrfKey protoKey = in parseKey() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/
H A DChaCha20Poly1305ProtoSerialization.java166 com.google.crypto.tink.proto.ChaCha20Poly1305Key protoKey = in parseKey() local
H A DXChaCha20Poly1305ProtoSerialization.java167 com.google.crypto.tink.proto.XChaCha20Poly1305Key protoKey = in parseKey() local
H A DAesGcmSivProtoSerialization.java167 com.google.crypto.tink.proto.AesGcmSivKey protoKey = in parseKey() local
H A DAesEaxProtoSerialization.java179 com.google.crypto.tink.proto.AesEaxKey protoKey = in parseKey() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DHmacProtoSerialization.java167 com.google.crypto.tink.proto.HmacKey protoKey = in parseKey() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeysetHandle.java558 private static ProtoKeySerialization toProtoKeySerialization(Keyset.Key protoKey) { in toProtoKeySerialization()
1108 Keyset.Key protoKey = keyset.getKey(i); in getPrimitiveWithKnownInputPrimitive() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/
H A DAesCmacProtoSerialization.java173 com.google.crypto.tink.proto.AesCmacKey protoKey = in parseKey() local

123