Lines Matching full:pl
125 u8 *pl = NULL; in ep11_kb_split() local
146 pl = (u8 *)kb + hdrsize; in ep11_kb_split()
153 *kbpl = pl; in ep11_kb_split()
168 struct ep11keyblob *pl = NULL; in ep11_kb_decode() local
190 pl = (struct ep11keyblob *)tmpp; in ep11_kb_decode()
198 *kbpl = pl; in ep11_kb_decode()
506 static int check_reply_pl(const u8 *pl, const char *func) in check_reply_pl() argument
512 if (*pl++ != 0x30) { in check_reply_pl()
518 if (*pl < 127) { in check_reply_pl()
519 len = *pl; in check_reply_pl()
520 pl++; in check_reply_pl()
521 } else if (*pl == 0x81) { in check_reply_pl()
522 pl++; in check_reply_pl()
523 len = *pl; in check_reply_pl()
524 pl++; in check_reply_pl()
525 } else if (*pl == 0x82) { in check_reply_pl()
526 pl++; in check_reply_pl()
527 len = *((u16 *)pl); in check_reply_pl()
528 pl += 2; in check_reply_pl()
531 func, *pl); in check_reply_pl()
542 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
546 pl += 6; in check_reply_pl()
549 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
553 pl += 6; in check_reply_pl()
556 if (pl[0] != 0x04 || pl[1] != 0x04) { in check_reply_pl()
560 pl += 2; in check_reply_pl()
561 ret = *((u32 *)pl); in check_reply_pl()
918 u8 *pl; in ep11_genaeskey() local
930 &hdr, &hdr_size, &pl, &pl_size); in ep11_genaeskey()
935 pl, &pl_size); in ep11_genaeskey()
1233 u8 *pl; in ep11_unwrapkey() local
1237 &hdr, &hdr_size, &pl, &pl_size); in ep11_unwrapkey()
1243 pl, &pl_size); in ep11_unwrapkey()