Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/services/backup/java/com/android/server/backup/utils/
DPasswordUtils.java53 public static SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey()
67 public static String buildPasswordHash(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordHash()
109 public static byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, in makeKeyChecksum()
120 private static SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, in buildCharArrayKey()
/frameworks/base/core/java/android/security/net/config/
DPin.java39 public static boolean isSupportedDigestAlgorithm(String algorithm) { in isSupportedDigestAlgorithm()
48 public static int getDigestLength(String algorithm) { in getDigestLength()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreProvider.java142 private void putSecretKeyFactoryImpl(String algorithm) { in putSecretKeyFactoryImpl()
146 private void putKeyFactoryImpl(String algorithm) { in putKeyFactoryImpl()
208 @NonNull KeyStoreSecurityLevel iSecurityLevel, int algorithm) in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
295 @NonNull KeyEntryResponse response, int algorithm, int digest) in makeAndroidKeyStoreSecretKeyFromKeyEntryResponse()
DAndroidKeyStoreBCWorkaroundProvider.java244 private void putMacImpl(String algorithm, String implClass) { in putMacImpl()
260 private void putSignatureImpl(String algorithm, String implClass) { in putSignatureImpl()
DAndroidKeyStoreSecretKey.java34 @NonNull KeyMetadata metadata, @NonNull String algorithm, in AndroidKeyStoreSecretKey()
DAndroidKeyStorePrivateKey.java34 long keyId, @NonNull Authorization[] authorizations, @NonNull String algorithm, in AndroidKeyStorePrivateKey()
DAndroidKeyStorePublicKey.java39 @NonNull String algorithm, @NonNull KeyStoreSecurityLevel securityLevel) { in AndroidKeyStorePublicKey()
DAndroidKeyStoreKey.java52 @NonNull String algorithm, in AndroidKeyStoreKey()
DAndroidKeyStoreKeyAgreementSpi.java161 protected SecretKey engineGenerateSecret(String algorithm) in engineGenerateSecret()
/frameworks/base/core/java/android/security/keystore/recovery/
DKeyDerivationParams.java101 private KeyDerivationParams(@KeyDerivationAlgorithm int algorithm, @NonNull byte[] salt) { in KeyDerivationParams()
108 private KeyDerivationParams(@KeyDerivationAlgorithm int algorithm, @NonNull byte[] salt, in KeyDerivationParams()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobHandle.java62 @NonNull public final String algorithm; field in BlobHandle
92 private BlobHandle(String algorithm, byte[] digest, CharSequence label, long expiryTimeMillis, in BlobHandle()
110 public static @NonNull BlobHandle create(@NonNull String algorithm, @NonNull byte[] digest, in create()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h178 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setCipherAlgorithm()
186 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setMacAlgorithm()
249 const String8& algorithm, in signRSA()
/frameworks/base/core/java/android/text/
DTextDirectionHeuristics.java138 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) { in TextDirectionHeuristicImpl()
178 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm, in TextDirectionHeuristicInternal()
/frameworks/base/core/tests/coretests/src/android/net/http/
DDefaultHttpClientTest.java131 private void authenticateDigestAlgorithm(String algorithm) throws Exception { in authenticateDigestAlgorithm()
/frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
DMediaDrmSigner.java134 String algorithm, byte[] wrappedKey, byte[] message) { in signRSA()
/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java260 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) { in IpSecAlgorithm()
276 public IpSecAlgorithm( in IpSecAlgorithm()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java244 public static int toKeymasterAsymmetricKeyAlgorithm( in toKeymasterAsymmetricKeyAlgorithm()
269 public static int toKeymasterSecretKeyAlgorithm( in toKeymasterSecretKeyAlgorithm()
318 public static int toKeymasterDigest(@NonNull @KeyAlgorithmEnum String algorithm) { in toKeymasterDigest()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerShellCommand.java181 public String algorithm = BlobHandle.ALGO_SHA_256; field in BlobStoreManagerShellCommand.ParsedArgs
/frameworks/base/core/java/android/util/jar/
DStrictJarVerifier.java241 final String algorithm = DIGEST_ALGORITHMS[i]; in initEntry() local
494 String algorithm = DIGEST_ALGORITHMS[i]; in verify() local
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/cdc/
DFingerprintMixerTest.java196 UnencodableSecretKeySpec(byte[] key, int offset, int len, String algorithm) { in UnencodableSecretKeySpec()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotDeserializer.java276 int algorithm = -1; in readKeyDerivationParams() local
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp513 String8 const &algorithm) in setCipherAlgorithm()
533 String8 const &algorithm) in setMacAlgorithm()
705 String8 const &algorithm, in signRSA()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupPasswordManager.java214 private boolean passwordMatchesSaved(String algorithm, String candidatePassword) { in passwordMatchesSaved()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java191 String algorithm, in SSLSocketFactory()
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DPerformAdbRestoreTask.java225 String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, in attemptEncryptionKeyDecryption()

12