Home | History | Annotate | Download | only in client

Lines Matching defs:logo

3035 		struct http_logo *logo = &cert->logo[i];
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];
3053 size_t uri_len = os_strlen(logo->uri);
3058 i, logo->uri, (int) uri_len, (int) name_len);
3063 pos = &logo->uri[uri_len - name_len - 1];
3087 struct http_logo *logo = &cert->logo[i];
3089 if (logo->hash_len != 32) {
3092 j, i, (int) logo->hash_len);
3095 if (os_memcmp(logo->hash, ctx->icon_hash[j], 32) == 0) {
3102 wpa_hexdump_ascii(MSG_DEBUG, "logo->hash",
3103 logo->hash, 32);