Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c718 case TYPE86_RSP_CODE: in convert_response_ica()
762 case TYPE86_RSP_CODE: in convert_response_xcrb()
795 case TYPE86_RSP_CODE: in convert_response_ep11_xcrb()
826 case TYPE86_RSP_CODE: in convert_response_rng()
871 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive()
935 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive_ep11()
H A Dzcrypt_error.h114 ehdr->type == TYPE86_RSP_CODE) { in convert_error()
H A Dzcrypt_msgtype6.h80 #define TYPE86_RSP_CODE 0x86 macro