Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_msgtype6.c931 struct type86x_reply *t86r; in zcrypt_msgtype6_receive() local
937 t86r = reply->msg; in zcrypt_msgtype6_receive()
938 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive()
939 t86r->cprbx.cprb_ver_id == 0x02) { in zcrypt_msgtype6_receive()
942 len = sizeof(struct type86x_reply) + t86r->length - 2; in zcrypt_msgtype6_receive()
951 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
987 struct type86_ep11_reply *t86r; in zcrypt_msgtype6_receive_ep11() local
993 t86r = reply->msg; in zcrypt_msgtype6_receive_ep11()
994 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive_ep11()
995 t86r->cprbx.cprb_ver_id == 0x04) { in zcrypt_msgtype6_receive_ep11()
[all …]