af_alg_register_type   86 crypto/af_alg.c EXPORT_SYMBOL_GPL(af_alg_register_type);
af_alg_register_type  604 crypto/algif_aead.c 	return af_alg_register_type(&algif_type_aead);
af_alg_register_type  477 crypto/algif_hash.c 	return af_alg_register_type(&algif_type_hash);
af_alg_register_type  181 crypto/algif_rng.c 	return af_alg_register_type(&algif_type_rng);
af_alg_register_type  393 crypto/algif_skcipher.c 	return af_alg_register_type(&algif_type_skcipher);
af_alg_register_type  158 include/crypto/if_alg.h int af_alg_register_type(const struct af_alg_type *type);