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

/linux-master/arch/s390/crypto/
H A Dpaes_s390.c724 static inline void __crypto_unregister_skcipher(struct skcipher_alg *alg) function
732 __crypto_unregister_skcipher(&ctr_paes_alg);
733 __crypto_unregister_skcipher(&xts_paes_alg);
734 __crypto_unregister_skcipher(&cbc_paes_alg);
735 __crypto_unregister_skcipher(&ecb_paes_alg);

Completed in 633 milliseconds