Searched refs:testsNoCR (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | base64.c | 326 ret = CryptBinaryToStringA(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 341 encodeAndCompareBase64_A(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 343 encodeAndCompareBase64_A(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 346 encodeAndCompareBase64_A(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 351 encode_compare_base64_W(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 353 encode_compare_base64_W(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 355 encode_compare_base64_W(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 358 encode_compare_base64_W(testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen, in test_CryptBinaryToString() 678 testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen); in testStringToBinaryA() 685 testsNoCR[i].toEncode, testsNoCR[i].toEncodeLen); in testStringToBinaryA() [all …]
|