Searched refs:m_algorithm (Results 1 – 10 of 10) sorted by relevance
72 : 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()
151 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()
46 return m_algorithm.aesParams()->lengthBits(); in length()57 ASSERT(m_algorithm.aesParams()); in AesKeyAlgorithm()
47 m_hash = KeyAlgorithm::createHash(m_algorithm.hmacParams()->hash()); in hash()53 return m_algorithm.hmacParams()->lengthBits(); in length()
52 return m_algorithm.rsaHashedParams()->modulusLengthBits(); in modulusLength()58 … const blink::WebVector<unsigned char>& exponent = m_algorithm.rsaHashedParams()->publicExponent(); in publicExponent()
47 m_hash = KeyAlgorithm::createHash(m_algorithm.rsaHashedParams()->hash()); in hash()
61 blink::WebCryptoKeyAlgorithm m_algorithm; variable
78 Member<KeyAlgorithm> m_algorithm; variable
46 private String m_algorithm; field in DigestChallenge59 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()