OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DH_up_ref
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
dh.h
84
/*
DH_up_ref
increments the reference count of |dh|. */
85
OPENSSL_EXPORT int
DH_up_ref
(DH *dh);
/external/boringssl/src/crypto/dh/
dh.c
380
int
DH_up_ref
(DH *dh) {
Completed in 62 milliseconds