HomeSort by: relevance | last modified time | path
    Searched defs:logo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
http-utils.h 34 struct http_logo *logo; member in struct:http_cert
http_curl.c 470 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
474 hcert->logo = n;
475 n = &hcert->logo[hcert->num_logo];
547 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
742 static void debug_print_logotypeext(LogotypeExtn *logo)
752 if (logo->communityLogos) {
753 num = sk_LogotypeInfo_num(logo->communityLogos);
756 info = sk_LogotypeInfo_value(logo->communityLogos, i);
761 if (logo->issuerLogo) {
762 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent )
784 LogotypeExtn *logo; local
    [all...]
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 3035 struct http_logo *logo = &cert->logo[i]; local
3037 wpa_printf(MSG_INFO, "logo hash alg %s uri '%s'",
3038 logo->alg_oid, logo->uri);
3040 logo->hash, logo->hash_len);
3052 struct http_logo *logo = &cert->logo[i]; local
3053 size_t uri_len = os_strlen(logo->uri)
3087 struct http_logo *logo = &cert->logo[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 166 bool logo; // print logo; member in struct:FeatureState::Param

Completed in 44 milliseconds