Searched refs:crb3 (Results 1 – 1 of 1) sorted by relevance
309 struct type50_crb3_msg *crb3 = ap_msg->message; in ICACRT_msg_to_type50CRT_msg() local311 memset(crb3, 0, sizeof(*crb3)); in ICACRT_msg_to_type50CRT_msg()312 ap_msg->length = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()313 crb3->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()314 crb3->header.msg_len = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()315 crb3->keyblock_type = TYPE50_CRB3_FMT; in ICACRT_msg_to_type50CRT_msg()316 p = crb3->p + sizeof(crb3->p) - short_len; in ICACRT_msg_to_type50CRT_msg()317 q = crb3->q + sizeof(crb3->q) - short_len; in ICACRT_msg_to_type50CRT_msg()318 dp = crb3->dp + sizeof(crb3->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()319 dq = crb3->dq + sizeof(crb3->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()[all …]