Lines Matching full:nonce
496 + iph2->nonce->l
521 bp = (side == INITIATOR ? iph2->nonce : iph2->nonce_p);
525 bp = (side == INITIATOR ? iph2->nonce_p : iph2->nonce);
1025 len = iph1->nonce->l + iph1->nonce_p->l;
1034 bp = (sw == GENERATE ? iph1->nonce_p : iph1->nonce);
1038 bp = (sw == GENERATE ? iph1->nonce : iph1->nonce_p);
1155 len = iph1->nonce->l + iph1->nonce_p->l;
1164 bp = (sw == GENERATE ? iph1->nonce_p : iph1->nonce);
1168 bp = (sw == GENERATE ? iph1->nonce : iph1->nonce_p);
2623 len = iph1->nonce->l + iph1->nonce_p->l;
2632 bp = (iph1->side == INITIATOR ? iph1->nonce : iph1->nonce_p);
2633 plog(LLV_DEBUG, LOCATION, NULL, "nonce 1: ");
2638 bp = (iph1->side == INITIATOR ? iph1->nonce_p : iph1->nonce);
2639 plog(LLV_DEBUG, LOCATION, NULL, "nonce 2: ");
2664 len = iph1->nonce->l + iph1->nonce_p->l;
2668 "failed to get nonce buffer\n");
2673 bp = (iph1->side == INITIATOR ? iph1->nonce : iph1->nonce_p);
2679 bp = (iph1->side == INITIATOR ? iph1->nonce_p : iph1->nonce);