Home
last modified time | relevance | path

Searched refs:should_free (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bn/
Dbn.c103 char should_free; in BN_clear_free() local
116 should_free = (bn->flags & BN_FLG_MALLOCED) != 0; in BN_clear_free()
118 if (should_free) { in BN_clear_free()