HomeSort by relevance Sort by last modified time
    Searched defs:dh_meth (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/engine/
eng_int.h 154 const DH_METHOD *dh_meth; member in struct:engine_st
eng_cryptodev.c 1121 const DH_METHOD *dh_meth = DH_OpenSSL(); local
1123 cryptodev_dh.generate_key = dh_meth->generate_key;
1124 cryptodev_dh.compute_key = dh_meth->compute_key;
1125 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;

Completed in 37 milliseconds