Searched refs:ctr (Results 1 - 25 of 128) sorted by relevance

123456

/external/openssh/
H A Dcipher-aesctr.c28 * increment counter 'ctr',
30 * (LSB at ctr[len-1], MSB at ctr[0])
33 aesctr_inc(u8 *ctr, u32 len) argument
39 if (++ctr[i]) /* continue on overflow */
45 ctr[i] += add;
46 /* constant time for: x = ctr[i] ? 1 : 0 */
47 x = ctr[i];
65 memcpy(x->ctr, iv, AES_BLOCK_SIZE);
76 rijndaelEncrypt(x->ek, x->rounds, x->ctr, bu
[all...]
H A Dcipher-aesctr.h28 u8 ctr[AES_BLOCK_SIZE]; /* counter */ member in struct:aesctr_ctx
/external/valgrind/drd/tests/
H A Dthreaded-fork.c19 int ctr; local
42 ctr = 0;
45 ctr++;
46 if (ctr >= 10) {
/external/valgrind/none/tests/
H A Dthreaded-fork.c17 int ctr; local
40 ctr = 0;
43 ctr++;
44 if (ctr >= 10) {
/external/libdrm/nouveau/nvif/
H A Dif0003.h13 } ctr[4]; member in struct:nvif_perfdom_v0
29 __u32 ctr[4]; member in struct:nvif_perfdom_read_v0
/external/openssh/regress/
H A Dconch-ciphers.sh13 for c in aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc \
H A Dputty-ciphers.sh11 for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do
/external/selinux/libselinux/src/
H A Dis_customizable_type.c16 unsigned int ctr = 0, i; local
28 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) {
29 ctr++;
32 if (ctr) {
35 ctr + 1);
39 && i < ctr) {
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_sm.c607 struct nvc0_hw_sm_counter_cfg ctr[8]; member in struct:nvc0_hw_sm_query_cfg
621 .ctr[0] = _CB(0x0001, B6, 0x02, 0x00000000),
630 .ctr[0] = _CB(0x003f, B6, 0x02, 0x31483104),
639 .ctr[0] = _CA(0x0001, B6, 0x1c, 0x000000004),
648 .ctr[0] = _CA(0x0001, B6, 0x1c, 0x00000000),
657 .ctr[0] = _CA(0x0001, B6, 0x1c, 0x0000000c),
666 .ctr[0] = _CA(0x0001, B6, 0x1c, 0x00000010),
675 .ctr[0] = _CA(0x0001, B6, 0x1b, 0x00000010),
684 .ctr[0] = _CB(0x0001, B6, 0x08, 0x00000010),
693 .ctr[
[all...]
/external/valgrind/memcheck/tests/
H A Dwrap5.c18 static int ctr = 0; variable
23 ctr++;
24 if ((ctr % 3) == 1) {
88 printf("allocated %d Lards\n", ctr);
H A Dwrap8.c25 static int ctr = 0; variable
30 ctr++;
31 if ((ctr % 3) == 1) {
95 printf("allocated %d Lards\n", ctr); fflush(stdout);
/external/libjpeg-turbo/
H A Djidctred.c132 int ctr; local
141 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
143 if (ctr == DCTSIZE-4)
201 for (ctr = 0; ctr < 4; ctr++) {
202 outptr = output_buf[ctr] + output_col;
285 int ctr; local
[all...]
H A Djfdctflt.c66 int ctr; local
71 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
121 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctfst.c123 int ctr; local
129 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
179 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jidctred.c129 int ctr; local
138 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
140 if (ctr == DCTSIZE-4)
197 for (ctr = 0; ctr < 4; ctr++) {
198 outptr = output_buf[ctr] + output_col;
281 int ctr; local
[all...]
H A Dfpdfapi_jfdctfst.c120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/lzma/C/
H A DAesOpt.c112 __m128i ctr = *p; local
123 ctr = _mm_add_epi64(ctr, one); m0 = _mm_xor_si128(ctr, t);
124 ctr = _mm_add_epi64(ctr, one); m1 = _mm_xor_si128(ctr, t);
125 ctr = _mm_add_epi64(ctr, one); m2 = _mm_xor_si128(ctr,
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.h8 uint8_t ctr[4]; member in struct:nv50_hw_sm_query
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
H A DCounterComparatorTest.java107 cmp.compare(ctr(missed1, covered1), ctr(missed2, covered2)),
113 assertTrue(cmp.compare(ctr(missed1, covered1), ctr(missed2, covered2)) < 0);
118 assertTrue(cmp.compare(ctr(missed1, covered1), ctr(missed2, covered2)) > 0);
121 private CounterImpl ctr(int missed, int covered) { method in class:CounterComparatorTest
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c38 uint64_t ctr[16]; member in struct:fd_rb_samp_ctrs
97 n += end->ctr[i] - start->ctr[i];
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
96 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
185 ctr = 0;
187 if (ctr > 30) {
193 ctr++;
207 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
96 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
185 ctr = 0;
187 if (ctr > 30) {
193 ctr++;
207 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c45 u16 i, ctr, L; local
49 ctr = 0;
52 ctr++;
53 i = htons(ctr);
58 if (ctr > 1)
96 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; local
185 ctr = 0;
187 if (ctr > 30) {
193 ctr++;
207 eap_pwd_h_update(hash, &ctr, sizeo
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h105 uint64_t ctr; /* Count */ member in struct:__anon6907
/external/boringssl/src/crypto/fipsmodule/modes/
H A Dgcm.c438 unsigned int ctr; local
455 ctr = 1;
477 ctr = CRYPTO_bswap4(ctx->Yi.d[3]);
481 ++ctr;
482 ctx->Yi.d[3] = CRYPTO_bswap4(ctr);
555 unsigned int n, ctr; local
579 ctr = CRYPTO_bswap4(ctx->Yi.d[3]);
599 ++ctr;
600 ctx->Yi.d[3] = CRYPTO_bswap4(ctr);
621 ++ctr;
685 unsigned int n, ctr; local
824 unsigned int n, ctr; local
925 unsigned int n, ctr; local
[all...]

Completed in 963 milliseconds

123456