Searched refs:crb3 (Results 1 – 1 of 1) sorted by relevance
304 struct type50_crb3_msg *crb3 = ap_msg->msg; in ICACRT_msg_to_type50CRT_msg() local306 memset(crb3, 0, sizeof(*crb3)); in ICACRT_msg_to_type50CRT_msg()307 ap_msg->len = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()309 crb3->header.msg_len = sizeof(*crb3); in ICACRT_msg_to_type50CRT_msg()310 crb3->keyblock_type = TYPE50_CRB3_FMT; in ICACRT_msg_to_type50CRT_msg()311 p = crb3->p + sizeof(crb3->p) - short_len; in ICACRT_msg_to_type50CRT_msg()312 q = crb3->q + sizeof(crb3->q) - short_len; in ICACRT_msg_to_type50CRT_msg()313 dp = crb3->dp + sizeof(crb3->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()314 dq = crb3->dq + sizeof(crb3->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()315 u = crb3->u + sizeof(crb3->u) - short_len; in ICACRT_msg_to_type50CRT_msg()[all …]