Searched refs:doFree (Results 1 – 7 of 7) sorted by relevance
54 doFree(address); in finalize()61 abstract void doFree(long context); in doFree() method in NativeRef69 void doFree(long context) { in doFree() method in NativeRef.CMAC_CTX80 void doFree(long context) { in doFree() method in NativeRef.EC_GROUP91 void doFree(long context) { in doFree() method in NativeRef.EC_POINT102 void doFree(long context) { in doFree() method in NativeRef.EVP_CIPHER_CTX113 void doFree(long context) { in doFree() method in NativeRef.EVP_MD_CTX124 void doFree(long context) { in doFree() method in NativeRef.EVP_PKEY135 void doFree(long context) { in doFree() method in NativeRef.EVP_PKEY_CTX146 void doFree(long context) { in doFree() method in NativeRef.HMAC_CTX[all …]
53 doFree(address); in finalize()60 abstract void doFree(long context); in doFree() method in NativeRef68 void doFree(long context) { in doFree() method in NativeRef.CMAC_CTX79 void doFree(long context) { in doFree() method in NativeRef.EC_GROUP90 void doFree(long context) { in doFree() method in NativeRef.EC_POINT101 void doFree(long context) { in doFree() method in NativeRef.EVP_CIPHER_CTX112 void doFree(long context) { in doFree() method in NativeRef.EVP_MD_CTX123 void doFree(long context) { in doFree() method in NativeRef.EVP_PKEY134 void doFree(long context) { in doFree() method in NativeRef.EVP_PKEY_CTX145 void doFree(long context) { in doFree() method in NativeRef.HMAC_CTX[all …]
87 bool doFree = false; in Clear() local96 doFree = true; in Clear()99 if (doFree) in Clear()
26 void doFree(long context) { in test_zeroContextThrowsNullPointException() method
30 void doFree(long context) { in test_zeroContextThrowsNullPointException() method
74 Lcom/android/org/conscrypt/NativeRef$EC_GROUP;->doFree(J)V76 Lcom/android/org/conscrypt/NativeRef$EC_POINT;->doFree(J)V78 Lcom/android/org/conscrypt/NativeRef$EVP_CIPHER_CTX;->doFree(J)V80 Lcom/android/org/conscrypt/NativeRef$EVP_MD_CTX;->doFree(J)V82 Lcom/android/org/conscrypt/NativeRef$EVP_PKEY;->doFree(J)V84 Lcom/android/org/conscrypt/NativeRef$EVP_PKEY_CTX;->doFree(J)V86 Lcom/android/org/conscrypt/NativeRef$HMAC_CTX;->doFree(J)V88 Lcom/android/org/conscrypt/NativeRef$SSL_SESSION;->doFree(J)V91 Lcom/android/org/conscrypt/NativeRef;->doFree(J)V
158 bool doFree = (m_oldCachedSize > MAX_UNUSED_SIZE); in FreeOldBlocks() local162 if (doFree) in FreeOldBlocks()