Lines Matching full:keymat
436 * compute KEYMAT
453 /* compute keymat */
458 plog(LLV_DEBUG, LOCATION, NULL, "KEYMAT computed.\n");
467 * compute KEYMAT.
468 * KEYMAT = prf(SKEYID_d, protocol | SPI | Ni_b | Nr_b).
470 * KEYMAT = prf(SKEYID_d, g(qm)^xy | protocol | SPI | Ni_b | Nr_b)
501 "failed to get keymat buffer.\n");
530 plog(LLV_DEBUG, LOCATION, NULL, "KEYMAT compute with\n");
580 * KEYMAT = K1 | K2 | K3 | ...
589 "generating K1...K%d for KEYMAT.\n",
595 "failed to get keymat buffer.\n");
629 "failed to get keymat buffer.\n");
652 pr->keymat = res;
663 if (pr->keymat) {
664 vfree(pr->keymat);
665 pr->keymat = NULL;