Searched refs:zencod_dh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c241 static DH_METHOD zencod_dh = { variable
298 !ENGINE_set_DH(e, &zencod_dh) ||
352 /* zencod_dh.generate_key = meth_dh->generate_key ; */
353 /* zencod_dh.compute_key = meth_dh->compute_key ; */
354 /* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
355 zencod_dh.init = meth_dh->init;
356 zencod_dh.finish = meth_dh->finish;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c225 static DH_METHOD zencod_dh = variable
283 !ENGINE_set_DH ( e, &zencod_dh ) ||
337 /* zencod_dh.generate_key = meth_dh->generate_key ; */
338 /* zencod_dh.compute_key = meth_dh->compute_key ; */
339 /* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
340 zencod_dh.init = meth_dh->init ;
341 zencod_dh.finish = meth_dh->finish ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c241 static DH_METHOD zencod_dh = { variable
298 !ENGINE_set_DH(e, &zencod_dh) ||
352 /* zencod_dh.generate_key = meth_dh->generate_key ; */
353 /* zencod_dh.compute_key = meth_dh->compute_key ; */
354 /* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
355 zencod_dh.init = meth_dh->init;
356 zencod_dh.finish = meth_dh->finish;

Completed in 88 milliseconds