Searched refs:crb3 (Results 1 – 1 of 1) sorted by relevance
287 struct type50_crb3_msg *crb3 = ap_msg->message; in ICACRT_msg_to_type50CRT_msg() local288 memset(crb3, 0, sizeof(*crb3)); in ICACRT_msg_to_type50CRT_msg()289 ap_msg->length = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()290 crb3->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()291 crb3->header.msg_len = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()292 crb3->keyblock_type = TYPE50_CRB3_FMT; in ICACRT_msg_to_type50CRT_msg()293 p = crb3->p + sizeof(crb3->p) - short_len; in ICACRT_msg_to_type50CRT_msg()294 q = crb3->q + sizeof(crb3->q) - short_len; in ICACRT_msg_to_type50CRT_msg()295 dp = crb3->dp + sizeof(crb3->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()296 dq = crb3->dq + sizeof(crb3->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()[all …]