Searched refs:dh_meth (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dtb_dh.c77 if(e->dh_meth)
93 if(e->dh_meth)
110 return e->dh_meth;
114 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) argument
116 e->dh_meth = dh_meth;
H A Deng_int.h154 const DH_METHOD *dh_meth; member in struct:engine_st
H A Deng_list.c327 dest->dh_meth = src->dh_meth;
H A Deng_cryptodev.c1115 const DH_METHOD *dh_meth = DH_OpenSSL(); local
1117 cryptodev_dh.generate_key = dh_meth->generate_key;
1118 cryptodev_dh.compute_key = dh_meth->compute_key;
1119 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
H A Deng_lib.c90 e->dh_meth = NULL;
H A Dengine.h453 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dtb_dh.c79 if (e->dh_meth)
96 if (e->dh_meth)
116 return e->dh_meth;
120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) argument
122 e->dh_meth = dh_meth;
H A Deng_int.h181 const DH_METHOD *dh_meth; member in struct:engine_st
H A Deng_list.c302 dest->dh_meth = src->dh_meth;
H A Deng_lib.c92 e->dh_meth = NULL;
H A Deng_cryptodev.c1518 const DH_METHOD *dh_meth = DH_OpenSSL(); local
1520 cryptodev_dh.generate_key = dh_meth->generate_key;
1521 cryptodev_dh.compute_key = dh_meth->compute_key;
1522 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
H A Dengine.h559 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dtb_dh.c79 if (e->dh_meth)
96 if (e->dh_meth)
116 return e->dh_meth;
120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) argument
122 e->dh_meth = dh_meth;
H A Deng_int.h181 const DH_METHOD *dh_meth; member in struct:engine_st
H A Deng_list.c302 dest->dh_meth = src->dh_meth;
H A Deng_lib.c92 e->dh_meth = NULL;
H A Deng_cryptodev.c1518 const DH_METHOD *dh_meth = DH_OpenSSL(); local
1520 cryptodev_dh.generate_key = dh_meth->generate_key;
1521 cryptodev_dh.compute_key = dh_meth->compute_key;
1522 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
H A Dengine.h559 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h453 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);

Completed in 50 milliseconds