Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_pcixcc.c198 if (cprbx->ccp_rtcode == 8 && cprbx->ccp_rscode == 33) in zcrypt_pcixcc_mcl()
251 if (reply->cprbx.ccp_rtcode == 0 && reply->cprbx.ccp_rscode == 0) in zcrypt_pcixcc_rng_supported()
Dzcrypt_pcicc.h113 unsigned short ccp_rtcode; /* server return code ULESHORT */ member
Dzcrypt_msgtype6.c109 unsigned short ccp_rtcode; /* server return code ULESHORT */ member
556 service_rc = msg->cprbx.ccp_rtcode; in convert_type86_ica()
680 if (msg->cprbx.ccp_rtcode != 0 || msg->cprbx.ccp_rscode != 0) in convert_type86_rng()
699 if (msg->cprbx.ccp_rtcode && in convert_response_ica()
Dzcrypt_pcicc.c360 service_rc = le16_to_cpu(msg->cprb.ccp_rtcode); in convert_type86()
/linux-4.1.27/arch/s390/include/uapi/asm/
Dzcrypt.h121 unsigned short ccp_rtcode; /* server return code */ member