HomeSort by relevance Sort by last modified time
    Searched refs:vctx (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
m_sigver.c 180 int vctx; local
183 vctx = 1;
185 vctx = 0;
189 if (vctx)
197 if (vctx || !r)
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 59 xmlSchemaValidCtxtPtr vctx; local
86 vctx = xmlSchemaNewValidCtxt(schema);
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
91 ret = xmlSchemaValidateDoc(vctx, doc);
92 xmlSchemaFreeValidCtxt(vctx);
120 xmlValidCtxt vctx; local
146 os_memset(&vctx, 0, sizeof(vctx));
147 vctx.userData = &errors;
148 vctx.error = add_str
    [all...]

Completed in 154 milliseconds