OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_free
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java
568
public static native void
SSL_free
(int sslNativePointer);
/external/openssl/ssl/
ssl_lib.c
243
s->method->
ssl_free
(s);
503
void
SSL_free
(SSL *s)
518
fprintf(stderr,"
SSL_free
, bad reference count\n");
584
if (s->method != NULL) s->method->
ssl_free
(s);
865
t->method->
ssl_free
(t); /* cleanup current */
[
all
...]
Completed in 73 milliseconds