Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dauth.c268 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()
H A Dsb.c185 sup->hash_algo = cpu_to_le16(c->auth_hash_algo); in create_default_filesystem()
H A Dubifs.h1504 enum hash_algo auth_hash_algo; member