Searched refs:error_reply (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_msgtype6.c | 942 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive() local 970 memcpy(msg->message, &error_reply, in zcrypt_msgtype6_receive() 971 sizeof(error_reply)); in zcrypt_msgtype6_receive() 974 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive() 991 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive_ep11() local 1013 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11() 1016 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11()
|
D | zcrypt_msgtype50.c | 422 static struct error_hdr error_reply = { in zcrypt_cex2a_receive() local 442 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_cex2a_receive()
|