Searched refs:auth_hash_algo (Results 1 – 3 of 3) sorted by relevance
268 c->auth_hash_algo = match_string(hash_algo_name, HASH_ALGO__LAST, in ubifs_init_authentication()270 if ((int)c->auth_hash_algo < 0) { in ubifs_init_authentication()
185 sup->hash_algo = cpu_to_le16(c->auth_hash_algo); in create_default_filesystem()
1504 enum hash_algo auth_hash_algo; member