/developers/build/prebuilts/gradle/FingerprintDialog/ |
README.md | 13 First you need to create a symmetric key in the Android Key Store using [KeyGenerator][1] 22 [FingerprintManager.authenticate][4] with a [Cipher][5] initialized with the symmetric key created.
|
/developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/ |
MainActivity.java | 134 * Creates a symmetric key in the Android Key Store which can only be used after the user has 160 throw new RuntimeException("Failed to create a symmetric key", e);
|
/developers/samples/android/security/FingerprintDialog/ |
template-params.xml | 77 First you need to create a symmetric key in the Android Key Store using [KeyGenerator][1] 86 [FingerprintManager.authenticate][4] with a [Cipher][5] initialized with the symmetric key created.
|
/development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/ |
MainActivity.java | 134 * Creates a symmetric key in the Android Key Store which can only be used after the user has 160 throw new RuntimeException("Failed to create a symmetric key", e);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
RC2.java | 1 package org.bouncycastle.jcajce.provider.symmetric; 28 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator; 29 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters; 31 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher; 33 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator; 34 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac; 35 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher; 37 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory;
|
AES.java | 1 package org.bouncycastle.jcajce.provider.symmetric; 47 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameterGenerator; 49 import org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters; 50 import org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher; 51 import org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator; 53 // import org.bouncycastle.jcajce.provider.symmetric.util.BaseMac; 55 import org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher; 56 import org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider; 57 import org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters; 58 import org.bouncycastle.jcajce.provider.symmetric.util.PBESecretKeyFactory [all...] |
/external/ceres-solver/internal/ceres/ |
loss_function_test.cc | 45 // callback with estimates obtained by symmetric finite differencing 54 // Use symmetric finite differencing to estimate rho'(s) and
|
symmetric_linear_solver_test.cc | 31 // Tests for linear solvers that solve symmetric linear systems. Some 89 // A = |-1 2 -1| is symmetric positive definite.
|
suitesparse.cc | 65 triplet.stype = 0; // Matrix is not symmetric. 87 triplet.stype = 0; // Matrix is not symmetric. 106 m.stype = 0; // Matrix is not symmetric.
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_Structs.h | 34 * (xlsub,lsub) for the purpose of symmetric pruning. For each 43 * It is for the purpose of symmetric pruning. Therefore, the
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
real_fft.h | 39 // The conjugate-symmetric output sequence is represented using a CCS vector, 65 // Compute the inverse FFT for a conjugate-symmetric input sequence of length of
|
/external/webrtc/webrtc/p2p/stunprober/ |
main.cc | 57 return "Symmetric NAT"; 59 return "Non-Symmetric NAT";
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
arith_test.go | 47 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 53 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 96 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 97 testFunVV(t, "addVV symmetric", addVV, arg) 104 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 105 testFunVV(t, "subVV symmetric", subVV, arg) 326 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 327 // their signature is not symmetric. Try to unify.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
arith_test.go | 44 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 50 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 93 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 94 testFunVV(t, "addVV symmetric", addVV, arg) 101 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 102 testFunVV(t, "subVV symmetric", subVV, arg) 323 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 324 // their signature is not symmetric. Try to unify.
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith_test.go | 44 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 50 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 93 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 94 testFunVV(t, "addVV symmetric", addVV, arg) 101 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 102 testFunVV(t, "subVV symmetric", subVV, arg) 323 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 324 // their signature is not symmetric. Try to unify.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
arith_test.go | 47 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 53 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 96 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 97 testFunVV(t, "addVV symmetric", addVV, arg) 104 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 105 testFunVV(t, "subVV symmetric", subVV, arg) 326 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 327 // their signature is not symmetric. Try to unify.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
arith_test.go | 44 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 50 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 93 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 94 testFunVV(t, "addVV symmetric", addVV, arg) 101 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 102 testFunVV(t, "subVV symmetric", subVV, arg) 323 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 324 // their signature is not symmetric. Try to unify.
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_test.go | 44 testFunWW(t, "addWW_g symmetric", addWW_g, arg) 50 testFunWW(t, "subWW_g symmetric", subWW_g, arg) 93 testFunVV(t, "addVV_g symmetric", addVV_g, arg) 94 testFunVV(t, "addVV symmetric", addVV, arg) 101 testFunVV(t, "subVV_g symmetric", subVV_g, arg) 102 testFunVV(t, "subVV symmetric", subVV, arg) 323 // TODO(gri) mulAddVWW and divWVW are symmetric operations but 324 // their signature is not symmetric. Try to unify.
|
/external/eigen/blas/f2c/ |
dsbmv.c | 42 /* A is an n by n symmetric band matrix, with k super-diagonals. */ 77 /* band part of the symmetric matrix, supplied column by */ 83 /* triangular part of a symmetric band matrix from conventional */ 95 /* band part of the symmetric matrix, supplied column by */ 101 /* triangular part of a symmetric band matrix from conventional */
|
ssbmv.c | 42 /* A is an n by n symmetric band matrix, with k super-diagonals. */ 77 /* band part of the symmetric matrix, supplied column by */ 83 /* triangular part of a symmetric band matrix from conventional */ 95 /* band part of the symmetric matrix, supplied column by */ 101 /* triangular part of a symmetric band matrix from conventional */
|
dspmv.c | 41 /* A is an n by n symmetric matrix, supplied in packed form. */ 71 /* contain the upper triangular part of the symmetric matrix */ 76 /* contain the lower triangular part of the symmetric matrix */
|
sspmv.c | 41 /* A is an n by n symmetric matrix, supplied in packed form. */ 71 /* contain the upper triangular part of the symmetric matrix */ 76 /* contain the lower triangular part of the symmetric matrix */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
AuthenticationBoundKeyTestActivity.java | 206 * Creates a symmetric key in the Android Key Store which can only be used after the user has 230 throw new RuntimeException("Failed to create a symmetric key", e); 241 throw new RuntimeException("Failed to load a symmetric key", e);
|
/external/eigen/blas/fortran/ |
dspmv.f | 19 * A is an n by n symmetric matrix, supplied in packed form. 49 * contain the upper triangular part of the symmetric matrix 54 * contain the lower triangular part of the symmetric matrix
|
sspmv.f | 19 * A is an n by n symmetric matrix, supplied in packed form. 49 * contain the upper triangular part of the symmetric matrix 54 * contain the lower triangular part of the symmetric matrix
|