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

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecRSAKey.c292 const uint8_t* sBytes = (uint8_t*) s; local
298 while (((ptrdiff_t)signedDataLen < (sEnd - sBytes)) && (*sBytes == 0))
299 ++sBytes;
312 require_quiet(*sBytes++ == 0x00, errOut);
314 require_quiet(*sBytes++ == 0x00, errOut);
315 require_quiet(*sBytes++ == RSA_PKCS1_PAD_SIGN, errOut);
317 while (*sBytes == 0xFF) {
318 require_quiet(++sBytes < sEnd, errOut);
321 require_quiet((sBytes
361 uint8_t* sBytes = (uint8_t*) s; local
459 const uint8_t* sBytes = (uint8_t*) s; local
806 uint8_t* sBytes = (uint8_t*) s; local
886 const uint8_t* sBytes = (uint8_t*) s; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DUtfTest.java144 byte[] sBytes = UtfOps.stringToBytes(s);
145 if (sBytes.length != byteLen) {
147 " UtfOps stringToBytes() len " + sBytes.length +
152 if (sBytes[i] != javaBuf[i + 2]) {
155 " UtfOps byte " + Integer.toHexString(sBytes[i]) +

Completed in 131 milliseconds