Searched defs:Plain2dt (Results 1 - 1 of 1) sorted by relevance
| /ast/src/cmd/vczip/tests/ |
| H A D | tvccrypt.c | 29 static Vcchar_t Plain2dt[] = /* twice above plaintext */ variable 110 { if((esz = vcapply(evc, Plain2dt, sizeof(Plain2dt), &edt)) <= 0) 114 if(dsz != sizeof(Plain2dt)) 116 if(memcmp(ddt, Plain2dt, sizeof(Plain2dt)) != 0) 130 { if((esz = vcapply(evc, Plain2dt, sizeof(Plain2dt), &edt)) <= 0) 134 if(dsz != sizeof(Plain2dt)) 136 if(memcmp(ddt, Plain2dt, sizeo [all...] |
Completed in 11 milliseconds