Lines Matching full:hash
99 * rsa: HDR, SA, [HASH(1),] <IDii_b>Pubkey_r, <Ni_b>Pubkey_r
100 * rev: HDR, SA, [HASH(1),] <Ni_b>Pubkey_r, <IDii_b>Ke_i
464 /* generate SKEYID to compute hash if not signature mode */
482 /* generate HASH to send */
484 iph1->hash = oakley_ph1hash_base_i(iph1, GENERATE);
485 if (iph1->hash == NULL)
499 /* create isakmp HASH payload */
500 plist = isakmp_plist_append(plist, iph1->hash, ISAKMP_NPTYPE_HASH);
730 /* generate SKEYID to compute hash if signature mode */
811 * rsa: HDR, SA, [HASH(1),] <IDii_b>Pubkey_r, <Ni_b>Pubkey_r
812 * rev: HDR, SA, [HASH(1),] <Ni_b>Pubkey_r, <IDii_b>Ke_i
1295 /* generate HASH to send */
1308 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
1321 iph1->hash = oakley_ph1hash_base_r(iph1, GENERATE);
1329 if (iph1->hash == NULL)
1343 /* create isakmp HASH payload */
1345 iph1->hash, ISAKMP_NPTYPE_HASH);