Home
last modified time | relevance | path

Searched refs:crypto_unregister_aead (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/
Daead.c388 void crypto_unregister_aead(struct aead_alg *alg) in crypto_unregister_aead() function
392 EXPORT_SYMBOL_GPL(crypto_unregister_aead);
408 crypto_unregister_aead(&algs[i]); in crypto_register_aeads()
419 crypto_unregister_aead(&algs[i]); in crypto_unregister_aeads()
Daegis128.c452 crypto_unregister_aead(&crypto_aegis128_alg); in crypto_aegis128_module_exit()
Daegis256.c467 crypto_unregister_aead(&crypto_aegis256_alg); in crypto_aegis256_module_exit()
Dmorus640.c527 crypto_unregister_aead(&crypto_morus640_alg); in crypto_morus640_module_exit()
Daegis128l.c516 crypto_unregister_aead(&crypto_aegis128l_alg); in crypto_aegis128l_module_exit()
Dmorus1280.c536 crypto_unregister_aead(&crypto_morus1280_alg); in crypto_morus1280_module_exit()
/linux-4.19.296/include/crypto/internal/
Daead.h184 void crypto_unregister_aead(struct aead_alg *alg);