Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dif_alg.h167 int af_alg_unregister_type(const struct af_alg_type *type);
/linux/crypto/
H A Dalgif_rng.c334 int err = af_alg_unregister_type(&algif_type_rng); in rng_exit()
H A Dalgif_skcipher.c434 int err = af_alg_unregister_type(&algif_type_skcipher); in algif_skcipher_exit()
H A Dalgif_aead.c458 int err = af_alg_unregister_type(&algif_type_aead); in algif_aead_exit()
H A Dalgif_hash.c463 int err = af_alg_unregister_type(&algif_type_hash); in algif_hash_exit()
H A Daf_alg.c92 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type() function
111 EXPORT_SYMBOL_GPL(af_alg_unregister_type);