Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_api.h154 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
Dzcrypt_msgtype6.c1415 zcrypt_msgtype_unregister(&zcrypt_msgtype6_norng_ops); in zcrypt_msgtype6_exit()
1416 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ops); in zcrypt_msgtype6_exit()
1417 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ep11_ops); in zcrypt_msgtype6_exit()
Dzcrypt_msgtype50.c579 zcrypt_msgtype_unregister(&zcrypt_msgtype50_ops); in zcrypt_msgtype50_exit()
Dzcrypt_api.c97 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister() function