Home
last modified time | relevance | path

Searched refs:CRYPTO_LOCK_DH (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssl/crypto/dh/
HDdh_lib.c187 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH); in DH_free()
230 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH); in DH_up_ref()
HDdh_key.c158 CRYPTO_LOCK_DH, dh->p, ctx); in generate_key()
234 CRYPTO_LOCK_DH, dh->p, ctx); in compute_key()
/NextBSD/crypto/openssl/crypto/
HDcrypto.h213 # define CRYPTO_LOCK_DH 26 macro