Lines Matching refs:pt
138 static char *pt(unsigned char *md, unsigned int len);
203 p = pt(buf, len); in test_cmac_run()
213 p = pt(buf, len); in test_cmac_run()
221 p = pt(buf, len); in test_cmac_run()
229 p = pt(buf, len); in test_cmac_run()
239 p = pt(buf, len); in test_cmac_run()
249 p = pt(buf, len); in test_cmac_run()
258 p = pt(buf, len); in test_cmac_run()
267 p = pt(buf, len); in test_cmac_run()
277 p = pt(buf, len); in test_cmac_run()
288 p = pt(buf, len); in test_cmac_run()
319 p = pt(buf, len); in test_cmac_copy()
331 static char *pt(unsigned char *md, unsigned int len) in pt() function