Searched refs:X509_PURPOSE_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
224 flags &= ~X509_PURPOSE_DYNAMIC; in X509_PURPOSE_add()235 ptmp->flags = X509_PURPOSE_DYNAMIC; in X509_PURPOSE_add()262 ptmp->flags &= X509_PURPOSE_DYNAMIC; in X509_PURPOSE_add()291 if (p->flags & X509_PURPOSE_DYNAMIC) { in xptable_free()
466 #define X509_PURPOSE_DYNAMIC 0x1 macro