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 81 NativeCrypto.ENGINE_free(ctx);
NativeCrypto.java 59 public static native int ENGINE_free(int e);
    [all...]
  /external/ipsec-tools/
main.c 210 ENGINE_free(e);
  /system/security/keystore-engine/
eng_keystore.cpp 60 ENGINE_free(p);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 555 ENGINE_free(engine);
577 ENGINE_free(engine);
587 ENGINE_free(engine);
603 ENGINE_free(engine);
608 ENGINE_free(engine);
821 ENGINE_free(conn->engine);
    [all...]
  /external/openssl/crypto/asn1/
ameth_lib.c 221 ENGINE_free(e);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 559 ENGINE_free(engine);
581 ENGINE_free(engine);
591 ENGINE_free(engine);
607 ENGINE_free(engine);
612 ENGINE_free(engine);
863 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 610 JNI_TRACE("ENGINE_free(%p)", e);
617 int ret = ENGINE_free(e);
618 JNI_TRACE("ENGINE_free(%p) => %d", e, ret);
    [all...]

Completed in 2242 milliseconds