Searched refs:xsc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c1104 X509_STORE_CTX xsc; local
1111 if (!X509_STORE_CTX_init(&xsc, ctx, x, NULL)) {
1126 X509_STORE_CTX_set_cert(&xsc, x);
1127 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
1128 if (!reqfile && X509_verify_cert(&xsc) <= 0)
1171 X509_STORE_CTX_cleanup(&xsc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c1104 X509_STORE_CTX xsc; local
1111 if (!X509_STORE_CTX_init(&xsc, ctx, x, NULL)) {
1126 X509_STORE_CTX_set_cert(&xsc, x);
1127 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
1128 if (!reqfile && X509_verify_cert(&xsc) <= 0)
1171 X509_STORE_CTX_cleanup(&xsc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c1126 X509_STORE_CTX xsc; local
1133 if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL))
1146 X509_STORE_CTX_set_cert(&xsc,x);
1147 if (!reqfile && !X509_verify_cert(&xsc))
1183 X509_STORE_CTX_cleanup(&xsc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1308 double xsc,ysc; local
1309 memDC->GetUserScale(&xsc,&ysc);
1310 bm_width = (int) (bm_width / xsc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1238 double xsc,ysc; local
1239 memDC->GetUserScale(&xsc,&ysc);
1240 bm_width = (int) (bm_width / xsc);

Completed in 52 milliseconds