Lines Matching full:pl
66 u8 *pl = NULL; in ep11_kb_split() local
87 pl = (u8 *)kb + hdrsize; in ep11_kb_split()
94 *kbpl = pl; in ep11_kb_split()
109 struct ep11keyblob *pl = NULL; in ep11_kb_decode() local
131 pl = (struct ep11keyblob *)tmpp; in ep11_kb_decode()
139 *kbpl = pl; in ep11_kb_decode()
468 static int check_reply_pl(const u8 *pl, const char *func) in check_reply_pl() argument
474 if (*pl++ != 0x30) { in check_reply_pl()
480 if (*pl < 127) { in check_reply_pl()
481 len = *pl; in check_reply_pl()
482 pl++; in check_reply_pl()
483 } else if (*pl == 0x81) { in check_reply_pl()
484 pl++; in check_reply_pl()
485 len = *pl; in check_reply_pl()
486 pl++; in check_reply_pl()
487 } else if (*pl == 0x82) { in check_reply_pl()
488 pl++; in check_reply_pl()
489 len = *((u16 *)pl); in check_reply_pl()
490 pl += 2; in check_reply_pl()
493 func, *pl); in check_reply_pl()
504 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
508 pl += 6; in check_reply_pl()
511 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
515 pl += 6; in check_reply_pl()
518 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
523 pl += 2; in check_reply_pl()
524 ret = *((u32 *)pl); in check_reply_pl()
891 u8 *pl; in ep11_genaeskey() local
903 &hdr, &hdr_size, &pl, &pl_size); in ep11_genaeskey()
908 pl, &pl_size, xflags); in ep11_genaeskey()
1209 u8 *pl; in ep11_unwrapkey() local
1213 &hdr, &hdr_size, &pl, &pl_size); in ep11_unwrapkey()
1219 pl, &pl_size, xflags); in ep11_unwrapkey()