Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_msgtype50.c280 struct type50_crb1_msg *crb1 = ap_msg->message; in ICACRT_msg_to_type50CRT_msg() local
282 memset(crb1, 0, sizeof(*crb1)); in ICACRT_msg_to_type50CRT_msg()
283 ap_msg->length = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
284 crb1->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()
285 crb1->header.msg_len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
286 crb1->keyblock_type = TYPE50_CRB1_FMT; in ICACRT_msg_to_type50CRT_msg()
287 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
288 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
289 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
290 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all …]