Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_msgtype50.c284 struct type50_crb1_msg *crb1 = ap_msg->msg; in ICACRT_msg_to_type50CRT_msg() local
286 memset(crb1, 0, sizeof(*crb1)); in ICACRT_msg_to_type50CRT_msg()
287 ap_msg->len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
288 crb1->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()
289 crb1->header.msg_len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
290 crb1->keyblock_type = TYPE50_CRB1_FMT; in ICACRT_msg_to_type50CRT_msg()
291 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
292 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
293 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
294 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all …]