Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_api.h155 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
Dzcrypt_msgtype6.c1371 zcrypt_msgtype_unregister(&zcrypt_msgtype6_norng_ops); in zcrypt_msgtype6_exit()
1372 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ops); in zcrypt_msgtype6_exit()
1373 zcrypt_msgtype_unregister(&zcrypt_msgtype6_ep11_ops); in zcrypt_msgtype6_exit()
Dzcrypt_msgtype50.c566 zcrypt_msgtype_unregister(&zcrypt_msgtype50_ops); in zcrypt_msgtype50_exit()
Dzcrypt_api.c98 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister() function