Home | History | Annotate | Download | only in openssh

Lines Matching refs:pdf

163 /* ----- Begin KDF & PDF Section ---------------------------------------- */
220 aes_int_key prf_key; /* Expanded AES key for PDF */
230 /* Initialize pdf and cache */
301 * must be called once, before any other PDF routine.
1181 pdf_ctx pdf; /* PDF for hashed output */
1229 pdf_init(&ctx->pdf, prf_key);
1242 pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);
1251 /* hash each one, calling the PDF on the hashed output whenever the hash- */
1267 pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);