HomeSort by: relevance | last modified time | path
    Searched defs:pdf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx51_ccm.c 495 uint32_t pdf; local
516 pdf = dp_op & DP_OP_PDF;
549 ref /= (pdf + 1);
557 freq /= pdf + 1;
565 printf("pdf: %3d ", pdf);
  /src/crypto/external/bsd/openssh/dist/
umac.c 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 */ member in struct:umac_ctx
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)
    [all...]

Completed in 48 milliseconds