HomeSort by relevance Sort by last modified time
    Searched refs:reverse_bytes (Results 1 - 2 of 2) sorted by null

  /system/core/libcrypto_utils/
android_pubkey.c 56 static void reverse_bytes(uint8_t* buffer, size_t size) { function
83 reverse_bytes(modulus_buffer, sizeof(modulus_buffer));
118 reverse_bytes(buffer, ANDROID_PUBKEY_MODULUS_SIZE);
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 266 /* If `reverse_bytes' is nonzero, then reverse the order of every chunk
267 of <reverse_bytes> bytes within each output section. */ variable
268 static int reverse_bytes = 0;
    [all...]

Completed in 88 milliseconds