Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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()
836 t86r->cprbx.cprb_ver_id == 0x02) { in zcrypt_msgtype6_receive()
885 t86r->cprbx.cprb_ver_id == 0x04) { in zcrypt_msgtype6_receive_ep11()
Dzcrypt_msgtype6.h148 .cprb_ver_id = 0x02, in rng_type6CPRB_msgX()