Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c298 struct type50_crb2_msg *crb2 = ap_msg->msg; in ICACRT_msg_to_type50CRT_msg() local
300 memset(crb2, 0, sizeof(*crb2)); in ICACRT_msg_to_type50CRT_msg()
301 ap_msg->len = sizeof(*crb2); in ICACRT_msg_to_type50CRT_msg()
302 crb2->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()
303 crb2->header.msg_len = sizeof(*crb2); in ICACRT_msg_to_type50CRT_msg()
304 crb2->keyblock_type = TYPE50_CRB2_FMT; in ICACRT_msg_to_type50CRT_msg()
305 p = crb2->p + sizeof(crb2->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
306 q = crb2->q + sizeof(crb2->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
307 dp = crb2->dp + sizeof(crb2->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
308 dq = crb2->dq + sizeof(crb2->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all …]