Searched refs:af_alg_register_type (Results 1 – 6 of 6) sorted by relevance
166 int af_alg_register_type(const struct af_alg_type *type);
329 return af_alg_register_type(&algif_type_rng); in rng_init()
429 return af_alg_register_type(&algif_type_skcipher); in algif_skcipher_init()
453 return af_alg_register_type(&algif_type_aead); in algif_aead_init()
458 return af_alg_register_type(&algif_type_hash); in algif_hash_init()
62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type() function90 EXPORT_SYMBOL_GPL(af_alg_register_type);