Home
last modified time | relevance | path

Searched refs:N_factor (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DExt4Crypt.cpp73 const char* N_factor = "N_factor"; variable
104 && props.Set<int>(tag::N_factor, crypt_ftr.N_factor) in put_crypt_ftr_and_key()
145 crypt_ftr.N_factor = props.Get<int>(tag::N_factor); in get_crypt_ftr_and_key()
Dcryptfs.h116 __le8 N_factor; /* (1 << N) */ member
Dcryptfs.c507 ftr->N_factor = params[0]; in get_device_scrypt_params()
1270 int N = 1 << ftr->N_factor;
1293 int N = 1 << ftr->N_factor;
1391 int N = 1 << crypt_ftr->N_factor;
1870 int N = 1 << crypt_ftr->N_factor;
3747 int N = 1 << ftr->N_factor;