Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c959 static int aes_s390_skciphers_num; variable
968 aes_s390_skcipher_algs[aes_s390_skciphers_num++] = alg; in aes_s390_register_skcipher()
976 while (aes_s390_skciphers_num--) in aes_s390_fini()
977 crypto_unregister_skcipher(aes_s390_skcipher_algs[aes_s390_skciphers_num]); in aes_s390_fini()