HomeSort by relevance Sort by last modified time
    Searched full:symmetric (Results 51 - 75 of 626) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/bench/btl/data/
action_settings.txt 16 symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
  /external/eigen/test/
pastix_support.cpp 31 // Complex symmetric matrices should pass though
  /external/tpm2/
Create.c 22 // for an asymmetric key; attempt to create a symmetric cipher key that
28 // TPM_RC_KEY_SIZE key size in public area for symmetric key differs from the size in the
38 // TPM_RC_SYMMETRIC a storage key with no symmetric algorithm specified; or non-storage
39 // key with symmetric algorithm different from TPM_ALG_NULL
StartAuthSession_fp.h 18 TPMT_SYM_DEF symmetric; member in struct:__anon23933
MakeCredential.c 37 // NOTE: Needs to be restricted to have a symmetric value.
Rewrap.c 19 // TPM_RC_KEY_SIZE the decrypted input symmetric key size does not matches the
20 // symmetric algorithm key size of oldParent
35 TPM2B_DATA data; // symmetric key
  /system/tpm/trunks/
mock_tpm.cc 44 const TPMT_SYM_DEF& symmetric,
49 session_type, symmetric, auth_hash,
61 const TPMT_SYM_DEF& symmetric,
67 encrypted_salt, session_type, symmetric,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-imply.s 12 // Symmetric to previous example
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java 1 package org.bouncycastle.jcajce.provider.symmetric;
38 import org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey;
39 import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
40 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
41 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
42 import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
43 import org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory;
44 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
45 import org.bouncycastle.jcajce.provider.symmetric.util.PBE;
441 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.
    [all...]
DESede.java 1 package org.bouncycastle.jcajce.provider.symmetric;
38 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator;
40 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher;
41 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
42 import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
43 import org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory;
44 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher;
374 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.2
GcmSpecUtil.java 1 package org.bouncycastle.jcajce.provider.symmetric;
  /external/eigen/blas/
level2_real_impl.h 205 * A is an n by n symmetric band matrix, with k super-diagonals.
219 * A is an n by n symmetric matrix, supplied in packed form.
227 /** DSPR performs the symmetric rank 1 operation
232 * n by n symmetric matrix, supplied in packed form.
278 /** DSPR2 performs the symmetric rank 2 operation
283 * n by n symmetric matrix, supplied in packed form.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 96 assertEquals("Orientation set/get are symmetric",
108 assertArrayEquals("Gradient radius set/get are symmetric",
203 assertEquals("Gradient shape set/get are symmetric",
208 assertEquals("Invalid gradient shape set/get are symmetric",
219 assertEquals("Gradient type set/get are symmetric",
224 assertEquals("Invalid gradient type set/get are symmetric",
269 assertEquals("Gradient set/get useLevel is symmetric",
274 assertEquals("Gradient set/get useLevel is symmetric",
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA512.java 15 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator;
16 import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac;
  /external/ceres-solver/examples/
libmv_homography.cc 56 // minimizing the symmetric transfer error in image space with Ceres (called the
92 // Expected average of symmetric geometric distance between
96 // Refinement will finish as soon as average of symmetric
103 // Calculate symmetric geometric cost terms:
131 // Calculate symmetric geometric cost:
243 // Cost functor which computes symmetric geometric distance
293 // Calculate average of symmetric geometric distance.
358 // Terminate if the average symmetric distance is good enough.
  /external/webrtc/webrtc/common_audio/signal_processing/
real_fft_unittest.cc 84 // are conjugate-symmetric to the first half in theory.
97 // exactly conjugate-symmetric data (between first and second half).
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
IvAlgorithmParameters.java 1 package org.bouncycastle.jcajce.provider.symmetric.util;
  /external/eigen/bench/spbench/
spbench.dtd 11 <!ELEMENT PATTERN (#PCDATA)> <!-- Is structural pattern symmetric or not -->
  /external/eigen/unsupported/test/
mpreal_support.cpp 45 // symmetric eigenvalues
  /external/webrtc/webrtc/base/
natserver.cc 18 RouteCmp::RouteCmp(NAT* nat) : symmetric(nat->IsSymmetric()) {
23 if (symmetric)
34 if (symmetric && (r1.destination() < r2.destination()))
36 if (symmetric && (r2.destination() < r1.destination()))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecompositionImpl.java 27 * Calculates the eigen decomposition of a real <strong>symmetric</strong>
34 * As of 2.0, this class supports only <strong>symmetric</strong> matrices, and
90 * Calculates the eigen decomposition of the given symmetric matrix.
91 * @param matrix The <strong>symmetric</strong> matrix to decompose.
103 // as of 2.0, non-symmetric matrices (i.e. complex eigenvalues) are
112 * Calculates the eigen decomposition of the symmetric tridiagonal
114 * @param main Main diagonal of the symmetric triadiagonal form
136 * Check if a matrix is symmetric.
139 * @return true if matrix is symmetric
273 * Solve the linear equation A &times; X = B for symmetric matrices A
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 142 * operation: it should be reflexive, symmetric, transitive, consistent
160 // checking for symmetric law:
161 assertTrue("The equivalence relation should be symmetric.",
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLTest.java 163 * operation: it should be reflexive, symmetric, transitive, consistent
191 // checking for symmetric law:
192 assertTrue("The equivalence relation should be symmetric.",
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 22 * \returns the symmetric pattern A^T+A from the input matrix A.
46 * If the matrix is not structurally symmetric, an ordering of A^T+A is computed
62 // Compute the symmetric pattern
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 142 * operation: it should be reflexive, symmetric, transitive, consistent
160 // checking for symmetric law:
161 assertTrue("The equivalence relation should be symmetric.",

Completed in 571 milliseconds

1 23 4 5 6 7 8 91011>>