HomeSort by relevance Sort by last modified time
    Searched refs:calculatePbeMac (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 833 byte[] res = calculatePbeMac(macAlgorithm.getAlgorithm(), salt, itCount, password, false, data);
844 res = calculatePbeMac(macAlgorithm.getAlgorithm(), salt, itCount, password, true, data);
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 837 byte[] res = calculatePbeMac(macAlgorithm.getAlgorithm(), salt, itCount, password, false, data);
848 res = calculatePbeMac(macAlgorithm.getAlgorithm(), salt, itCount, password, true, data);
    [all...]

Completed in 245 milliseconds