Searched refs:decodeBase64WithLen (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | base64.c | 557 decodeBase64WithLen("V", 1, "T", 0); in testStringToBinaryA() 558 decodeBase64WithLen("VV", 2, "U", 0); in testStringToBinaryA() 559 decodeBase64WithLen("VVV", 3, "UU", 0); in testStringToBinaryA() 560 decodeBase64WithLen("V===", 0, "T", 0); in testStringToBinaryA() 562 decodeBase64WithLen("V===", 4, "T", 0); in testStringToBinaryA() 563 decodeBase64WithLen("V\nVVV", 0, "UUU", 0); in testStringToBinaryA() 564 decodeBase64WithLen("VV\nVV", 0, "UUU", 0); in testStringToBinaryA() 565 decodeBase64WithLen("VVV\nV", 0, "UUU", 0); in testStringToBinaryA() 566 decodeBase64WithLen("V\nVVV", 5, "UUU", 0); in testStringToBinaryA() 567 decodeBase64WithLen("VV\nVV", 5, "UUU", 0); in testStringToBinaryA() [all …]
|