Home
last modified time | relevance | path

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

12

/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/
DSaProposal.java317 private static boolean isAead(@EncryptionAlgorithm int algorithm) { in isAead()
447 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm) { in addEncryptionAlgorithm()
466 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
477 private void validateOnlyOneModeEncryptAlgoProposedOrThrow( in validateOnlyOneModeEncryptAlgoProposedOrThrow()
497 public Builder addPseudorandomFunction(@PseudorandomFunction int algorithm) { in addPseudorandomFunction()
510 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
564 public static boolean isSupportedEncryptionAlgorithm(@EncryptionAlgorithm int algorithm) { in isSupportedEncryptionAlgorithm()
574 public static boolean isSupportedPseudorandomFunction(@PseudorandomFunction int algorithm) { in isSupportedPseudorandomFunction()
584 public static boolean isSupportedIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in isSupportedIntegrityAlgorithm()
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DPasswordUtils.java51 public static SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey()
65 public static String buildPasswordHash(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordHash()
111 public static byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, in makeKeyChecksum()
122 private static SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, in buildCharArrayKey()
/frameworks/base/core/java/android/security/net/config/
DPin.java37 public static boolean isSupportedDigestAlgorithm(String algorithm) { in isSupportedDigestAlgorithm()
46 public static int getDigestLength(String algorithm) { in getDigestLength()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreBCWorkaroundProvider.java244 private void putMacImpl(String algorithm, String implClass) { in putMacImpl()
260 private void putSignatureImpl(String algorithm, String implClass) { in putSignatureImpl()
DAndroidKeyStorePrivateKey.java28 public AndroidKeyStorePrivateKey(String alias, int uid, String algorithm) { in AndroidKeyStorePrivateKey()
DAndroidKeyStoreSecretKey.java28 public AndroidKeyStoreSecretKey(String alias, int uid, String algorithm) { in AndroidKeyStoreSecretKey()
DAndroidKeyStorePublicKey.java31 … public AndroidKeyStorePublicKey(String alias, int uid, String algorithm, byte[] x509EncodedForm) { in AndroidKeyStorePublicKey()
DAndroidKeyStoreKey.java31 public AndroidKeyStoreKey(String alias, int uid, String algorithm) { in AndroidKeyStoreKey()
DKeyProperties.java189 public static int toKeymasterAsymmetricKeyAlgorithm( in toKeymasterAsymmetricKeyAlgorithm()
214 public static int toKeymasterSecretKeyAlgorithm( in toKeymasterSecretKeyAlgorithm()
263 public static int toKeymasterDigest(@NonNull @KeyAlgorithmEnum String algorithm) { in toKeymasterDigest()
DAndroidKeyStoreProvider.java139 private void putSecretKeyFactoryImpl(String algorithm) { in putSecretKeyFactoryImpl()
143 private void putKeyFactoryImpl(String algorithm) { in putKeyFactoryImpl()
/frameworks/base/core/java/android/security/keystore/recovery/
DKeyDerivationParams.java102 private KeyDerivationParams(@KeyDerivationAlgorithm int algorithm, @NonNull byte[] salt) { in KeyDerivationParams()
109 private KeyDerivationParams(@KeyDerivationAlgorithm int algorithm, @NonNull byte[] salt, in KeyDerivationParams()
/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/net/
DIpSecAlgorithm.java141 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) { in IpSecAlgorithm()
156 public IpSecAlgorithm( in IpSecAlgorithm()
/frameworks/base/core/java/android/text/
DTextDirectionHeuristics.java138 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) { in TextDirectionHeuristicImpl()
178 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm, in TextDirectionHeuristicInternal()
/frameworks/base/wifi/java/android/net/wifi/
DParcelUtil.java72 String algorithm = in.readString(); in readPrivateKey() local
/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/util/jar/
DStrictJarVerifier.java241 final String algorithm = DIGEST_ALGORITHMS[i]; in initEntry() local
494 String algorithm = DIGEST_ALGORITHMS[i]; in verify() local
/frameworks/base/keystore/java/android/security/
DKeyChain.java685 public static boolean isKeyAlgorithmSupported( in isKeyAlgorithmSupported()
712 public static boolean isBoundKeyAlgorithm( in isBoundKeyAlgorithm()
DIKeyChainService.aidl37 int generateKeyPair(in String algorithm, in ParcelableKeyGenParameterSpec spec); in generateKeyPair()
/frameworks/base/services/robotests/backup/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.java277 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.java189 String algorithm, in SSLSocketFactory()

12