Searched refs:accum (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DECDSA_Profile.h61 #define SIGPROF_END(accum) \
63 accum += (_profEndTime.low_val - _profStartTime.low_val); \
86 #define SIGPROF_END(accum)
H A DfeeDebug.h90 #define CPROF_END(accum) \
92 accum += (_profEndTime.low_val - _profStartTime.low_val);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DECDSA_Profile.h61 #define SIGPROF_END(accum) \
63 accum += (_profEndTime.low_val - _profStartTime.low_val); \
86 #define SIGPROF_END(accum)
H A DfeeDebug.h90 #define CPROF_END(accum) \
92 accum += (_profEndTime.low_val - _profStartTime.low_val);
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoSymCBC.c50 int accum = 0;
59 accum = (int) genRandomSize(1,10);
65 accum |= retval;
68 accum |= retval;
75 accum |= retval;
78 accum |= retval;
85 accum |= retval;
88 accum |= retval;
95 accum |= retval;
98 accum |
[all...]
H A DCommonDigest.c341 int accum = 0; local
345 accum |= hashTest(strvalue, kCCDigestMD2, "8350e5a3e24c153df2275c9f80692773");
346 accum |= hashTest(strvalue, kCCDigestMD4, "31d6cfe0d16ae931b73c59d7e0c089c0");
347 accum |= hashTest(strvalue, kCCDigestMD5, "d41d8cd98f00b204e9800998ecf8427e");
348 accum |= hashTest(strvalue, kCCDigestSHA1, "da39a3ee5e6b4b0d3255bfef95601890afd80709");
349 accum |= hashTest(strvalue, kCCDigestSHA224, "d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f");
350 accum |= hashTest(strvalue, kCCDigestSHA256, "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855");
351 accum |= hashTest(strvalue, kCCDigestSHA384, "38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b");
352 accum |= hashTest(strvalue, kCCDigestSHA512, "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e");
354 accum |
[all...]
H A DCommonCryptoSymCFB.c44 int retval, accum = 0;
58 accum += retval;
65 accum += retval;
72 accum += retval;
80 accum += retval;
88 accum += retval;
96 accum += retval;
109 accum |= retval;
113 return accum != 0;
H A DCommonEC.c30 int accum = 0;
40 accum |= retval;
48 accum |= retval;
54 accum |= retval;
59 accum |= retval;
71 accum |= retval;
78 accum |= retval;
80 accum |= retval;
89 accum |= retval;
91 accum |
[all...]
H A DCommonCryptoSymGCM.c54 int retval, accum = 0;
72 accum += retval;
77 accum += retval;
90 accum += retval;
93 accum += retval;
106 accum += retval;
109 accum += retval;
122 accum += retval;
125 accum += retval;
138 accum
[all...]
H A DCommonCMac.c55 int accum = 0;
59 accum |= CMACTest(strvalue, keyvalue, "bb1d6929e95937287fa37d129b756746");
61 accum |= CMACTest(strvalue, keyvalue, "070a16b46b4d4144f79bdd9dd04a287c");
63 accum |= CMACTest(strvalue, keyvalue, "dfa66747de9ae63030ca32611497c827");
65 accum |= CMACTest(strvalue, keyvalue, "51f0bebf7e3b9d92fc49741779363cfe");
67 return accum;
H A DCommonCryptoSymZeroLength.c21 int retval, accum = 0;
35 accum += retval;
43 accum += retval;
55 accum += retval;
64 accum += retval;
66 return accum != 0;
H A DCommonCryptoBlowfish.c46 int retval, accum = 0;
59 accum += retval;
60 return accum;
H A DCommonCryptoCTSPadding.c49 int retval, accum = 0;
67 accum += retval;
75 accum += retval;
83 accum += retval;
94 accum += retval;
102 accum += retval;
110 accum += retval;
120 accum += retval;
128 accum += retval;
136 accum
[all...]
H A DCommonCryptoSymmetricWrap.c71 int accum = 0;
79 accum |= wrapTest(kek, key, wrapped_key);
85 accum |= wrapTest(kek, key, wrapped_key);
91 accum |= wrapTest(kek, key, NULL);
98 accum |= wrapTest(kek, key, wrapped_key);
104 accum |= wrapTest(kek, key, wrapped_key);
110 accum |= wrapTest(kek, key, wrapped_key);
116 accum |= wrapTest(kek, key, wrapped_key);
122 accum |= wrapTest(kek, key, wrapped_key);
128 accum |
[all...]
H A DCommonCryptoSymOFB.c44 int retval, accum = 0;
59 accum += retval;
66 accum += retval;
73 accum += retval;
85 accum += retval;
97 accum += retval;
99 return accum != 0;
H A DCommonCryptoSymOffset.c50 int accum = 0;
72 accum += retval;
75 return accum != 0;
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dcoverage.rb6 accum = ENV["COVERUBY_ACCUM"]
7 accum = !accum || accum == "" || !(%w(f n 0).include?(accum[0]))
31 if accum
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dchecksum.c45 accum = i << 2
47 accum <<= 1
48 if accum & 0x400:
49 accum ^= 0x633
50 crc_table.append(accum)
99 register u_int16_t accum; local
104 accum = ((unsigned short) i << 2);
107 if ((accum <<= 1) & 0x400) accum ^= CRC10_POLYNOMIAL;
109 verify_crc10_table[i] = accum;
118 verify_crc10_cksum(u_int16_t accum, const u_char *p, int length) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_comcryption/
H A DcomDebug.h171 #define COMPROF_END(accum) \
174 accum += (_profEndTime.low_val - _profStartTime.low_val); \
182 #define COMPROF_END(accum)
/macosx-10.9.5/Security-55471.14.18/libsecurity_comcryption/lib/
H A DcomDebug.h171 #define COMPROF_END(accum) \
174 accum += (_profEndTime.low_val - _profStartTime.low_val); \
182 #define COMPROF_END(accum)
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dprofile.el186 (accum (cdr (assq fun profile-time-list))))
187 (setcar accum (1+ (car accum)))
188 (profile-add-time (cdr accum) profile-time profile-last-time)
193 (accum (cdr (assq fun profile-time-list))))
195 (null accum))
200 (setcar accum (1+ (car accum)))
201 (profile-add-time (cdr accum) profile-time (cdr init-time))))))
/macosx-10.9.5/CommonCrypto-60049/test/CommonNumerics/
H A DCommonBaseEncoding.c159 int accum = 0;
205 accum |= doEncoder(kCNEncodingBase64,
250 accum |= doOneShotStyle(kCNEncodingBase64,
258 accum |= doCustomEncoder("Custom64", 64, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/", '*',
262 return accum;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dio.cpp290 impl::muxer::read_one(const size_t index, const int fd, std::string& accum, argument
299 std::string line(accum);
306 accum.clear();
314 accum.append(&buffer[line_start]);
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dtimeclock.el1068 (first t) (accum 0) (elapsed 0)
1084 (setq accum (string-to-number (nth 2 event))))
1100 accum (- accum (if last-date-limited
1116 accum (+ timeclock-last-period accum)
1127 (setq timeclock-discrepancy accum))))
1130 (setq accum (or timeclock-discrepancy 0)
1135 (setq accum (+ accum las
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-fin.el173 (accum 0))
175 (setq accum (math-add accum (math-div (car flat) p))
177 accum)))
186 (accum 0))
188 (setq accum (math-add accum (math-div (car flat) p))
190 accum)))

Completed in 240 milliseconds

12