Home | History | Annotate | Download | only in base

Lines Matching refs:decode_para

185   CRYPT_DECODE_PARA decode_para;
186 decode_para.cbSize = sizeof(decode_para);
187 decode_para.pfnAlloc = MyCryptAlloc;
188 decode_para.pfnFree = MyCryptFree;
197 &decode_para,
207 CRYPT_DECODE_PARA decode_para;
208 decode_para.cbSize = sizeof(decode_para);
209 decode_para.pfnAlloc = MyCryptAlloc;
210 decode_para.pfnFree = MyCryptFree;
219 &decode_para,
337 CRYPT_DECODE_PARA decode_para;
338 decode_para.cbSize = sizeof(decode_para);
339 decode_para.pfnAlloc = MyCryptAlloc;
340 decode_para.pfnFree = MyCryptFree;
349 &decode_para,