Home
last modified time | relevance | path

Searched refs:DH_up_ref (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/evp/
Dp_lib.c351 DH_up_ref(key); in EVP_PKEY_set1_DH()
361 DH_up_ref(pkey->pkey.dh); in EVP_PKEY_get1_DH()
/external/openssl/include/openssl/
Ddh.h193 int DH_up_ref(DH *dh);
/external/openssl/crypto/dh/
Ddh.h193 int DH_up_ref(DH *dh);
Ddh_lib.c224 int DH_up_ref(DH *r) in DH_up_ref() function