Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_api.c862 unsigned short *domain, tdom; in _zcrypt_send_cprb() local
881 tdom = *domain; in _zcrypt_send_cprb()
882 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb()
884 if (!test_bit_inv(tdom, perms->adm)) { in _zcrypt_send_cprb()
897 if (tdom < AP_DOMAINS && in _zcrypt_send_cprb()
898 !ap_test_config_usage_domain(tdom) && in _zcrypt_send_cprb()
899 ap_test_config_ctrl_domain(tdom)) in _zcrypt_send_cprb()
900 tdom = AUTOSEL_DOM; in _zcrypt_send_cprb()
932 (tdom != AUTOSEL_DOM && in _zcrypt_send_cprb()
933 tdom != AP_QID_QUEUE(zq->queue->qid))) in _zcrypt_send_cprb()