Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c275 struct type50_crb1_msg *crb1 = ap_msg->msg; in ICACRT_msg_to_type50CRT_msg() local
277 memset(crb1, 0, sizeof(*crb1)); in ICACRT_msg_to_type50CRT_msg()
278 ap_msg->len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
280 crb1->header.msg_len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()
281 crb1->keyblock_type = TYPE50_CRB1_FMT; in ICACRT_msg_to_type50CRT_msg()
282 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
283 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
284 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
285 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
286 u = crb1->u + sizeof(crb1->u) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all …]