Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c418 if (ctx->db_meth->free_string) in X509V3_string_free()
419 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
/external/boringssl/src/include/openssl/
Dx509v3.h131 void (*free_string)(void *db, char * string); member