Lines Matching defs:common
41 * Store secret keys. Compute common keys,
43 * Cache the common keys, so the expensive computation is avoided.
132 struct cachekey3_list *common[NUMHASHBUCKETS];
682 /* XXX clear stuff out of the common key cache as well? */
1160 * Try to find the common key in the cache
1206 * Choose middle 64 bits of the common key to use as our des key, possibly
1287 MINT *common;
1325 common = mp_itom(0);
1326 mp_pow(public, secret, MODULUS, common);
1327 extractdeskey(common, &deskey);
1331 mp_mfree(common);
1371 for (cpp = &pdp->common[hash];
1650 MINT *common;
1682 common = mp_itom(0);
1683 mp_pow(public, secret, MODULUS, common);
1684 extractdeskey(common, &result->cryptkeyres_u.deskey);
1689 mp_mfree(common);
1701 * Remove common keys from the cache.