Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_api.c903 unsigned short *domain, tdom; in _zcrypt_send_cprb() local
926 tdom = *domain; in _zcrypt_send_cprb()
927 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb()
929 if (!test_bit_inv(tdom, perms->adm)) { in _zcrypt_send_cprb()
942 if (tdom < AP_DOMAINS && in _zcrypt_send_cprb()
943 !ap_test_config_usage_domain(tdom) && in _zcrypt_send_cprb()
944 ap_test_config_ctrl_domain(tdom)) in _zcrypt_send_cprb()
945 tdom = AUTOSEL_DOM; in _zcrypt_send_cprb()
977 (tdom != AUTOSEL_DOM && in _zcrypt_send_cprb()
978 tdom != AP_QID_QUEUE(zq->queue->qid))) in _zcrypt_send_cprb()