HomeSort by relevance Sort by last modified time
    Searched full:algorithmid (Results 1 - 11 of 11) 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/platform/
Crypto.cpp 34 blink::WebCryptoAlgorithmId algorithmId = toWebCryptoAlgorithmId(algorithm);
41 OwnPtr<blink::WebCryptoDigestor> digestor = adoptPtr(crypto->createDigestor(algorithmId));
  /external/chromium_org/net/ssl/
openssl_platform_key_mac.cc 192 csp_handle, ex_data->cssm_key->KeyHeader.AlgorithmId, cssm_creds,
198 if (ex_data->cssm_key->KeyHeader.AlgorithmId == CSSM_ALGID_RSA) {
272 DCHECK_EQ(CSSM_ALGID_RSA, ex_data->cssm_key->KeyHeader.AlgorithmId);
372 DCHECK_EQ(CSSM_ALGID_ECDSA, ex_data->cssm_key->KeyHeader.AlgorithmId);
436 switch (cssm_key->KeyHeader.AlgorithmId) {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 55 WebCryptoAlgorithmId algorithmId;
183 id = it->algorithmId;
693 WebCryptoAlgorithmId algorithmId;
694 if (!lookupAlgorithmIdByName(algorithmName, algorithmId)) {
704 const WebCryptoAlgorithmInfo* algorithmInfo = WebCryptoAlgorithm::lookupAlgorithmInfo(algorithmId);
718 algorithm = WebCryptoAlgorithm(algorithmId, params.release());
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 226 virtual WebCryptoDigestor* createDigestor(WebCryptoAlgorithmId algorithmId) { return 0; }
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 613 sigAlg = cssmKey->KeyHeader.AlgorithmId;
703 if (cssmKey->KeyHeader.AlgorithmId == CSSM_ALGID_RSA) {
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 496 switch (cssm_key->KeyHeader.AlgorithmId) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 221 // props = keyLengthBytes:uint32_t, algorithmId:uint32_t
225 // props = algorithmId:uint32_t, type:uint32_t, modulusLengthBits:uint32_t, publicExponentLength:uint32_t, publicExponent:byte[publicExponentLength], hashId:uint32_t
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 2782 milliseconds