Home
last modified time | relevance | path

Searched refs:m_algorithm (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKeyAlgorithm.cpp72 : m_algorithm(algorithm) in KeyAlgorithm()
79 …k::WebCryptoAlgorithmInfo* info = blink::WebCryptoAlgorithm::lookupAlgorithmInfo(m_algorithm.id()); in name()
85 return m_algorithm.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeAes; in isAesKeyAlgorithm()
90 return m_algorithm.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeHmac; in isHmacKeyAlgorithm()
95 return m_algorithm.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeRsaHashed; in isRsaHashedKeyAlgorithm()
DKey.cpp151 if (!m_algorithm) in algorithm()
152 m_algorithm = KeyAlgorithm::create(m_key.algorithm()); in algorithm()
153 return m_algorithm.get(); in algorithm()
226 visitor->trace(m_algorithm); in trace()
DAesKeyAlgorithm.cpp46 return m_algorithm.aesParams()->lengthBits(); in length()
57 ASSERT(m_algorithm.aesParams()); in AesKeyAlgorithm()
DHmacKeyAlgorithm.cpp47 m_hash = KeyAlgorithm::createHash(m_algorithm.hmacParams()->hash()); in hash()
53 return m_algorithm.hmacParams()->lengthBits(); in length()
DRsaKeyAlgorithm.cpp52 return m_algorithm.rsaHashedParams()->modulusLengthBits(); in modulusLength()
58 … const blink::WebVector<unsigned char>& exponent = m_algorithm.rsaHashedParams()->publicExponent(); in publicExponent()
DRsaHashedKeyAlgorithm.cpp47 m_hash = KeyAlgorithm::createHash(m_algorithm.rsaHashedParams()->hash()); in hash()
DKeyAlgorithm.h61 blink::WebCryptoKeyAlgorithm m_algorithm; variable
DKey.h78 Member<KeyAlgorithm> m_algorithm; variable
/external/smack/src/com/novell/sasl/client/
DDigestChallenge.java46 private String m_algorithm; field in DigestChallenge
59 m_algorithm = null; in DigestChallenge()
125 else if ( null == m_algorithm ) in checkSemantics()
249 if (null != m_algorithm) in handleAlgorithm()
252 m_algorithm = pd.getValue(); in handleAlgorithm()
254 if (!"md5-sess".equals(m_algorithm)) in handleAlgorithm()
256 m_algorithm); in handleAlgorithm()
382 return m_algorithm; in getAlgorithm()
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DDigestChallenge.java46 private String m_algorithm; field in DigestChallenge
59 m_algorithm = null; in DigestChallenge()
125 else if ( null == m_algorithm ) in checkSemantics()
249 if (null != m_algorithm) in handleAlgorithm()
252 m_algorithm = pd.getValue(); in handleAlgorithm()
254 if (!"md5-sess".equals(m_algorithm)) in handleAlgorithm()
256 m_algorithm); in handleAlgorithm()
382 return m_algorithm; in getAlgorithm()