/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
ofb64ede.c | 67 DES_key_schedule *k1, DES_key_schedule *k2, 94 DES_encrypt3(ti,k1,k2,k3); 121 DES_key_schedule k2, DES_cblock (*ivec), int *num) 123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
|
des_old.h | 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ 139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e)) 140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ 141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e)) 142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ 143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e)) 144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ 145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e)) 146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ 147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/t/ |
test | 20 ($k1,$k2)=DES::string_to_2keys($str); 24 @a=split(//,$k2);
|
/external/clang/test/Lexer/ |
cxx1y_binary_literal.cpp | 18 int k2 = 0b10010f; // expected-error {{invalid digit 'f' in binary constant}} variable
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableSortedMapFauxverideShim.java | 67 K k1, V v1, K k2, V v2) { 82 K k1, V v1, K k2, V v2, K k3, V v3) { 97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
|
/external/openssl/crypto/des/ |
ofb64ede.c | 67 DES_key_schedule *k1, DES_key_schedule *k2, 94 DES_encrypt3(ti,k1,k2,k3); 121 DES_key_schedule k2, DES_cblock (*ivec), int *num) 123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
|
des_old.h | 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ 139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e)) 140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ 141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e)) 142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ 143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e)) 144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ 145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e)) 146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ 147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n) [all...] |
/external/openssl/crypto/des/t/ |
test | 20 ($k1,$k2)=DES::string_to_2keys($str); 24 @a=split(//,$k2);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/ |
FECompositeArithmeticNEON.h | 39 unsigned pixelArrayLength, float k1, float k2, float k3, float k4) 42 float32x4_t k2x4 = vdupq_n_f32(k2); 76 unsigned pixelArrayLength, float k1, float k2, float k3, float k4) 80 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4); 84 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4); 89 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4); 92 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_rdft.c | 151 const int k2 = 2 * k1; local 156 wk1r = rdft_w[k2 + 0]; 157 wk1i = rdft_w[k2 + 1]; 160 wk1r = rdft_w[k2 + 2]; 161 wk1i = rdft_w[k2 + 3]; 165 rdft_wk1r[k2 + 0] = rdft_w[k2 + 0]; 166 rdft_wk1r[k2 + 1] = rdft_w[k2 + 0]; 167 rdft_wk1r[k2 + 2] = rdft_w[k2 + 2] 212 int j, k1, k2; local 318 int j0, j1, j2, j3, k, k1, k2, m2; local 504 int j1, j2, k1, k2; local 525 int j1, j2, k1, k2; local [all...] |
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 174 UCHAR k2; local 202 k2 = diff1[stopFreq]; 205 k2 = 2*k0; 207 k2 = 3*k0; 210 if (k2 > (64)) 211 k2 = (64); 216 if ( ((k2 - k0) > MAX_FREQ_COEFFS) || (k2 <= k0) ) { 222 if ( (fs >= 42000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) { 226 if ( (fs >= 46009) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) 265 UCHAR k0, k2, i; local 722 int k2,kx, lsb, usb; local [all...] |
/external/chromium_org/third_party/smhasher/src/ |
DifferentialTest.h | 104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int start, int bitsleft, std::vector<keytype> & diffs ) 110 flipbit(&k2,sizeof(k2),i); 113 hash(&k2,sizeof(k2),0,&h2); 117 diffs.push_back(k1 ^ k2); 122 DiffTestRecurse(hash,k1,k2,h1,h2,i+1,bitsleft,diffs); 125 flipbit(&k2,sizeof(k2),i); 146 keytype k1,k2; local 222 keytype k2 = keys[i] ^ d; local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEComposite.cpp | 43 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) 47 , m_k2(k2) 53 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) 55 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4)); 84 float FEComposite::k2() const function in class:WebCore::FEComposite 89 bool FEComposite::setK2(float k2) 91 if (m_k2 == k2) 93 m_k2 = k2; 133 float k1, float k2, float k3, float k4) 145 float result = k2 * i1 + k3 * i2 [all...] |
/external/eigen/Eigen/src/Core/products/ |
SelfadjointMatrixMatrix.h | 80 void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index k2) 82 Index end_k = k2 + rows; 88 for(Index j2=0; j2<k2; j2+=nr) 90 for(Index k=k2; k<end_k; k++) 104 for(Index j2=k2; j2<(std::min)(k2+rows,packet_cols); j2+=nr) 108 for(Index k=k2; k<j2; k++) 150 for(Index j2=k2+rows; j2<packet_cols; j2+=nr) 152 for(Index k=k2; k<end_k; k++) 170 for(Index k=k2; k<half; k++ [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECFieldElement.java | 350 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 357 // * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> + 358 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 361 // private int k2; 366 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 376 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 378 // * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> + 379 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 382 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code 820 private int k2; field in class:ECFieldElement.F2m [all...] |
ECCurve.java | 208 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 215 * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> + 216 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 219 private int k2; // can't be final - JDK 1.1 field in class:ECCurve.F2m 224 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 313 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 315 * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> + 316 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 319 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code [all...] |
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.h | 103 const INT k2, 132 INT *k2
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
des_old.h | 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ 139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e)) 140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ 141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e)) 142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ 143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e)) 144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ 145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e)) 146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ 147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n) [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-layout-extreme.cpp | 28 int k2; member in class:Test1::C3 204 int k2; member in class:Test1::C9
|
catch-undef-behavior.cpp | 243 int k2 = ((const int(&)[8])a)[n]; local 250 return k1 + *r1 + k2; 277 const int *k2 = (const int(&)[8])a + n; local 279 return *k1 + *k2;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableBiMap.java | 43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { 44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2)); 48 K k1, V v1, K k2, V v2, K k3, V v3) { 50 k1, v1, k2, v2, k3, v3)); 54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 56 k1, v1, k2, v2, k3, v3, k4, v4)); 60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
|
/external/openssl/include/openssl/ |
des_old.h | 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ 139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e)) 140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ 141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e)) 142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ 143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e)) 144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ 145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e)) 146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ 147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n) [all...] |
/external/chromium_org/ash/display/ |
display_pref_util.h | 19 T k2, const std::string& v2, 24 (*map)[k2] = v2; 32 T k2, const std::string& v2, 36 (*map)[k2] = v2;
|
/external/clang/test/PCH/ |
cxx11-enum-template.cpp | 22 int k2 = (int)decltype(b)::e; member in struct:S
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldID.java | 41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 43 * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> + 44 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 47 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 50 public X9FieldID(int m, int k1, int k2, int k3) 56 if (k2 == 0) 66 pentanomialParams.add(new ASN1Integer(k2));
|