Searched refs:logo (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/utils/ |
D | http_curl.c | 470 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF() 474 hcert->logo = n; in DEFINE_STACK_OF() 475 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF() 742 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument 752 if (logo->communityLogos) { in debug_print_logotypeext() 753 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext() 756 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext() 761 if (logo->issuerLogo) { in debug_print_logotypeext() 762 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext() 765 if (logo->subjectLogo) { in debug_print_logotypeext() [all …]
|
D | http-utils.h | 34 struct http_logo *logo; member
|
/hostap-latest/hs20/server/ca/ |
D | clean.sh | 11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
|
D | setup.sh | 192 …sl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > logo.der 193 openssl asn1parse -in logo.der -inform DER > logo.asn1
|
/hostap-latest/hs20/client/ |
D | osu_client.c | 3035 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 3038 logo->alg_oid, logo->uri); in osu_cert_cb() 3040 logo->hash, logo->hash_len); in osu_cert_cb() 3052 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 3053 size_t uri_len = os_strlen(logo->uri); in osu_cert_cb() 3058 i, logo->uri, (int) uri_len, (int) name_len); in osu_cert_cb() 3063 pos = &logo->uri[uri_len - name_len - 1]; in osu_cert_cb() 3087 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 3089 if (logo->hash_len != 32) { in osu_cert_cb() 3092 j, i, (int) logo->hash_len); in osu_cert_cb() [all …]
|
/hostap-latest/tests/hwsim/ |
D | test_ap_hs20.py | 3153 logo = f.read() 3154 if logo == orig_logo:
|