Lines Matching refs:ap_perms
127 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()
1293 struct ap_perms *perms = in zcrypt_unlocked_ioctl()
1294 (struct ap_perms *) filp->private_data; in zcrypt_unlocked_ioctl()
1500 static long trans_modexpo32(struct ap_perms *perms, struct file *filp, in trans_modexpo32()
1542 static long trans_modexpo_crt32(struct ap_perms *perms, struct file *filp, in trans_modexpo_crt32()
1595 static long trans_xcRB32(struct ap_perms *perms, struct file *filp, in trans_xcRB32()
1645 struct ap_perms *perms = in zcrypt_compat_ioctl()
1646 (struct ap_perms *) filp->private_data; in zcrypt_compat_ioctl()