Lines Matching defs:pdf
154 /* ----- Begin KDF & PDF Section ---------------------------------------- */
220 aes_int_key prf_key; /* Expanded AES key for PDF */
230 /* Initialize pdf and cache */
325 * must be called once, before any other PDF routine.
1206 pdf_ctx pdf; /* PDF for hashed output */
1254 pdf_init(&ctx->pdf, prf_key);
1268 pdf_gen_xor(&ctx->pdf, (const UINT8 *)nonce, (UINT8 *)tag);
1277 /* hash each one, calling the PDF on the hashed output whenever the hash- */
1293 pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);