Home
last modified time | relevance | path

Searched refs:n_pCertStore (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx68 const char* n_pCertStore ; in main() local
97 n_pCertStore = argv[6] ; in main()
98 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in main()
100 fprintf( stderr, "Can not open the system cert store %s\n", n_pCertStore ) ; in main()
104 n_pCertStore = NULL ; in main()
107 xmlSecMSCryptoAppInit( n_pCertStore ) ; in main()
H A Dverifier.cxx69 const char* n_pCertStore ; in main() local
103 n_pCertStore = argv[3] ; in main()
104 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in main()
106 fprintf( stderr, "Can not open the system cert store %s\n", n_pCertStore ) ; in main()
110 n_pCertStore = NULL ; in main()
113 xmlSecMSCryptoAppInit( n_pCertStore ) ; in main()
H A Dsigner.cxx66 const char* n_pCertStore ; in main() local
100 n_pCertStore = argv[4] ; in main()
101 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in main()
103 fprintf( stderr, "Can not open the system cert store %s\n", n_pCertStore ) ; in main()
107 n_pCertStore = NULL ; in main()
110 xmlSecMSCryptoAppInit( n_pCertStore ) ; in main()
H A Dcertmngr.cxx59 const char* n_pCertStore ; in main() local
70 n_pCertStore = argv[2] ; in main()
71 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in main()
73 fprintf( stderr, "Can not open the system cert store %s\n", n_pCertStore ) ; in main()
77 n_pCertStore = NULL ; in main()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dseinitializer_mscryptimpl.cxx59 const char* n_pCertStore ; in createSecurityContext() local
66 n_pCertStore = sCertDir.getStr(); in createSecurityContext()
67 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in createSecurityContext()
75 n_pCertStore = NULL ; in createSecurityContext()
79 xmlSecMSCryptoAppInit( n_pCertStore ) ; in createSecurityContext()

Completed in 27 milliseconds