Searched refs:RSA_KEY_SIZE (Results 1 - 2 of 2) sorted by relevance

/system/vold/tests/
H A DCryptfsScryptHidlizationEquivalence_test.cpp48 #define RSA_KEY_SIZE 2048 macro
49 #define RSA_KEY_SIZE_BYTES (RSA_KEY_SIZE / 8)
161 keymaster_param_int(KM_TAG_KEY_SIZE, RSA_KEY_SIZE),
198 params.modulus_size = RSA_KEY_SIZE;
381 int rc = keymaster_create_key_for_cryptfs_scrypt(RSA_KEY_SIZE, RSA_EXPONENT,
/system/vold/
H A Dcryptfs.cpp98 #define RSA_KEY_SIZE 2048 macro
99 #define RSA_KEY_SIZE_BYTES (RSA_KEY_SIZE / 8)
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,

Completed in 79 milliseconds