OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:algorithmid
(Results
1 - 9
of
9
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java
24
int
algorithmId
= -1;
45
algorithmId
= IsoTypeReader.readUInt24(content);
94
return
algorithmId
;
97
public void setAlgorithmId(int
algorithmId
) {
98
this.
algorithmId
=
algorithmId
;
147
IsoTypeWriter.writeUInt24(byteBuffer,
algorithmId
);
313
if (
algorithmId
!= that.
algorithmId
) {
331
int result =
algorithmId
;
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectPublicKeyInfo.java
53
/** the value of
algorithmID
field of the structure */
54
private AlgorithmIdentifier
algorithmID
;
75
this.
algorithmID
= algID;
85
return
algorithmID
;
115
final String algName =
algorithmID
.getAlgorithmName();
122
final String algOid =
algorithmID
.getAlgorithm();
167
values[0] = spki.
algorithmID
;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PiffSampleEncryptionBox.java
11
* unsigned int(24)
AlgorithmID
;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp
54
blink::WebCryptoAlgorithmId
algorithmId
;
64
blink::WebCryptoAlgorithmId
algorithmId
;
144
blink::WebCryptoAlgorithmId
algorithmId
;
184
const AlgorithmInfo* AlgorithmRegistry::lookupAlgorithmById(blink::WebCryptoAlgorithmId
algorithmId
) const
186
ASSERT(
algorithmId
>= 0 &&
algorithmId
< WTF_ARRAY_LENGTH(m_algorithms));
187
return &m_algorithms[
algorithmId
];
194
m_algorithmNameToId.add(mapping.algorithmName, mapping.
algorithmId
);
195
m_algorithms[mapping.
algorithmId
].algorithmName = mapping.algorithmName;
196
m_algorithms[mapping.
algorithmId
].algorithmId = mapping.algorithmId
[
all
...]
/external/chromium/crypto/
signature_verifier_mac.cc
40
public_key_.KeyHeader.
AlgorithmId
= key_alg;
rsa_private_key_mac.cc
67
key.KeyHeader.
AlgorithmId
= CSSM_ALGID_RSA;
131
public_key->KeyHeader.
AlgorithmId
= CSSM_ALGID_RSA;
/external/chromium_org/net/third_party/nss/ssl/
sslplatf.c
602
sigAlg = cssmKey->KeyHeader.
AlgorithmId
;
666
if (cssmKey->KeyHeader.
AlgorithmId
== CSSM_ALGID_RSA) {
/external/chromium_org/net/cert/
x509_certificate_mac.cc
537
switch (cssm_key->KeyHeader.
AlgorithmId
) {
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 264 milliseconds