Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_pcica.c245 static struct error_hdr error_reply = { in zcrypt_pcica_receive() local
254 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcica_receive()
262 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcica_receive()
Dzcrypt_pcicc.c447 static struct error_hdr error_reply = { in zcrypt_pcicc_receive() local
456 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcicc_receive()
466 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcicc_receive()
Dzcrypt_cex2a.c304 static struct error_hdr error_reply = { in zcrypt_cex2a_receive() local
313 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_cex2a_receive()
324 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_cex2a_receive()
Dzcrypt_pcixcc.c641 static struct error_hdr error_reply = { in zcrypt_pcixcc_receive() local
652 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcixcc_receive()
671 memcpy(msg->message, &error_reply, sizeof error_reply); in zcrypt_pcixcc_receive()
674 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcixcc_receive()