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

  /system/security/keystore/
defaults.h 40 constexpr int32_t RSA_MAX_KEY_SIZE = 8192;
key_store_service.cpp 391 } else if (keySize < RSA_MIN_KEY_SIZE || keySize > RSA_MAX_KEY_SIZE) {
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 117 private static final int RSA_MAX_KEY_SIZE = 8192;
    [all...]

Completed in 122 milliseconds