/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/ |
H A D | MutableSerializationRegistryTest.java | 136 private static TestSerializationA serializeKey1ToA(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToA() 142 private static TestSerializationA serializeKey2ToA(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToA() 148 private static TestSerializationB serializeKey1ToB(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToB() 154 private static TestSerializationB serializeKey2ToB(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToB() 161 TestSerializationA serialization, @Nullable SecretKeyAccess access) in parseAToKey1() 171 TestSerializationA serialization, @Nullable SecretKeyAccess access) in parseAToKey2() 181 TestSerializationB serialization, @Nullable SecretKeyAccess access) in parseBToKey1() 191 TestSerializationB serialization, @Nullable SecretKeyAccess access) in parseBToKey2() 500 Key key = registry.parseKeyWithLegacyFallback(protoKey, InsecureSecretKeyAccess.get()); in test_parseKeyWithLegacyFallback_testFallback() local 508 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parseKey() [all …]
|
H A D | MutableSerializationRegistryMultithreadTest.java | 133 private static TestSerializationA serializeKey1ToA(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToA() 139 private static TestSerializationA serializeKey2ToA(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToA() 145 private static TestSerializationB serializeKey1ToB(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToB() 151 private static TestSerializationB serializeKey2ToB(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToB() 158 TestSerializationA serialization, @Nullable SecretKeyAccess access) in parseAToKey1() 168 TestSerializationB serialization, @Nullable SecretKeyAccess access) in parseBToKey1()
|
H A D | SerializationRegistryTest.java | 144 private static TestSerializationA serializeKey1ToA(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToA() 150 private static TestSerializationA serializeKey2ToA(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToA() 156 private static TestSerializationB serializeKey1ToB(TestKey1 key, @Nullable SecretKeyAccess access) in serializeKey1ToB() 162 private static TestSerializationB serializeKey2ToB(TestKey2 key, @Nullable SecretKeyAccess access) in serializeKey2ToB() 169 TestSerializationA serialization, @Nullable SecretKeyAccess access) in parseAToKey1() 179 TestSerializationA serialization, @Nullable SecretKeyAccess access) in parseAToKey2() 189 TestSerializationB serialization, @Nullable SecretKeyAccess access) in parseBToKey1() 199 TestSerializationB serialization, @Nullable SecretKeyAccess access) in parseBToKey2()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-disklrucache-prebuilt/android_common/aar/ |
D | glide-disklrucache-prebuilt.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
D | classes.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-disklrucache-prebuilt/android_common_apex30/aar/ |
D | classes.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
D | glide-disklrucache-prebuilt.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/4.5.0/ |
D | disklrucache-4.5.0.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/4.8.0/ |
D | disklrucache-4.8.0.jar | ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ... |
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/tinkkey/ |
H A D | KeyHandleTest.java | 89 TinkKey key = new DummyTinkKey(/* hasSecret= */ true); in createFromKey_tinkKeyWithSecret_noSecretKeyAccess_shouldThrowException() local 90 KeyAccess access = KeyAccess.publicAccess(); in createFromKey_tinkKeyWithSecret_noSecretKeyAccess_shouldThrowException() local 222 TinkKey key = new DummyTinkKey(/* hasSecret= */ true); in hasSecret_tinkKeyWithSecret_shouldReturnTrue() local 230 TinkKey key = new DummyTinkKey(/* hasSecret= */ false); in hasSecret_tinkKeyWithoutSecret_shouldReturnFalse() local 231 KeyAccess access = KeyAccess.publicAccess(); in hasSecret_tinkKeyWithoutSecret_shouldReturnFalse() local 239 TinkKey key = new DummyTinkKey(/* hasSecret= */ false); in getKey_tinkKeyWithoutSecret_noSecretKeyAccess_shouldWork() local 240 KeyAccess access = KeyAccess.publicAccess(); in getKey_tinkKeyWithoutSecret_noSecretKeyAccess_shouldWork() local 248 TinkKey key = new DummyTinkKey(/* hasSecret= */ false); in getKey_tinkKeyWithoutSecret_secretKeyAccess_shouldWork() local 249 KeyAccess access = SecretKeyAccess.insecureSecretAccess(); in getKey_tinkKeyWithoutSecret_secretKeyAccess_shouldWork() local 257 TinkKey key = new DummyTinkKey(/* hasSecret= */ true); in getKey_tinkKeyWithSecret_noSecretKeyAccess_shouldThrowException() local [all …]
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/ |
H A D | HpkeProtoSerialization.java | 165 private static com.google.crypto.tink.proto.HpkePublicKey toProtoPublicKey(HpkePublicKey key) in toProtoPublicKey() 175 HpkePrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in toProtoPrivateKey() 216 HpkePublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 226 HpkePrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 266 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 296 @Nullable SecretKeyAccess access) in encodePrivateKeyBytes() 307 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | EciesProtoSerialization.java | 240 EciesPublicKey key) throws GeneralSecurityException { in toProtoPublicKey() 270 EciesPrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in toProtoPrivateKey() 305 EciesPublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 315 EciesPrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 345 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 384 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kotlin_headers/ |
D | services.permission-pre-jarjar.jar | ... permission/
com/android/server/permission/access/
com/android/server/permission/access ... |
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtEcdsaProtoSerialization.java | 213 JwtEcdsaPublicKey key) throws GeneralSecurityException { in serializePublicKey() 238 JwtEcdsaPublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 288 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 307 JwtEcdsaPrivateKey key, SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKeyToProto() 319 JwtEcdsaPrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 330 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | JwtRsaSsaPssProtoSerialization.java | 154 JwtRsaSsaPssPublicKey key) throws GeneralSecurityException { in getProtoPublicKey() 171 JwtRsaSsaPssPublicKey key, @Nullable SecretKeyAccess access) in serializePublicKey() 181 private static ByteString encodeSecretBigInteger(SecretBigInteger i, SecretKeyAccess access) { in encodeSecretBigInteger() 186 JwtRsaSsaPssPrivateKey key, @Nullable SecretKeyAccess access) in serializePrivateKey() 296 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 314 private static SecretBigInteger decodeSecretBigInteger(ByteString data, SecretKeyAccess access) { in decodeSecretBigInteger() 321 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | JwtRsaSsaPkcs1ProtoSerialization.java | 154 JwtRsaSsaPkcs1PublicKey key) throws GeneralSecurityException { in getProtoPublicKey() 171 JwtRsaSsaPkcs1PublicKey key, @Nullable SecretKeyAccess access) in serializePublicKey() 181 private static ByteString encodeSecretBigInteger(SecretBigInteger i, SecretKeyAccess access) { in encodeSecretBigInteger() 186 JwtRsaSsaPkcs1PrivateKey key, @Nullable SecretKeyAccess access) in serializePrivateKey() 296 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 314 private static SecretBigInteger decodeSecretBigInteger(ByteString data, SecretKeyAccess access) { in decodeSecretBigInteger() 321 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-proto/1.2.0-alpha01/androidx.datastore_datastore-preferences-proto/android_common/local-combined/ |
D | androidx.datastore_datastore-preferences-proto.jar | ... boolean containsPreferences (java.lang.String)
String key
Class keyClass
public androidx.datastore.preferences.PreferencesProto ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-proto/1.2.0-alpha01/ |
HD | datastore-preferences-proto-1.2.0-alpha01.jar | ... boolean containsPreferences (java.lang.String)
String key
Class keyClass
public androidx.datastore.preferences.PreferencesProto ... |
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/ |
H A D | RsaSsaPkcs1ProtoSerialization.java | 131 RsaSsaPkcs1PublicKey key) throws GeneralSecurityException { in getProtoPublicKey() 156 RsaSsaPkcs1PublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 165 private static ByteString encodeSecretBigInteger(SecretBigInteger i, SecretKeyAccess access) { in encodeSecretBigInteger() 170 RsaSsaPkcs1PrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 221 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 254 private static SecretBigInteger decodeSecretBigInteger(ByteString data, SecretKeyAccess access) { in decodeSecretBigInteger() 261 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | RsaSsaPssProtoSerialization.java | 133 RsaSsaPssPublicKey key) throws GeneralSecurityException { in getProtoPublicKey() 159 RsaSsaPssPublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 168 private static ByteString encodeSecretBigInteger(SecretBigInteger i, SecretKeyAccess access) { in encodeSecretBigInteger() 173 RsaSsaPssPrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 226 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 262 private static SecretBigInteger decodeSecretBigInteger(ByteString data, SecretKeyAccess access) { in decodeSecretBigInteger() 269 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | Ed25519ProtoSerialization.java | 125 Ed25519PublicKey key) { in getProtoPublicKey() 148 Ed25519PublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 158 Ed25519PrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 197 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 223 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
H A D | EcdsaProtoSerialization.java | 240 private static com.google.crypto.tink.proto.EcdsaPublicKey getProtoPublicKey(EcdsaPublicKey key) in getProtoPublicKey() 272 EcdsaPublicKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePublicKey() 282 EcdsaPrivateKey key, @Nullable SecretKeyAccess access) throws GeneralSecurityException { in serializePrivateKey() 325 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePublicKey() 361 ProtoKeySerialization serialization, @Nullable SecretKeyAccess access) in parsePrivateKey()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/tinkkey/ |
H A D | KeyHandle.java | 58 public static KeyHandle createFromKey(TinkKey key, KeyAccess access) in createFromKey() 77 private final TinkKey key; field in KeyHandle 85 private KeyHandle(TinkKey key) { in KeyHandle() 95 protected KeyHandle(TinkKey key, KeyStatusType status, int keyId) { in KeyHandle() 136 public TinkKey getKey(KeyAccess access) throws GeneralSecurityException { in getKey() 151 private void checkAccess(KeyAccess access) throws GeneralSecurityException { in checkAccess()
|
/aosp_15_r20/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 152 HKEY key; in winreg_ConnectRegistry() local 222 HKEY key; in winreg_CreateKey() local 303 HKEY key; in winreg_CreateKeyEx() local 306 REGSAM access = KEY_WRITE; in winreg_CreateKeyEx() local 356 HKEY key; in winreg_DeleteKey() local 430 HKEY key; in winreg_DeleteKeyEx() local 432 REGSAM access = KEY_WOW64_64KEY; in winreg_DeleteKeyEx() local 471 HKEY key; in winreg_DeleteValue() local 533 HKEY key; in winreg_EnumKey() local 586 HKEY key; in winreg_EnumValue() local [all …]
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.cc | 77 bool RegKey::Watcher::StartWatching(HKEY key, ChangeCallback callback) { in StartWatching() 109 RegKey::RegKey(HKEY key) : key_(key) {} in RegKey() 111 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in RegKey() 144 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() 152 REGSAM access) { in CreateWithDisposition() 167 LONG RegKey::CreateKey(const wchar_t* name, REGSAM access) { in CreateKey() 197 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open() 201 LONG RegKey::OpenKey(const wchar_t* relative_key_name, REGSAM access) { in OpenKey() 241 void RegKey::Set(HKEY key) { in Set() 250 HKEY key = key_; in Take() local [all …]
|