Searched refs:PAD (Results 1 – 12 of 12) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
D | ccm_memory.c | 48 unsigned char PAD[16], ctr[16], CTRPAD[16], b; in ccm_memory() local 143 PAD[x++] = (unsigned char)(((headerlen > 0) ? (1<<6) : 0) | in ccm_memory() 149 PAD[x++] = nonce[y]; in ccm_memory() 162 PAD[x++] = 0; in ccm_memory() 165 PAD[x++] = (unsigned char)((len >> 24) & 255); in ccm_memory() 170 if ((err = cipher_descriptor[cipher].ecb_encrypt(PAD, PAD, skey)) != CRYPT_OK) { in ccm_memory() 180 PAD[x++] ^= (headerlen>>8) & 255; in ccm_memory() 181 PAD[x++] ^= headerlen & 255; in ccm_memory() 183 PAD[x++] ^= 0xFF; in ccm_memory() 184 PAD[x++] ^= 0xFE; in ccm_memory() [all …]
|
/external/skia/tests/ |
D | MemsetTest.cpp | 20 #define PAD 32 macro 21 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD) 53 uint16_t* base = &buffer[PAD + alignment]; in test_16() 56 compare16(buffer, 0, PAD + alignment); in test_16() 58 compare16(base + count, 0, TOTAL - count - PAD - alignment); in test_16() 70 uint32_t* base = &buffer[PAD + alignment]; in test_32() 73 compare32(buffer, 0, PAD + alignment); in test_32() 75 compare32(base + count, 0, TOTAL - count - PAD - alignment); in test_32()
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 93 static final byte PAD = (byte) '='; field in Base64 135 if (octect == PAD) { in isBase64() 330 encodedData[encodedIndex + 2] = PAD; in encodeBase64() 331 encodedData[encodedIndex + 3] = PAD; in encodeBase64() 348 encodedData[encodedIndex + 3] = PAD; in encodeBase64() 393 while (base64Data[lastData - 1] == PAD) { in decodeBase64() 409 if (marker0 != PAD && marker1 != PAD) { in decodeBase64() 418 } else if (marker0 == PAD) { in decodeBase64() 421 } else if (marker1 == PAD) { in decodeBase64()
|
/external/valgrind/main/VEX/priv/ |
D | main_util.c | 317 # define PAD(_n) \ in vprintf_wrk() macro 381 PAD(len1); PUTSTR(str); PAD(len3); in vprintf_wrk() 393 PAD(len1); PUTSTR(str); PAD(len3); in vprintf_wrk() 409 PAD(len1); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 428 PAD(len1); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 440 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 464 # undef PAD in vprintf_wrk()
|
/external/clang/test/Sema/ |
D | implicit-int.c | 14 #define PAD(ms10) { \ macro 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
D | 15.1.2.5-2.js | 122 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
|
D | 15.1.2.5-3.js | 145 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
|
D | 15.1.2.5-1.js | 144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
|
D | 15.1.2.4.js | 144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
|
/external/icu4c/common/ |
D | uenum.c | 28 static const int32_t PAD = 8; variable 36 capacity += PAD; in _getBuffer() 45 capacity += PAD; in _getBuffer()
|
/external/icu4c/data/unidata/ |
D | UnicodeData.txt | 17976 1227B;CUNEIFORM SIGN PAD;Lo;0;L;;;;;N;;;;;
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 83447 PAD P AE1 D
|