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

/linux-master/include/crypto/
H A Dif_alg.h165 int af_alg_unregister_type(const struct af_alg_type *type);
/linux-master/crypto/
H A Dalgif_rng.c335 int err = af_alg_unregister_type(&algif_type_rng);
H A Dalgif_skcipher.c434 int err = af_alg_unregister_type(&algif_type_skcipher);
H A Dalgif_hash.c468 int err = af_alg_unregister_type(&algif_type_hash);
H A Dalgif_aead.c585 int err = af_alg_unregister_type(&algif_type_aead);
H A Daf_alg.c92 int af_alg_unregister_type(const struct af_alg_type *type) function
111 EXPORT_SYMBOL_GPL(af_alg_unregister_type); variable

Completed in 127 milliseconds