Lines Matching defs:reverse
1457 * big-endian, that the number of bytes to reverse and the target size
3079 * The data is reverse-copied into the dest buffer if the flag is true.
3082 dca_gather(crypto_data_t *in, char *dest, int count, int reverse)
3100 if (reverse)
3133 if (reverse) {
3179 if (reverse) {
3353 * Data is reverse-copied if the flag is TRUE.
3356 dca_scatter(const char *src, crypto_data_t *out, int count, int reverse)
3371 if (reverse)
3403 if (reverse) {
3448 if (reverse) {
3480 * Compare two byte arrays in reverse order.