Searched refs:ext_flags (Results 1 – 5 of 5) sorted by relevance
109 meth->ext_flags = 0; in custom_ext_init()142 if ((meth->ext_flags & SSL_EXT_FLAG_SENT) == 0) { in custom_ext_parse()155 meth->ext_flags |= SSL_EXT_FLAG_RECEIVED; in custom_ext_parse()199 if (!(meth->ext_flags & SSL_EXT_FLAG_RECEIVED)) in custom_ext_add()239 if (!ossl_assert((meth->ext_flags & SSL_EXT_FLAG_SENT) == 0)) { in custom_ext_add()252 meth->ext_flags |= SSL_EXT_FLAG_SENT; in custom_ext_add()275 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()
102 tmpext->ext_flags |= X509V3_EXT_DYNAMIC; in X509V3_EXT_add_alias()114 if (ext->ext_flags & X509V3_EXT_DYNAMIC) in ext_list_free()
122 method->ext_flags & X509V3_EXT_MULTILINE); in X509V3_EXT_print()
66 int ext_flags; member117 /* ext_flags values */
2019 uint32_t ext_flags; member
Completed in 26 milliseconds