/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/streamingaead/ |
H A D | AesCtrHmacStreamingProtoSerializationTest.java | 520 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 D | AesGcmHkdfStreamingProtoSerializationTest.java | 400 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 D | JwtHmacProtoSerializationTest.java | 208 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 D | PrfBasedKeyDerivationKeyProtoSerializationTest.java | 363 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 D | SharedPreferencesUtil.java | 86 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 D | MutableSerializationRegistryTest.java | 493 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 D | JwtEcdsaProtoSerialization.java | 248 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 D | JwtRsaSsaPssProtoSerialization.java | 253 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 D | JwtRsaSsaPkcs1ProtoSerialization.java | 253 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 D | KeyHandleTest.java | 160 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 D | Ed25519ProtoSerialization.java | 205 com.google.crypto.tink.proto.Ed25519PublicKey protoKey = in parsePublicKey() local 231 com.google.crypto.tink.proto.Ed25519PrivateKey protoKey = in parsePrivateKey() local
|
H A D | RsaSsaPkcs1ProtoSerialization.java | 229 com.google.crypto.tink.proto.RsaSsaPkcs1PublicKey protoKey = in parsePublicKey() local 269 com.google.crypto.tink.proto.RsaSsaPkcs1PrivateKey protoKey = in parsePrivateKey() local
|
H A D | RsaSsaPssProtoSerialization.java | 234 com.google.crypto.tink.proto.RsaSsaPssPublicKey protoKey = in parsePublicKey() local 277 com.google.crypto.tink.proto.RsaSsaPssPrivateKey protoKey = in parsePrivateKey() local
|
H A D | EcdsaProtoSerialization.java | 333 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 D | HpkeProtoSerialization.java | 274 com.google.crypto.tink.proto.HpkePublicKey protoKey = in parsePublicKey() local 315 com.google.crypto.tink.proto.HpkePrivateKey protoKey = in parsePrivateKey() local
|
H A D | EciesProtoSerialization.java | 353 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 D | PrimitiveSetTest.java | 540 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 D | AesCmacPrfProtoSerialization.java | 137 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 D | ChaCha20Poly1305ProtoSerialization.java | 166 com.google.crypto.tink.proto.ChaCha20Poly1305Key protoKey = in parseKey() local
|
H A D | XChaCha20Poly1305ProtoSerialization.java | 167 com.google.crypto.tink.proto.XChaCha20Poly1305Key protoKey = in parseKey() local
|
H A D | AesGcmSivProtoSerialization.java | 167 com.google.crypto.tink.proto.AesGcmSivKey protoKey = in parseKey() local
|
H A D | AesEaxProtoSerialization.java | 179 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 D | HmacProtoSerialization.java | 167 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 D | KeysetHandle.java | 558 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 D | AesCmacProtoSerialization.java | 173 com.google.crypto.tink.proto.AesCmacKey protoKey = in parseKey() local
|