/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_encrypt.c | 24 @param ct [out] Ciphertext 29 int ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr) 34 LTC_ARGCHK(ct != NULL); 55 if ((err = cipher_descriptor[ctr->cipher].accel_ctr_encrypt(pt, ct, len/ctr->blocklen, ctr->ctr, ctr->mode, &ctr->key)) != CRYPT_OK) { 92 *((LTC_FAST_TYPE*)((unsigned char *)ct + x)) = *((LTC_FAST_TYPE*)((unsigned char *)pt + x)) ^ 96 ct += ctr->blocklen; 102 *ct++ = *pt++ ^ ctr->pad[ctr->padlen++];
|
/frameworks/rs/cpp/ |
Element.cpp | 155 for (size_t ct = 0; ct < fieldCount; ct ++) { 156 if (mElementNames[ct].c_str()[0] != '#') { 162 for (size_t ct = 0; ct < fieldCount; ct ++) { 163 if (mElementNames[ct].c_str()[0] != '#') { 164 mVisibleElementMap.push_back((uint32_t)ct); 182 for (size_t ct = 0; ct < mElements.size(); ct++ ) [all...] |
/external/chromium_org/net/cert/ |
ct_serialization.h | 19 namespace ct { namespace in namespace:net 42 // |extensions| CT extensions. 54 // This list is typically obtained from the CT extension in a certificate. 66 scoped_refptr<ct::SignedCertificateTimestamp>* output); 71 } // namespace ct
|
ct_objects_extractor_openssl.cc | 11 namespace ct { namespace in namespace:net 39 } // namespace ct
|
/external/chromium_org/third_party/icu/source/i18n/ |
regextxt.cpp | 17 uregex_utext_unescape_charAt(int32_t offset, void *ct) { 18 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct;
|
/external/chromium_org/third_party/skia/src/image/ |
SkDataPixelRef.cpp | 24 void* SkDataPixelRef::onLockPixels(SkColorTable** ct) { 25 *ct = NULL;
|
/external/icu4c/i18n/ |
regextxt.cpp | 18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { 19 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct;
|
/external/skia/src/image/ |
SkDataPixelRef.cpp | 24 void* SkDataPixelRef::onLockPixels(SkColorTable** ct) { 25 *ct = NULL;
|
/external/dropbear/libtomcrypt/src/ciphers/ |
rc6.c | 119 @param ct The output ciphertext (16 bytes) 123 static int _rc6_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 125 int rc6_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 133 LTC_ARGCHK(ct != NULL); 157 STORE32L(a,&ct[0]);STORE32L(b,&ct[4]);STORE32L(c,&ct[8]);STORE32L(d,&ct[12]); 162 int rc6_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 164 int err = _rc6_ecb_encrypt(pt, ct, skey) [all...] |
rc5.c | 124 @param ct The output ciphertext (8 bytes) 129 static int _rc5_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 131 int rc5_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 138 LTC_ARGCHK(ct != NULL); 161 STORE32L(A, &ct[0]); 162 STORE32L(B, &ct[4]); 168 int rc5_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) 170 int err = _rc5_ecb_encrypt(pt, ct, skey); 178 @param ct The input ciphertext (8 bytes) 184 static int _rc5_ecb_decrypt(const unsigned char *ct, unsigned char *pt, symmetric_key *skey [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_reorder.cpp | 145 int16 ct = src_line; local 165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32)); 166 ct += sfb_lines + (sfb_lines << 1); 185 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageInfo.h | 85 static int SkColorTypeBytesPerPixel(SkColorType ct) { 97 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize)); 98 return gSize[ct];
|
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_decrypt_verify_memory.c | 29 @param ct The ciphertext 41 const unsigned char *ct, unsigned long ctlen, 54 LTC_ARGCHK(ct != NULL); 77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) {
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_memory.c | 31 @param ct The ciphertext 42 unsigned char *ct, 61 ct, 96 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) {
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt.c | 23 @param ct The ciphertext (length of the block size of the block cipher) 24 @param pt [out] The plaintext (length of ct) 27 int ocb_decrypt(ocb_state *ocb, const unsigned char *ct, unsigned char *pt) 34 LTC_ARGCHK(ct != NULL); 50 /* xor ct in, encrypt, xor Z out */ 52 tmp[x] = ct[x] ^ Z[x];
|
s_ocb_done.c | 25 * the names pt/ptlen/ct really just mean in/inlen/out but this is the way I wrote it... 33 @param ct [out] The output buffer 40 unsigned char *ct, unsigned char *tag, unsigned long *taglen, int mode) 48 LTC_ARGCHK(ct != NULL); 95 ocb->checksum[x] ^= ct[x]; 101 ct[x] = pt[x] ^ Y[x]; 108 ocb->checksum[x] ^= ct[x];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 163 int vp9_prob_diff_update_savings_search(const unsigned int *ct, 166 const int old_b = cost_branch256(ct, oldp); 172 const int new_b = cost_branch256(ct, newp); 184 int vp9_prob_diff_update_savings_search_model(const unsigned int *ct, 195 old_b += cost_branch256(ct + 2 * i, oldplist[i]); 196 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]); 209 new_b += cost_branch256(ct + 2 * i, newplist[i]); 210 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]); 224 const unsigned int ct[2]) { 226 vp9_prob newp = get_binary_prob(ct[0], ct[1]) [all...] |
/external/skia/include/core/ |
SkImageInfo.h | 85 static int SkColorTypeBytesPerPixel(SkColorType ct) { 97 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize)); 98 return gSize[ct];
|
/external/stlport/test/unit/ |
ctype_facets_test.cpp | 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); local 33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') ); 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') ); 35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); 36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') ); 37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); 38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); 39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); 40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') ); 47 ct.is(values, values + sizeof(values), res) 429 ctype<char> const& ct = use_facet<ctype<char> >(loc); local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
ctype_facets_test.cpp | 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); local 33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') ); 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') ); 35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); 36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') ); 37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); 38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); 39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); 40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') ); 47 ct.is(values, values + sizeof(values), res) 429 ctype<char> const& ct = use_facet<ctype<char> >(loc); local [all...] |
/ndk/tests/device/test-stlport/unit/ |
ctype_facets_test.cpp | 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); local 33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') ); 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') ); 35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') ); 36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') ); 37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); 38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); 39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); 40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') ); 47 ct.is(values, values + sizeof(values), res) 429 ctype<char> const& ct = use_facet<ctype<char> >(loc); local [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client_read.c | 22 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, 24 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, 26 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, 30 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, 38 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) { 40 "received content type 0x%x", ct); 214 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, 223 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) { 225 "received content type 0x%x", ct); 255 return tls_process_server_key_exchange(conn, ct, in_data [all...] |
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_encrypt.c | 23 @param ct [out] Ciphertext 28 int f8_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_F8 *f8) 33 LTC_ARGCHK(ct != NULL); 67 *((LTC_FAST_TYPE*)(&ct[x])) = *((LTC_FAST_TYPE*)(&pt[x])) ^ *((LTC_FAST_TYPE*)(&f8->IV[x])); 75 ct += x; 93 *ct++ = *pt++ ^ f8->IV[f8->padlen++];
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
mat2d.js | 192 ct = Math.cos(rad); 194 out[0] = aa*ct + ab*st; 195 out[1] = -aa*st + ab*ct; 196 out[2] = ac*ct + ad*st; 197 out[3] = -ac*st + ct*ad; 198 out[4] = ct*atx + st*aty; 199 out[5] = ct*aty - st*atx;
|
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 361 for(int ct = 0; ct < mVertexTypeCount; ct ++) { 363 Entry entry = mVertexTypes[ct]; 369 vertexBuffers[ct] = alloc; 370 vtx[ct] = alloc.getID(mRS); 373 for(int ct = 0; ct < mIndexTypes.size(); ct ++) { 375 Entry entry = (Entry)mIndexTypes.elementAt(ct); [all...] |