Searched refs:crb1 (Results 1 – 1 of 1) sorted by relevance
260 struct type50_crb1_msg *crb1 = ap_msg->message; in ICACRT_msg_to_type50CRT_msg() local261 memset(crb1, 0, sizeof(*crb1)); in ICACRT_msg_to_type50CRT_msg()262 ap_msg->length = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()263 crb1->header.msg_type_code = TYPE50_TYPE_CODE; in ICACRT_msg_to_type50CRT_msg()264 crb1->header.msg_len = sizeof(*crb1); in ICACRT_msg_to_type50CRT_msg()265 crb1->keyblock_type = TYPE50_CRB1_FMT; in ICACRT_msg_to_type50CRT_msg()266 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()267 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()268 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()269 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()[all …]