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

  /external/boringssl/src/include/openssl/
engine.h 76 /* METHOD_unref decrements the reference count of |method| and frees it if the
79 void METHOD_unref(void *method);
  /external/boringssl/src/crypto/engine/
engine.c 89 void METHOD_unref(void *method_in) {
  /external/boringssl/src/crypto/ec/
ec_key.c 111 METHOD_unref(ret->ecdsa_meth);
147 METHOD_unref(r->ecdsa_meth);
198 METHOD_unref(dest->ecdsa_meth);
  /external/boringssl/src/crypto/rsa/
rsa.c 104 METHOD_unref(rsa->meth);
139 METHOD_unref(rsa->meth);

Completed in 405 milliseconds