Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/uapi/asm/
Dzcrypt.h96 unsigned char cprb_ver_id; /* CPRB version id. 0x02 */ member
174 unsigned char cprb_ver_id; member
/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_msgtype6.c80 unsigned char cprb_ver_id; /* CPRB version id. */ member
148 .cprb_ver_id = 0x02,
710 if (msg->cprbx.cprb_ver_id == 0x02) in convert_response_ica()
742 if (msg->cprbx.cprb_ver_id == 0x02) in convert_response_xcrb()
770 if (msg->cprbx.cprb_ver_id == 0x04) in convert_response_ep11_xcrb()
796 if (msg->cprbx.cprb_ver_id == 0x02) in convert_response_rng()
838 t86r->cprbx.cprb_ver_id == 0x02) { in zcrypt_msgtype6_receive()
889 t86r->cprbx.cprb_ver_id == 0x04) { in zcrypt_msgtype6_receive_ep11()
Dzcrypt_pcicc.h84 unsigned char cprb_ver_id; /* CPRB version id. */ member
Dzcrypt_pcicc.c102 .cprb_ver_id = 0x41,
430 if (msg->cprb.cprb_ver_id == 0x01) in convert_response()
470 t86r->cprb.cprb_ver_id == 0x01) { in zcrypt_pcicc_receive()
Dzcrypt_msgtype6.h148 .cprb_ver_id = 0x02, in rng_type6CPRB_msgX()