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