Searched refs:LogotypeImageInfo (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 310 } LogotypeImageInfo; typedef 314 LogotypeImageInfo *imageInfo; 376 ASN1_SEQUENCE(LogotypeImageInfo) = { 377 ASN1_IMP_OPT(LogotypeImageInfo, type, ASN1_INTEGER, 0), 378 ASN1_SIMPLE(LogotypeImageInfo, fileSize, ASN1_INTEGER), 379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER), 380 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER), 381 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution), 382 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4), 383 } ASN1_SEQUENCE_END(LogotypeImageInfo); [all …]
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 143 imageInfo=SEQUENCE:LogotypeImageInfo 163 [LogotypeImageInfo]
|