HomeSort by relevance Sort by last modified time
    Searched full:initialised (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPairGenerator.java 11 * @param param the parameters the key pair is to be initialised with.
Mac.java 37 * @exception IllegalStateException if the MAC is not initialised.
46 * @exception IllegalStateException if the MAC is not initialised.
61 * @exception IllegalStateException if the MAC is not initialised.
Signer.java 28 * the key we were initialised with.
BlockCipher.java 12 * @param forEncryption if true the cipher is initialised for
45 * @exception IllegalStateException if the cipher isn't initialised.
AsymmetricBlockCipher.java 13 * @param forEncryption if true the cipher is initialised for
StreamCipher.java 11 * @param forEncryption if true the cipher is initialised for
BufferedBlockCipher.java 74 * @param forEncryption if true the cipher is initialised for
151 * @exception IllegalStateException if the cipher isn't initialised.
182 * @exception IllegalStateException if the cipher isn't initialised.
252 * initialised.
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyPairGenerator.java 136 boolean initialised = false; field in class:JDKKeyPairGenerator.DH
165 initialised = true;
170 if (!initialised)
193 initialised = true;
213 boolean initialised = false; field in class:JDKKeyPairGenerator.DSA
247 initialised = true;
252 if (!initialised)
259 initialised = true;
280 // boolean initialised = false;
319 // initialised = true
    [all...]
JCEDHKeyAgreement.java 74 throw new IllegalStateException("Diffie-Hellman not initialised.");
106 throw new IllegalStateException("Diffie-Hellman not initialised.");
119 throw new IllegalStateException("Diffie-Hellman not initialised.");
139 throw new IllegalStateException("Diffie-Hellman not initialised.");
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h 205 #define PH_FRINFC_MIFARESTD_VAL0 0 /*!< Value initialised to 0 */
206 #define PH_FRINFC_MIFARESTD_VAL1 1 /*!< Value initialised to 1 */
207 #define PH_FRINFC_MIFARESTD_VAL2 2 /*!< Value initialised to 2 */
208 #define PH_FRINFC_MIFARESTD_VAL3 3 /*!< Value initialised to 3 */
209 #define PH_FRINFC_MIFARESTD_VAL4 4 /*!< Value initialised to 4 */
210 #define PH_FRINFC_MIFARESTD_VAL5 5 /*!< Value initialised to 5 */
211 #define PH_FRINFC_MIFARESTD_VAL6 6 /*!< Value initialised to 6 */
212 #define PH_FRINFC_MIFARESTD_VAL7 7 /*!< Value initialised to 7 */
213 #define PH_FRINFC_MIFARESTD_VAL8 8 /*!< Value initialised to 8 */
214 #define PH_FRINFC_MIFARESTD_VAL9 9 /*!< Value initialised to 9 *
    [all...]
phHal4Nfc_Emulation.c 98 /*Check Initialised state*/
198 else/*Return Status not initialised*/
227 /*Check Initialised state*/
291 else/*Return Status not initialised*/
319 /*Check Initialised state*/
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java 80 * count we are currently initialised with.
98 * the password, salt, and iteration count we are currently initialised
120 * salt, and iteration count we are currently initialised with.
PKCS5S1ParametersGenerator.java 56 * count we are currently initialised with.
80 * the password, salt, and iteration count we are currently initialised
108 * salt, and iteration count we are currently initialised with.
PKCS5S2ParametersGenerator.java 103 * count we are currently initialised with.
120 * the password, salt, and iteration count we are currently initialised
141 * salt, and iteration count we are currently initialised with.
PKCS12ParametersGenerator.java 167 * count we are currently initialised with.
184 * the password, salt, and iteration count we are currently initialised
207 * salt, and iteration count we are currently initialised with.
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 65 static int initialised = 0; local
75 if(initialised)
80 initialised = 1;
yaffs_flashif.c 59 static int initialised = 0; local
65 if(initialised)
70 initialised = 1;
yaffs_ramdisk.c 63 static int initialised = 0; local
70 if(initialised)
75 initialised = 1;
yaffs_fileem2k.c 100 static int initialised = 0; local
112 if(initialised)
117 initialised = 1;
yaffs_ramem2k.c 120 static int initialised = 0; local
129 if(initialised)
187 initialised = 1;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 53 * @param encrypting if true the cipher is initialised for
120 * @exception IllegalStateException if the cipher isn't initialised.
154 * @exception IllegalStateException if the cipher isn't initialised.
197 * @exception IllegalStateException if the cipher isn't initialised.
CFBBlockCipher.java 56 * @param encrypting if true the cipher is initialised for
131 * @exception IllegalStateException if the cipher isn't initialised.
153 * @exception IllegalStateException if the cipher isn't initialised.
201 * @exception IllegalStateException if the cipher isn't initialised.
CTSBlockCipher.java 82 * @exception IllegalStateException if the cipher isn't initialised.
115 * @exception IllegalStateException if the cipher isn't initialised.
183 * initialised.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 53 * @param forEncryption if true the cipher is initialised for
141 * @exception IllegalStateException if the cipher isn't initialised.
172 * @exception IllegalStateException if the cipher isn't initialised.
238 * initialised.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java 133 * we were initialised with.
140 throw new IllegalStateException("RSADigestSigner not initialised for signature generation.");
159 throw new IllegalStateException("RSADigestSigner not initialised for verification");

Completed in 306 milliseconds

1 2 3 4 5