Searched refs:IV2 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/LoopSimplify/ |
D | single-backedge.ll | 14 %IV = phi i32 [ 1, %0 ], [ %IV2, %BE1 ], [ %IV2, %BE2 ] ; <i32> [#uses=2] 16 %IV2 = add i32 %IV, 2 ; <i32> [#uses=2]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESedeWrapEngine.java | 50 private static final byte[] IV2 = { (byte) 0x4a, (byte) 0xdd, (byte) 0xa2, field in DESedeWrapEngine 191 ParametersWithIV param2 = new ParametersWithIV(this.param, IV2); in wrap() 249 ParametersWithIV param2 = new ParametersWithIV(this.param, IV2); in unwrap()
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 1591 #define IV2 IV1 macro
|