Searched refs:alg_spec (Results 1 – 1 of 1) sorted by relevance
142 struct alg_spec { struct254 struct alg_spec internal_hash_alg;255 struct alg_spec journal_crypt_alg;256 struct alg_spec journal_mac_alg;3246 static void free_alg(struct alg_spec *a) in free_alg()3253 static int get_alg_and_key(const char *arg, struct alg_spec *a, char **error, char *error_inval) in get_alg_and_key()3287 static int get_mac(struct crypto_shash **hash, struct alg_spec *a, char **error, in get_mac()