Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel.c604 CRYPT_DATA_BLOB datablob; in schannel_acquire_credential_handle() local
637 datablob.pbData = (BYTE*)certdata; in schannel_acquire_credential_handle()
638 datablob.cbData = (DWORD)certsize; in schannel_acquire_credential_handle()
658 cert_store = PFXImportCertStore(&datablob, pszPassword, in schannel_acquire_credential_handle()
661 cert_store = PFXImportCertStore(&datablob, pszPassword, 0); in schannel_acquire_credential_handle()

Completed in 8 milliseconds