OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithm
(Results
351 - 375
of
1198
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebCore/platform/graphics/transforms/
RotateTransformOperation.cpp
25
#include <
algorithm
>
/external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp
32
#include <
algorithm
>
OfflineAudioDestinationNode.cpp
34
#include <
algorithm
>
/external/webkit/Source/WebKit/chromium/tests/
PODArenaTest.cpp
31
#include <
algorithm
>
/external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp
36
#include <
algorithm
>
/ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp
3
#include <
algorithm
>
rndshf_test.cpp
3
#include <
algorithm
>
search_test.cpp
3
#include <
algorithm
>
unique_test.cpp
1
#include <
algorithm
>
/ndk/tests/device/test-stlport/unit/
includes_test.cpp
3
#include <
algorithm
>
rndshf_test.cpp
3
#include <
algorithm
>
search_test.cpp
3
#include <
algorithm
>
unique_test.cpp
1
#include <
algorithm
>
/external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java
58
public static final String
ALGORITHM
= ParameterNames.
ALGORITHM
;
283
* Sets the
Algorithm
of the WWWAuthenicateHeader to the new <var>
algorithm
</var>
286
* @param
algorithm
-
287
* the new
algorithm
String of this WWWAuthenicateHeader.
290
* while parsing the
algorithm
value.
293
public void setAlgorithm(String
algorithm
) throws ParseException {
294
if (
algorithm
== null)
296
setParameter(ParameterNames.
ALGORITHM
, algorithm)
[
all
...]
/external/openssl/crypto/evp/
p5_crpt2.c
66
/* set this to print out info about the keygen
algorithm
*/
196
if(OBJ_obj2nid(pbe2->keyfunc->
algorithm
) != NID_id_pbkdf2) {
202
/* lets see if we recognise the encryption
algorithm
.
205
cipher = EVP_get_cipherbyobj(pbe2->encryption->
algorithm
);
251
prf_nid = OBJ_obj2nid(kdf->prf->
algorithm
);
/external/openssl/crypto/pkcs12/
p12_add.c
196
X509_ALGOR_free(p7->d.encrypted->enc_data->
algorithm
);
197
p7->d.encrypted->enc_data->
algorithm
= pbe;
212
return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->
algorithm
,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java
55
// Maximum number of characters in a name to be considered by the matching
algorithm
.
86
* We use a string matching
algorithm
, which is particularly suited for
270
int nameType, String name, int
algorithm
) {
281
if (
algorithm
== MATCHING_ALGORITHM_EXACT) {
293
NameDistance nameDistance =
algorithm
== MATCHING_ALGORITHM_CONSERVATIVE ?
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
352
final String
algorithm
= "SHA-1";
local
357
MessageDigest md = MessageDigest.getInstance(
algorithm
);
363
return
algorithm
+ " not found";
/external/openssl/crypto/asn1/
n_pkey.c
139
pkey->algor->
algorithm
=OBJ_nid2obj(NID_rsaEncryption);
157
enckey->enckey->algor->
algorithm
=OBJ_nid2obj(NID_rc4);
207
/* If the key is used for SGC the
algorithm
is modified a little. */
263
if (OBJ_obj2nid(enckey->enckey->algor->
algorithm
) != NID_rc4)
/external/openssl/crypto/ocsp/
ocsp_vfy.c
253
*
algorithm
then there's no point trying to match any certificates against the issuer.
280
if (OBJ_cmp(tmpid->hashAlgorithm->
algorithm
,
281
cid->hashAlgorithm->
algorithm
))
304
if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->
algorithm
)))
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
60
static final String
algorithm
= "DESede";
field in class:CipherTest
69
KeyGenerator kg = KeyGenerator.getInstance(
algorithm
);
185
final String
algorithm
= "DESede/CBC/PKCS5Padding";
local
187
Cipher cipher = Cipher.getInstance(
algorithm
);
188
assertTrue("Cipher
algorithm
does not match", cipher.getAlgorithm()
189
.equals(
algorithm
));
196
final String
algorithm
= "DESede/CBC/PKCS5Padding";
local
198
Cipher cipher = Cipher.getInstance(
algorithm
);
208
Cipher cipher = Cipher.getInstance(
algorithm
+ "/ECB/PKCS5Padding");
231
Cipher cipher = Cipher.getInstance(
algorithm
+ "/ECB/PKCS5Padding")
[
all
...]
/external/chromium/base/
observer_list.h
9
#include <
algorithm
>
stack_container_unittest.cc
7
#include <
algorithm
>
string_tokenizer.h
9
#include <
algorithm
>
version.cc
7
#include <
algorithm
>
Completed in 1943 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>