Home
last modified time | relevance | path

Searched refs:af_alg_register_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/crypto/
H A Dif_alg.h162 int af_alg_register_type(const struct af_alg_type *type);
/openbmc/linux/crypto/
H A Dalgif_rng.c330 return af_alg_register_type(&algif_type_rng); in rng_init()
H A Dalgif_skcipher.c363 return af_alg_register_type(&algif_type_skcipher); in algif_skcipher_init()
H A Dalgif_hash.c463 return af_alg_register_type(&algif_type_hash); in algif_hash_init()
H A Dalgif_aead.c580 return af_alg_register_type(&algif_type_aead); in algif_aead_init()
H A Daf_alg.c62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type() function
90 EXPORT_SYMBOL_GPL(af_alg_register_type);