OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symmetric
(Results
1 - 25
of
626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BlockCipherProvider.java
1
package org.bouncycastle.jcajce.provider.
symmetric
.util;
BaseAlgorithmParameters.java
1
package org.bouncycastle.jcajce.provider.
symmetric
.util;
BaseAlgorithmParameterGenerator.java
1
package org.bouncycastle.jcajce.provider.
symmetric
.util;
/external/eigen/doc/snippets/
Tridiagonalization_householderCoefficients.cpp
3
cout << "Here is a random
symmetric
4x4 matrix:" << endl << A << endl;
Tridiagonalization_Tridiagonalization_MatrixType.cpp
3
cout << "Here is a random
symmetric
5x5 matrix:" << endl << A << endl << endl;
Tridiagonalization_decomposeInPlace.cpp
3
cout << "Here is a random
symmetric
5x5 matrix:" << endl << A << endl << endl;
Tridiagonalization_packedMatrix.cpp
3
cout << "Here is a random
symmetric
4x4 matrix:" << endl << A << endl;
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
3
cout << "Here is a random
symmetric
5x5 matrix, A:" << endl << A << endl << endl;
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
3
cout << "Here is a random
symmetric
matrix, A:" << endl << A << endl;
/libcore/ojluni/src/main/java/java/security/
CryptoPrimitive.java
45
*
Symmetric
primitive: block cipher
50
*
Symmetric
primitive: stream cipher
55
*
Symmetric
primitive: message authentication code
60
*
Symmetric
primitive: key wrap
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java
1
package org.bouncycastle.jcajce.provider.
symmetric
;
11
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseBlockCipher;
12
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
14
// import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
16
import org.bouncycastle.jcajce.provider.
symmetric
.util.IvAlgorithmParameters;
Twofish.java
1
package org.bouncycastle.jcajce.provider.
symmetric
;
17
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseBlockCipher;
19
// import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
20
// import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
21
// import org.bouncycastle.jcajce.provider.
symmetric
.util.BlockCipherProvider;
22
// import org.bouncycastle.jcajce.provider.
symmetric
.util.IvAlgorithmParameters;
24
import org.bouncycastle.jcajce.provider.
symmetric
.util.PBESecretKeyFactory;
ARC4.java
1
package org.bouncycastle.jcajce.provider.
symmetric
;
7
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
8
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseStreamCipher;
9
import org.bouncycastle.jcajce.provider.
symmetric
.util.PBESecretKeyFactory;
/external/tpm2/
StartAuthSession.c
18
// TPM_RC_MODE
symmetric
specifies a block cipher but the mode is not
89
// If '
symmetric
' is a
symmetric
block cipher (not TPM_ALG_NULL or TPM_ALG_XOR)
91
if( in->
symmetric
.algorithm != TPM_ALG_NULL
92
&& in->
symmetric
.algorithm != TPM_ALG_XOR
93
&& in->
symmetric
.mode.sym != TPM_ALG_CFB)
105
&in->nonceCaller, &in->
symmetric
,
EncryptDecrypt.c
14
// TPM_RC_KEY is not a
symmetric
decryption key with both public and private
36
// The input key should be a
symmetric
decrypt key.
45
// If the key is restricted, the input
symmetric
mode should match the key's
46
//
symmetric
mode
69
// the
symmetric
algorithm's block size
82
// For
symmetric
encryption, the cipher data size is the same as plain data
Context_spt_fp.h
14
TPM2B_SYM_KEY *symKey, // OUT: the
symmetric
key
stubs_sym.c
8
TPM_ALG_ID symmetricAlg, // IN: the
symmetric
algorithm
Import.c
54
// TPM_RC_SYMMETRIC objectPublic is either a storage key with no
symmetric
algorithm or a
55
// non-storage key with
symmetric
algorithm different from
65
// the
symmetric
key referenced by parentHandle
76
TPM2B_DATA data; //
symmetric
key
100
// Input
symmetric
key must match the size of algorithm.
106
// If input
symmetric
algorithm is NULL, input
symmetric
key size must
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CipherKeyGenerator.java
6
* The base class for
symmetric
, or secret, cipher key generators.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
MD5.java
9
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
10
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
SHA224.java
9
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
10
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
SHA256.java
9
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
10
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
11
import org.bouncycastle.jcajce.provider.
symmetric
.util.PBESecretKeyFactory;
SHA384.java
12
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseKeyGenerator;
13
import org.bouncycastle.jcajce.provider.
symmetric
.util.BaseMac;
/external/eigen/unsupported/test/
minres.cpp
41
// TO DO:
symmetric
semi-definite matrix
42
// TO DO:
symmetric
indefinite matrix
/external/skia/tools/lua/
gradients.lua
32
io.write("Number of 3 color
symmetric
gradients: ", count3sym, "\n");
Completed in 1917 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>