/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_MifareStdMap.h | 159 #define PH_FRINFC_MIFARESTD_VAL0 0 /* Value initialised to 0 */ 160 #define PH_FRINFC_MIFARESTD_VAL1 1 /* Value initialised to 1 */ 161 #define PH_FRINFC_MIFARESTD_VAL2 2 /* Value initialised to 2 */ 162 #define PH_FRINFC_MIFARESTD_VAL3 3 /* Value initialised to 3 */ 163 #define PH_FRINFC_MIFARESTD_VAL4 4 /* Value initialised to 4 */ 164 #define PH_FRINFC_MIFARESTD_VAL5 5 /* Value initialised to 5 */ 165 #define PH_FRINFC_MIFARESTD_VAL6 6 /* Value initialised to 6 */ 166 #define PH_FRINFC_MIFARESTD_VAL7 7 /* Value initialised to 7 */ 167 #define PH_FRINFC_MIFARESTD_VAL8 8 /* Value initialised to 8 */ 168 #define PH_FRINFC_MIFARESTD_VAL9 9 /* Value initialised to 9 * [all...] |
/external/bouncycastle/bcprov/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
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
KeyPairGeneratorSpi.java | 26 boolean initialised = false; field in class:KeyPairGeneratorSpi 60 initialised = true; 65 if (!initialised) 72 initialised = true;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 32 boolean initialised = false; field in class:KeyPairGeneratorSpi 61 initialised = true; 66 if (!initialised) 109 initialised = true;
|
KeyAgreementSpi.java | 90 throw new IllegalStateException("Diffie-Hellman not initialised."); 122 throw new IllegalStateException("Diffie-Hellman not initialised."); 135 throw new IllegalStateException("Diffie-Hellman not initialised."); 147 throw new IllegalStateException("Diffie-Hellman not initialised.");
|
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
common.h | 66 * module/library init/load but is handy to rerun to check board initialised 69 * already initialised correctly 183 * Get platform type, board must be initialised. 190 * Get combined platform type, board must be initialised. 199 * Get platform pincount, board must be initialised. 206 * Get platform usable I2C bus count, board must be initialised. 222 * Get specified platform pincount, board must be initialised. 230 * Get name of pin, board must be initialised. 238 * Get default i2c bus, board must be initialised.
|
common.hpp | 48 * module/library init/load but is handy to rerun to check board initialised 51 * already initialised correctly 89 * Get platform type, board must be initialised. 182 * Get platform usable I2C bus count, board must be initialised. 206 * Get name of pin, board must be initialised.
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 208 #define PH_FRINFC_MIFARESTD_VAL0 0 /*!< Value initialised to 0 */ 209 #define PH_FRINFC_MIFARESTD_VAL1 1 /*!< Value initialised to 1 */ 210 #define PH_FRINFC_MIFARESTD_VAL2 2 /*!< Value initialised to 2 */ 211 #define PH_FRINFC_MIFARESTD_VAL3 3 /*!< Value initialised to 3 */ 212 #define PH_FRINFC_MIFARESTD_VAL4 4 /*!< Value initialised to 4 */ 213 #define PH_FRINFC_MIFARESTD_VAL5 5 /*!< Value initialised to 5 */ 214 #define PH_FRINFC_MIFARESTD_VAL6 6 /*!< Value initialised to 6 */ 215 #define PH_FRINFC_MIFARESTD_VAL7 7 /*!< Value initialised to 7 */ 216 #define PH_FRINFC_MIFARESTD_VAL8 8 /*!< Value initialised to 8 */ 217 #define PH_FRINFC_MIFARESTD_VAL9 9 /*!< Value initialised to 9 * [all...] |
phHal4Nfc_Emulation.c | 98 /*Check Initialised state*/ 197 else/*Return Status not initialised*/ 226 /*Check Initialised state*/ 288 else/*Return Status not initialised*/ 316 /*Check Initialised state*/
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/ |
AlgorithmParametersUtils.java | 51 * @param params the AlgorithmParameters object to be initialised. 53 * @throws IOException if the parameters cannot be initialised.
|
JcaJceUtils.java | 57 * @param params the AlgorithmParameters object to be initialised. 59 * @throws IOException if the parameters cannot be initialised.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
OpenSSLPBEParametersGenerator.java | 84 * count we are currently initialised with. 102 * the password, salt, and iteration count we are currently initialised 124 * 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 | 110 * count we are currently initialised with. 127 * the password, salt, and iteration count we are currently initialised 148 * salt, and iteration count we are currently initialised with.
|
/external/valgrind/helgrind/tests/ |
bar_bad.c | 71 /* destroy a barrier that was never initialised. This is a bit 76 fprintf(stderr, "\ndestroy a barrier that was never initialised\n");
|
bar_bad.stderr.exp | 24 Thread #x: pthread_barrier_init: barrier is already initialised 32 Thread #x: pthread_barrier_init: barrier is already initialised 58 destroy a barrier that was never initialised 61 Thread #x: pthread_barrier_destroy: barrier was never initialised
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
context_rflags2.c | 9 operation unfortunately makes all rflags initialised (due to imprecise 79 (always initialised) in the signal handler. */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CBCBlockCipher.java | 53 * @param encrypting if true the cipher is initialised for 138 * @exception IllegalStateException if the cipher isn't initialised. 172 * @exception IllegalStateException if the cipher isn't initialised. 215 * @exception IllegalStateException if the cipher isn't initialised.
|
/external/selinux/libselinux/src/ |
sha1.h | 27 // Sha1Context - This must be initialised using Sha1Initialised. Do not modify the contents of this structure directly.
|
/external/boringssl/src/crypto/ |
crypto.c | 50 /* This value must be explicitly initialised to zero in order to work around a 53 * If not initialised then it becomes a "common symbol". When put into an
|
/external/avahi/avahi-core/ |
findstatic.pl | 24 "D" => "initialised variable"
|