OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saltSize
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java
235
private static RSASSAPSSparams createPSSParams(AlgorithmIdentifier hashAlgId, int
saltSize
)
240
new ASN1Integer(
saltSize
),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java
156
private static RSASSAPSSparams creatPSSParams(AlgorithmIdentifier hashAlgId, int
saltSize
)
161
new ASN1Integer(
saltSize
),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
234
private static RSASSAPSSparams creatPSSParams(AlgorithmIdentifier hashAlgId, int
saltSize
)
239
new ASN1Integer(
saltSize
),
/system/security/keystore/
keystore.cpp
816
size_t
saltSize
;
818
saltSize
= SALT_SIZE;
823
saltSize
= sizeof("keystore");
827
saltSize
, 8192, keySize, key);
[
all
...]
Completed in 56 milliseconds