Searched refs:n_pCertStore (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | encrypter.cxx | 68 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 D | verifier.cxx | 69 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 D | signer.cxx | 66 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 D | certmngr.cxx | 59 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()
|
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | seinitializer_mscryptimpl.cxx | 59 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 18 milliseconds