Searched refs:getRandomBytesToMixIntoKeystoreRng (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationUtils.java98 static byte[] getRandomBytesToMixIntoKeystoreRng(SecureRandom rng, int sizeBytes) { method in class:KeyStoreCryptoOperationUtils
H A DAndroidKeyStoreKeyGeneratorSpi.java293 KeyStoreCryptoOperationUtils.getRandomBytesToMixIntoKeystoreRng(
H A DAndroidKeyStoreSignatureSpiBase.java326 KeyStoreCryptoOperationUtils.getRandomBytesToMixIntoKeystoreRng(
H A DAndroidKeyStoreCipherSpiBase.java237 byte[] additionalEntropy = KeyStoreCryptoOperationUtils.getRandomBytesToMixIntoKeystoreRng(
471 KeyStoreCryptoOperationUtils.getRandomBytesToMixIntoKeystoreRng(
H A DAndroidKeyStoreKeyPairGeneratorSpi.java467 KeyStoreCryptoOperationUtils.getRandomBytesToMixIntoKeystoreRng(

Completed in 64 milliseconds