Searched refs:inputBytes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcsrutf8.cpp31 const uint8_t *inputBytes = input->fRawInput; local
37 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) {
43 int32_t b = inputBytes[i];
69 b = inputBytes[i];
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCMac.c47 byteBuffer inputBytes, expectedBytes, keyBytes;
52 inputBytes = hexStringToBytes(input);
60 CCAES_Discreet_Cmac(keyBytes->bytes, inputBytes->bytes, inputBytes->len, mdBufdiscreet->bytes);
61 CCAES_Discreet_Cmac_EvenChunk(keyBytes->bytes, inputBytes->bytes, inputBytes->len, mdBufEvenChunk->bytes);
62 CCAESCmac(keyBytes->bytes, inputBytes->bytes, inputBytes->len, mdBufoneshot->bytes);
82 free(inputBytes);

Completed in 109 milliseconds