Searched refs:ext_flags (Results 1 – 5 of 5) sorted by relevance
109 meth->ext_flags = 0; in custom_ext_init()141 if ((meth->ext_flags & SSL_EXT_FLAG_SENT) == 0) { in custom_ext_parse()154 meth->ext_flags |= SSL_EXT_FLAG_RECEIVED; in custom_ext_parse()196 if (!(meth->ext_flags & SSL_EXT_FLAG_RECEIVED)) in custom_ext_add()230 if (!ossl_assert((meth->ext_flags & SSL_EXT_FLAG_SENT) == 0)) { in custom_ext_add()239 meth->ext_flags |= SSL_EXT_FLAG_SENT; in custom_ext_add()261 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()
101 tmpext->ext_flags |= X509V3_EXT_DYNAMIC; in X509V3_EXT_add_alias()113 if (ext->ext_flags & X509V3_EXT_DYNAMIC) in ext_list_free()
122 method->ext_flags & X509V3_EXT_MULTILINE); in X509V3_EXT_print()
63 int ext_flags; member114 /* ext_flags values */
1972 uint32_t ext_flags; member
Completed in 20 milliseconds