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

  /external/openssl/crypto/engine/
enginetest.c 91 must call ENGINE_free() to decrease it again */
92 ENGINE_free(h);
154 ENGINE_free(ptr);
210 ENGINE_free(ptr);
256 ENGINE_free(ptr);
269 if(new_h1) ENGINE_free(new_h1);
270 if(new_h2) ENGINE_free(new_h2);
271 if(new_h3) ENGINE_free(new_h3);
272 if(new_h4) ENGINE_free(new_h4);
275 ENGINE_free(block[loop])
    [all...]
eng_list.c 242 ENGINE_free(e);
265 ENGINE_free(e);
416 ENGINE_free(iterator);
eng_openssl.c 177 ENGINE_free(ret);
190 ENGINE_free(toadd);
eng_cnf.c 211 ENGINE_free(e);
eng_dyn.c 281 ENGINE_free(ret);
294 ENGINE_free(toadd);
eng_lib.c 124 fprintf(stderr,"ENGINE_free, bad structural reference count\n");
140 int ENGINE_free(ENGINE *e)
eng_cryptodev.c 1373 ENGINE_free(engine);
    [all...]
engine.h 314 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
473 int ENGINE_free(ENGINE *e);
562 * a corresponding call to ENGINE_free as it also releases a structural
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLEngine.java 57 NativeCrypto.ENGINE_free(engineCtx);
106 NativeCrypto.ENGINE_free(ctx);
NativeCrypto.java 68 public static native int ENGINE_free(long e);
    [all...]
  /external/ipsec-tools/
main.c 213 ENGINE_free(e);
  /external/openssl/crypto/asn1/
ameth_lib.c 221 ENGINE_free(e);
  /system/security/keystore-engine/
eng_keystore.cpp 61 ENGINE_free(p);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 580 ENGINE_free(engine);
602 ENGINE_free(engine);
612 ENGINE_free(engine);
628 ENGINE_free(engine);
633 ENGINE_free(engine);
888 ENGINE_free(conn->engine);
    [all...]
  /external/openssl/apps/
engine.c 526 ENGINE_free(e);
apps.c     [all...]
s_client.c     [all...]
req.c 1102 ENGINE_free(gen_eng);
    [all...]
  /external/openssl/include/openssl/
engine.h 314 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
473 int ENGINE_free(ENGINE *e);
562 * a corresponding call to ENGINE_free as it also releases a structural
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 1689 milliseconds