Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_msgtype50.c355 struct type80_hdr *t80h = reply->message; in convert_type80() local
358 if (t80h->len < sizeof(*t80h) + outputdatalength) { in convert_type80()
368 t80h->code); in convert_type80()
372 BUG_ON(t80h->len > CEX2A_MAX_RESPONSE_SIZE); in convert_type80()
374 BUG_ON(t80h->len > CEX3A_MAX_RESPONSE_SIZE); in convert_type80()
375 data = reply->message + t80h->len - outputdatalength; in convert_type80()
426 struct type80_hdr *t80h; in zcrypt_cex2a_receive() local
432 t80h = reply->message; in zcrypt_cex2a_receive()
433 if (t80h->type == TYPE80_RSP_CODE) { in zcrypt_cex2a_receive()
436 CEX2A_MAX_RESPONSE_SIZE, t80h->len); in zcrypt_cex2a_receive()
[all …]