Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_strnid.c68 static void st_free(ASN1_STRING_TABLE *tbl);
244 sk_ASN1_STRING_TABLE_pop_free(tmp, st_free); in ASN1_STRING_TABLE_cleanup()
247 static void st_free(ASN1_STRING_TABLE *tbl) in st_free() function