Home
last modified time | relevance | path

Searched refs:getNonce (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DWrappedKey.java150 public byte[] getNonce() { in getNonce() method in WrappedKey
224 new GCMParameterSpec(GCM_TAG_LENGTH_BITS, wrappedKey.getNonce())); in unwrapKeys()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyGeneratorTest.java132 new GCMParameterSpec(GCM_TAG_LENGTH_BITS, wrappedKey.getNonce())); in generateAndStoreKey_storesTheWrappedVersionOfTheRawMaterial()
166 new GCMParameterSpec(GCM_TAG_LENGTH_BITS, wrappedKey.getNonce())); in importKey_storesTheWrappedVersionOfTheRawMaterial()
DWrappedKeyTest.java81 new GCMParameterSpec(GCM_TAG_LENGTH_BITS, wrappedKey.getNonce())); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nullMetadata()
100 new GCMParameterSpec(GCM_TAG_LENGTH_BITS, wrappedKey.getNonce())); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nonNullMetadata()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java93 assertArrayEquals(nonce, retrievedKey.getNonce()); in insertKey_replacesOldKey()
106 assertArrayEquals(nonce, retrievedKey.getNonce()); in insertKey_replacesOldKey()
132 mRecoverableKeyStoreDb.getKey(1, alias).getNonce()); in insertKey_allowsTwoUidsToHaveSameAlias()
135 mRecoverableKeyStoreDb.getKey(2, alias).getNonce()); in insertKey_allowsTwoUidsToHaveSameAlias()
179 assertArrayEquals(nonce, retrievedKey.getNonce()); in getKey_returnsInsertedKey()
211 assertArrayEquals(nonce1, retrievedKey1.getNonce()); in getAllKeys_getsKeysWithUserIdAndGenerationId()
218 assertArrayEquals(nonce2, retrievedKey2.getNonce()); in getAllKeys_getsKeysWithUserIdAndGenerationId()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java1050 if (wwwAuth != null) return wwwAuth.getNonce();
1053 return (proxyAuth == null) ? null : proxyAuth.getNonce();
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java103 values.put(KeysEntry.COLUMN_NAME_NONCE, wrappedKey.getNonce()); in insertKey()
/frameworks/base/services/
Dart-profile8484 PLcom/android/server/locksettings/recoverablekeystore/WrappedKey;->getNonce()[B