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

123

/macosx-10.10/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.10/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.10/llvmCore-3425.0.34/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.10/xnu-2782.1.97/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.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dprngpriv.h75 BYTE IV[20]; member in struct:__anon15509
H A Dprng.c107 * out := SHA1(IV | out)
115 YSHA1Update(&sha,ctx->IV,20);
122 * IV := newState
123 * out := SHA1(IV)
133 memcpy(ctx->IV,newState,20);
135 YSHA1Update(&sha,ctx->IV,20);
330 /* Check position in IV */
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs11 IV iv;
H A Dconstants.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
148 constant_8 (pTHX_ const char *name, IV *iv_return) {
256 constant_9 (pTHX_ const char *name, IV *iv_return) {
446 constant_10 (pTHX_ const char *name, IV *iv_return) {
689 constant_11 (pTHX_ const char *name, IV *iv_return) {
1181 constant_12 (pTHX_ const char *name, IV *iv_return) {
1657 constant_13 (pTHX_ const char *name, IV *iv_return) {
2185 constant_14 (pTHX_ const char *name, IV *iv_return) {
2738 constant_15 (pTHX_ const char *name, IV *iv_retur
[all...]
/macosx-10.10/llvmCore-3425.0.34/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.10/llvmCore-3425.0.34/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.10/tcl-105/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.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DrijndaelApi.h71 BYTE *IV);
H A DrijndaelApi.c74 BYTE *IV)
87 if (IV != NULL) {
88 /* Save IV in rectangular block format */
92 cipher->chainBlock[t][j] = IV[t+4*j];
149 IV or the previous ciphertext */
71 _cipherInit( cipherInstance *cipher, BYTE mode, int blockLen, BYTE *IV) argument
/macosx-10.10/tcl-105/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.10/Security-57031.1.35/Security/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.10/ruby-106/ruby/test/
H A Dtest_delegate.rb72 class IV < DelegateClass(Integer) class in class:TestDelegateClass.Myclass
83 c = IV.new
/macosx-10.10/xnu-2782.1.97/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
/macosx-10.10/objc4-646/runtime/
H A Dobjc.h223 #define IV(obj) object_getIndexedIvars(obj) macro
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A Dconst-xs.inc11 IV iv;
/macosx-10.10/vim-55/src/
H A Dif_perl.xs242 static SV* (*Perl_newSViv)(pTHX_ IV);
256 static IV (*Perl_sv_2iv)(pTHX_ SV*);
271 static IV (*Perl_sv_2iv_flags)(pTHX_ SV* sv, I32 flags);
277 static void (*Perl_sv_setiv)(pTHX_ SV*, IV);
593 sv_setiv(ptr->w_perl_private, (IV)ptr);
611 sv_setiv(ptr->b_perl_private, (IV)ptr);
644 I32 cur_val(pTHX_ IV iv, SV *sv);
646 I32 cur_val(IV iv, SV *sv);
656 I32 cur_val(pTHX_ IV iv, SV *sv)
658 I32 cur_val(IV i
[all...]
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h26 #define PTR2IV(p) INT2PTR(IV,p)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopSimplify.cpp699 Value *IV = PN->getIncomingValue(i); local
703 NewPN->addIncoming(IV, IBB);
706 UniqueValue = IV;
707 else if (UniqueValue != IV)
/macosx-10.10/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.xs13 return sv_2mortal( sv_bless( newRV_noinc( newSViv( (IV)obj ) ),
364 IV
369 checkOpenSslCall( RETVAL = (IV) BN_dup(a) );

Completed in 332 milliseconds

123