Searched refs:SSL_EXT_FLAG_SENT (Results 1 – 2 of 2) sorted by relevance
102 if (!(meth->ext_flags & SSL_EXT_FLAG_SENT)) { in custom_ext_parse()168 OPENSSL_assert(!(meth->ext_flags & SSL_EXT_FLAG_SENT)); in custom_ext_add()174 meth->ext_flags |= SSL_EXT_FLAG_SENT; in custom_ext_add()
594 # define SSL_EXT_FLAG_SENT 0x2 macro