Searched refs:IV (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.xs63 IV
64 _real_is_leap_year(IV y) {
78 IV d;
79 IV extra;
82 IV y, m;
83 IV c;
84 IV quarter;
85 IV yadj = 0;
86 IV dow, doy, doq;
87 IV rd_day
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dfallback.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
123 constant_8 (pTHX_ const char *name, IV *iv_return) {
167 constant_9 (pTHX_ const char *name, IV *iv_return) {
211 constant_10 (pTHX_ const char *name, IV *iv_return) {
266 constant_11 (pTHX_ const char *name, IV *iv_return) {
332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
347 my $types = {map {($_, 1)} qw(IV)};
356 foreach (C_constant ("DB_File", 'constant', 'IV', $types, undef, 3, @names) ) {
H A Dfallback.xs11 IV iv;
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.h71 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
88 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member in struct:__anon275
H A Drijndael-api-fst.c94 __db_cipherInit(cipher, mode, IV)
97 char *IV;
104 if (IV != NULL) {
105 memcpy(cipher->IV, IV, MAX_IV_SIZE);
149 iv = cipher->IV;
164 iv = cipher->IV;
240 iv = cipher->IV;
309 memcpy(tmpiv, cipher->IV, MAX_IV_SIZE);
324 iv = cipher->IV;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp229 LatticeVal &IV = TrackedGlobals[GV]; local
231 IV.markConstant(GV->getInitializer());
313 void markConstant(LatticeVal &IV, Value *V, Constant *C) { argument
314 if (!IV.markConstant(C)) return;
316 if (IV.isOverdefined())
329 LatticeVal &IV = ValueState[V]; local
330 IV.markForcedConstant(C);
332 if (IV.isOverdefined())
342 void markOverdefined(LatticeVal &IV, Value *V) { argument
343 if (!IV
354 mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) argument
680 LatticeVal IV = getValueState(PN.getIncomingValue(i)); local
858 LatticeVal &IV = ValueState[&I]; local
916 LatticeVal &IV = ValueState[&I]; local
1611 LatticeVal IV = Solver.getLatticeValueFor(Inst); local
1775 LatticeVal IV = Solver.getLatticeValueFor(AI); local
1819 LatticeVal IV = Solver.getLatticeValueFor(Inst); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h75 BYTE IV[20]; member in struct:__anon14388
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/crypto/
H A Daesxts.h57 const uint8_t *IV, // ignored
66 const uint8_t *tweak, // this can be considered the sector IV for this use
71 const uint8_t *tweak, // this can be considered the sector IV for this use
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs11 IV iv;
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs143 typemask_to_string(IV mask)
146 IV empty = 1;
195 INLINE static IV
198 IV type = 0;
348 IV frame;
378 static IV
382 IV ok = 1;
389 IV count;
442 static IV
445 IV o
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DPointerIntPair.h148 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue());
149 return unsigned(IV) ^ unsigned(IV >> 9);
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Duk_UA.pm245 IV ��������������
252 IV ����.
266 IV ��������������
273 IV ����.
556 1995-12-22T09:05:02 = 1995 IV ����.
586 1995-12-22T09:05:02 = IV �������������� 1995 ��.
H A Duk.pm114 my $quarter_format_abbreviated = [ "I\ ����\.", "II\ ����\.", "III\ ����\.", "IV\ ����\." ];
121 my $quarter_format_wide = [ "I\ ��������������", "II\ ��������������", "III\ ��������������", "IV\ ��������������" ];
478 IV ��������������
485 IV ����.
499 IV ��������������
506 IV ����.
789 1995-12-22T09:05:02 = 1995 IV ����.
819 1995-12-22T09:05:02 = IV �������������� 1995 ��.
H A Dka_GE.pm247 IV ������.
261 IV ������������������������
268 IV ������.
563 1995-12-22T09:05:02 = 1995 IV ������.
H A Dmo.pm225 trimestrul al IV-lea
232 trim. IV
246 trimestrul al IV-lea
253 trim. IV
524 1995-12-22T09:05:02 = trim. IV 1995
H A Dro_MD.pm225 trimestrul al IV-lea
232 trim. IV
246 trimestrul al IV-lea
253 trim. IV
524 1995-12-22T09:05:02 = trim. IV 1995
H A Dro_RO.pm245 trimestrul al IV-lea
252 trim. IV
266 trimestrul al IV-lea
273 trim. IV
544 1995-12-22T09:05:02 = trim. IV 1995
H A Dbg_BG.pm257 IV ��������.
278 IV ��������.
591 1995-12-22T09:05:02 = 1995 IV ��������.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DSparsePropagation.cpp234 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); local
235 if (IV != LatticeFunc->getUntrackedVal())
236 UpdateState(PN, IV);
284 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this);
285 if (IV != LatticeFunc->getUntrackedVal())
286 UpdateState(I, IV);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dromannumerals.tcl38 variable i2r {1000 M 900 CM 500 D 400 CD 100 C 90 XC 50 L 40 XL 10 X 9 IX 5 V 4 IV 1 I}
161 set l {X III IV I V}
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Droman.itcl4 set romand(upper) { M CM D CD C XC L XL X IX V IV I}
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DwrapKeyCms.cpp41 * 2. Encrypt PRIVATE_KEY_BYTES using DEK (3DES) and IV in CBC mode with
44 * 3. Let TEMP2 = IV || TEMP1.
48 * 5. Encrypt TEMP3 using DEK with an IV of 0x4adda22c79e82105 in CBC mode
58 /* false : make copy of incoming context before changing IV
168 /* 2. Encrypt PRIVATE_KEY_BYTES using DEK (3DES) and IV in CBC mode with
172 * validate mode, padding, IV?
193 * 3. Let TEMP2 = IV || TEMP1.
196 CssmData &IV = context.get<CssmData>(CSSM_ATTRIBUTE_INIT_VECTOR, local
198 setUpCssmData(TEMP2, IV.Length + TEMP1.Length, privAllocator);
199 memcpy(TEMP2.Data, IV
[all...]
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs1813 PUSHs(sv_2mortal(newSViv((IV)x)));
1814 PUSHs(sv_2mortal(newSViv((IV)y)));
1815 PUSHs(sv_2mortal(newSViv((IV)xpix)));
1816 PUSHs(sv_2mortal(newSViv((IV)ypix)));
1833 PUSHs(sv_2mortal(newSViv((IV)x)));
1834 PUSHs(sv_2mortal(newSViv((IV)y)));
1835 PUSHs(sv_2mortal(newSViv((IV)xpix)));
1836 PUSHs(sv_2mortal(newSViv((IV)ypix)));
1853 PUSHs(sv_2mortal(newSViv((IV)x)));
1854 PUSHs(sv_2mortal(newSViv((IV)
[all...]
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_delegate.rb72 class IV < DelegateClass(Integer) class in class:TestDelegateClass.Myclass
83 c = IV.new
/macosx-10.9.5/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_aesxts.c42 const uint8_t *IV __unused, // ignored
72 const uint8_t *iv, // this can be considered the sector IV for this use
88 const uint8_t *iv, // this can be considered the sector IV for this use

Completed in 298 milliseconds

1234