HomeSort by relevance Sort by last modified time
    Searched full:rsa_exponent (Results 1 - 7 of 7) sorted by null

  /system/vold/
Keymaster.cpp 240 static km::AuthorizationSet keyParams(uint32_t rsa_key_size, uint64_t rsa_exponent,
243 .RsaSigningKey(rsa_key_size, rsa_exponent)
250 int keymaster_create_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent,
262 if (!dev.generateKey(keyParams(rsa_key_size, rsa_exponent, ratelimit), &key)) return -1;
267 int keymaster_upgrade_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent,
281 if (!dev.upgradeKey(old_key, keyParams(rsa_key_size, rsa_exponent, ratelimit), &new_key))
Keymaster.h 146 int keymaster_create_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent,
150 int keymaster_upgrade_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent,
cryptfs.cpp 100 #define RSA_EXPONENT 0x10001
129 int rc = keymaster_create_key_for_cryptfs_scrypt(RSA_KEY_SIZE, RSA_EXPONENT,
197 RSA_KEY_SIZE, RSA_EXPONENT, KEYMASTER_CRYPTFS_RATE_LIMIT, ftr->keymaster_blob,
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/cryptocell/
cryptocell_crypto.c 26 #define RSA_EXPONENT 65537
187 if (exp != RSA_EXPONENT)
  /system/vold/tests/
CryptfsScryptHidlizationEquivalence_test.cpp 50 #define RSA_EXPONENT 0x10001
162 keymaster_param_long(KM_TAG_RSA_PUBLIC_EXPONENT, RSA_EXPONENT),
197 params.public_exponent = RSA_EXPONENT;
381 int rc = keymaster_create_key_for_cryptfs_scrypt(RSA_KEY_SIZE, RSA_EXPONENT,
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 

Completed in 329 milliseconds