Home
last modified time | relevance | path

Searched defs:iterationCount (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dres_actn.c38 int iterationCount; in findAction() local
67 int iterationCount; in findLastAction() local
107 int iterationCount; in findActionIndirect() local
161 int iterationCount; in createNewAction() local
281 int iterationCount; in deleteAction() local
312 int iterationCount; in deleteActionList() local
337 int iterationCount, status; in deleteUnusedActions() local
386 int algorithm DUMMY_INIT, iterationCount, status; in CHECK_RETVAL_ENUM() local
532 int iterationCount; in checkActionIndirect() local
579 int iterationCount; in checkActions() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPBKDF2Params.java36 private final ASN1Integer iterationCount; field in PBKDF2Params
70 int iterationCount) in PBKDF2Params()
84 int iterationCount, in PBKDF2Params()
100 int iterationCount, in PBKDF2Params()
128 int iterationCount, in PBKDF2Params()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/
H A DPKCS12KeyWithParameters.java15 private final int iterationCount; field in PKCS12KeyWithParameters
24 public PKCS12KeyWithParameters(char[] password, byte[] salt, int iterationCount) in PKCS12KeyWithParameters()
42 …hParameters(char[] password, boolean useWrongZeroLengthConversion, byte[] salt, int iterationCount) in PKCS12KeyWithParameters()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
H A DPBEKeySpec.java68 private int iterationCount = 0; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java43 private int iterationCount; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/crypto/spec/
H A DPBEKeySpec.java68 private int iterationCount; field in PBEKeySpec
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) in PBEKeySpec()
140 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
260 private void setIterationCount(int iterationCount) in setIterationCount()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/crypto/spec/
H A DPBEKeySpec.java68 private int iterationCount; field in PBEKeySpec
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) in PBEKeySpec()
140 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
260 private void setIterationCount(int iterationCount) in setIterationCount()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/crypto/spec/
H A DPBEKeySpec.java68 private int iterationCount; field in PBEKeySpec
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) in PBEKeySpec()
140 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
260 private void setIterationCount(int iterationCount) in setIterationCount()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/crypto/spec/
H A DPBEKeySpec.java68 private int iterationCount; field in PBEKeySpec
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) in PBEKeySpec()
140 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
260 private void setIterationCount(int iterationCount) in setIterationCount()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/crypto/spec/
H A DPBEKeySpec.java68 private int iterationCount; field in PBEKeySpec
115 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) in PBEKeySpec()
140 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
260 private void setIterationCount(int iterationCount) in setIterationCount()
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/rtner/security/auth/spi/
H A DPBKDF2Parameters.java42 protected int iterationCount; field in PBKDF2Parameters
82 byte[] salt, int iterationCount) in PBKDF2Parameters()
107 byte[] salt, int iterationCount, byte[] derivedKey) in PBKDF2Parameters()
121 public void setIterationCount(int iterationCount) in setIterationCount()

12345678910>>...26