Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c69 struct ap_perms ap_perms; variable
70 EXPORT_SYMBOL(ap_perms);
714 devres = test_bit_inv(card, ap_perms.apm) in __ap_revise_reserved()
715 && test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved()
743 if (test_bit_inv(card, ap_perms.apm) in ap_owned_by_def_drv()
744 && test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv()
762 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv()
765 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv()
790 devres = test_bit_inv(card, ap_perms.apm) in ap_device_probe()
791 && test_bit_inv(queue, ap_perms.aqm); in ap_device_probe()
[all …]
Dzcrypt_api.c127 struct ap_perms perms;
493 struct ap_perms *perms = &ap_perms; in zcrypt_open()
540 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
559 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card()
564 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue()
631 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
715 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
799 static long _zcrypt_send_cprb(struct ap_perms *perms, in _zcrypt_send_cprb()
895 return _zcrypt_send_cprb(&ap_perms, xcRB); in zcrypt_send_cprb()
923 static long zcrypt_send_ep11_cprb(struct ap_perms *perms, in zcrypt_send_ep11_cprb()
[all …]
Dap_bus.h269 struct ap_perms { struct
274 extern struct ap_perms ap_perms; argument