Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Da_strnid.c157 if (tmp != NULL && tmp->flags & STABLE_FLAGS_MALLOC) in stable_get()
172 rv->flags = tmp->flags | STABLE_FLAGS_MALLOC; in stable_get()
177 rv->flags = STABLE_FLAGS_MALLOC; in stable_get()
200 tmp->flags = STABLE_FLAGS_MALLOC | flags; in ASN1_STRING_TABLE_add()
217 if (tbl->flags & STABLE_FLAGS_MALLOC) in st_free()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1.h173 # define STABLE_FLAGS_MALLOC 0x01 macro
180 # define STABLE_FLAGS_CLEAR STABLE_FLAGS_MALLOC