Home | History | Annotate | Download | only in socket

Lines Matching refs:ocsp_response_blob

1390             CRYPT_DATA_BLOB ocsp_response_blob;
1391 ocsp_response_blob.cbData = len;
1392 ocsp_response_blob.pbData = ocsp_response.get();
1397 &ocsp_response_blob);