Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_msgtype6.c822 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive() local
850 memcpy(msg->message, &error_reply, in zcrypt_msgtype6_receive()
851 sizeof(error_reply)); in zcrypt_msgtype6_receive()
854 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive()
871 static struct error_hdr error_reply = { in zcrypt_msgtype6_receive_ep11() local
893 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11()
896 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_msgtype6_receive_ep11()
Dzcrypt_msgtype50.c390 static struct error_hdr error_reply = { in zcrypt_cex2a_receive() local
410 memcpy(msg->message, reply->message, sizeof(error_reply)); in zcrypt_cex2a_receive()