Searched refs:error_reply (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/s390/crypto/ |
| D | zcrypt_msgtype6.c | 924 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive() local 952 memcpy(msg->message, &error_reply, in zcrypt_msgtype6_receive() 953 sizeof(error_reply)); in zcrypt_msgtype6_receive() 956 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive() 973 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive_ep11() local 995 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11() 998 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11()
|
| D | zcrypt_msgtype50.c | 420 static struct error_hdr error_reply = { in zcrypt_cex2a_receive() local 440 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_cex2a_receive()
|