HomeSort by relevance Sort by last modified time
    Searched refs:DH_new_method (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/dh/
dh.c 76 DH *DH_new(void) { return DH_new_method(NULL); }
78 DH *DH_new_method(const ENGINE *engine) {
81 OPENSSL_PUT_ERROR(DH, DH_new_method, ERR_R_MALLOC_FAILURE);
params.c 269 dh = DH_new_method(engine);
  /external/boringssl/src/include/openssl/
dh.h 80 /* DH_new_method acts the same as |DH_new| but takes an explicit |ENGINE|. */
81 OPENSSL_EXPORT DH *DH_new_method(const ENGINE *engine);
215 /* init is called just before the return of |DH_new_method|. It returns one

Completed in 719 milliseconds