Home | History | Annotate | Download | only in socket

Lines Matching refs:ocsp_response_blob

1816             CRYPT_DATA_BLOB ocsp_response_blob;
1817 ocsp_response_blob.cbData = ocsp_responses->items[0].len;
1818 ocsp_response_blob.pbData = ocsp_responses->items[0].data;
1823 &ocsp_response_blob);