Home | History | Annotate | Download | only in client

Lines Matching defs:logo

2777 		struct http_logo *logo = &cert->logo[i];
2779 wpa_printf(MSG_INFO, "logo hash alg %s uri '%s'",
2780 logo->alg_oid, logo->uri);
2782 logo->hash, logo->hash_len);
2793 struct http_logo *logo = &cert->logo[i];
2794 size_t uri_len = os_strlen(logo->uri);
2798 logo->uri, (int) uri_len, (int) name_len);
2801 pos = &logo->uri[uri_len - name_len - 1];
2825 struct http_logo *logo = &cert->logo[i];
2827 if (logo->hash_len != 32)
2829 if (os_memcmp(logo->hash, ctx->icon_hash[j], 32) == 0) {