Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_api.h169 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
H A Dzcrypt_msgtype6.c1347 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ops); in zcrypt_msgtype6_exit()
1348 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ep11_ops); in zcrypt_msgtype6_exit()
H A Dzcrypt_msgtype50.c561 zcrypt_msgtype_unregister(&zcrypt_msgtype50_ops); in zcrypt_msgtype50_exit()
H A Dzcrypt_api.c90 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister() function