OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialise
(Results
51 - 75
of
412
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java
52
*
initialise
a DES cipher.
/external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.c
95
/*
Initialise
the state to Init */
100
/*
Initialise
the NdefMap Completion Routine to Null */
102
/*
Initialise
the NdefMap Completion Routine context to Null */
122
/*
Initialise
the Format status flag*/
/external/oprofile/daemon/liblegacy/
opd_image.h
83
* Create and
initialise
an image adding it to the image lists and to image
opd_mapping.h
39
* opd_init_hash_map -
initialise
the hashmap
/external/oprofile/daemon/
opd_sfile.h
116
/**
initialise
hashes */
/packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml
28
<string name="failure" msgid="4363633038755445209">"Couldn\'t
initialise
"</string>
/packages/apps/VoiceDialer/res/values-en-rIN/
strings.xml
28
<string name="failure" msgid="4363633038755445209">"Couldn\'t
initialise
"</string>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java
107
throw new InvalidParameterSpecException("OAEPParameterSpec required to
initialise
an OAEP algorithm parameters object");
214
throw new InvalidParameterSpecException("PSSParameterSpec required to
initialise
an PSS algorithm parameters object");
/external/chromium_org/third_party/openssl/openssl/crypto/store/
str_locl.h
76
/*
Initialise
the STORE with private data */
78
/*
Initialise
the STORE with private data */
/external/dropbear/
random.c
129
/*
initialise
the prng from /dev/(u)random or prngd */
136
/*
initialise
so that things won't warn about
/external/openssl/crypto/store/
str_locl.h
76
/*
Initialise
the STORE with private data */
78
/*
Initialise
the STORE with private data */
/external/libppp/src/
mppe.c
202
/*
Initialise
our dictionary */
684
log_Printf(LogWARN, "MPPE: Cannot
initialise
without CHAP81\n");
689
log_Printf(LogWARN, "MPPEInput: Cannot
initialise
- unexpected options\n");
715
* We need to
initialise
our dictionary here as the first packet we
740
log_Printf(LogWARN, "MPPE: Cannot
initialise
without CHAP81\n");
745
log_Printf(LogWARN, "MPPEOutput: Cannot
initialise
- unexpected options\n");
771
* We need to
initialise
our dictionary now as the first packet we
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java
22
*
initialise
the PBE generator.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC4Engine.java
24
*
initialise
a RC4 cipher.
RSABlindedEngine.java
27
*
initialise
the RSA engine.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java
34
*
Initialise
- note the iteration count for this algorithm is fixed at 1.
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_destroy.c
132
* waiting to
initialise
this mutex will get an EINVAL.
pthread_mutex_trylock.c
54
* to
initialise
a static mutex. We check
pthread_rwlock_destroy.c
126
* waiting to
initialise
this rwlock will get an EINVAL.
pthread_rwlock_rdlock.c
55
* to
initialise
a static rwlock. We check
pthread_rwlock_timedrdlock.c
56
* to
initialise
a static rwlock. We check
pthread_rwlock_timedwrlock.c
56
* to
initialise
a static rwlock. We check
pthread_rwlock_tryrdlock.c
55
* to
initialise
a static rwlock. We check
pthread_rwlock_trywrlock.c
55
* to
initialise
a static rwlock. We check
pthread_rwlock_wrlock.c
55
* to
initialise
a static rwlock. We check
Completed in 234 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>