Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_api.c807 unsigned short *domain, tdom; in _zcrypt_send_cprb() local
823 tdom = *domain; in _zcrypt_send_cprb()
824 if (tdom >= 0 && tdom < AP_DOMAINS && in _zcrypt_send_cprb()
825 !ap_test_config_usage_domain(tdom) && in _zcrypt_send_cprb()
826 ap_test_config_ctrl_domain(tdom) && in _zcrypt_send_cprb()
828 tdom = ap_domain_index; in _zcrypt_send_cprb()
852 (tdom != (unsigned short) AUTOSELECT && in _zcrypt_send_cprb()
853 tdom != AP_QID_QUEUE(zq->queue->qid))) in _zcrypt_send_cprb()