Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c44 HCERTSTORE win_store; member
71 …ctx->win_ctx = (name.cbData == 0 ? NULL : CertFindCertificateInStore(ctx->win_store, X509_ASN_ENCO… in winstore_win_advance()
88 ctx->win_store = CertOpenSystemStoreW(0, L"ROOT"); in winstore_open()
89 if (ctx->win_store == NULL) { in winstore_open()
322 CertCloseStore(ctx->win_store, 0); in winstore_close()