OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_algorithm
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
AesKeyAlgorithm.cpp
46
return
m_algorithm
.aesParams()->lengthBits();
57
ASSERT(
m_algorithm
.aesParams());
KeyAlgorithm.cpp
72
:
m_algorithm
(algorithm)
79
const blink::WebCryptoAlgorithmInfo* info = blink::WebCryptoAlgorithm::lookupAlgorithmInfo(
m_algorithm
.id());
85
return
m_algorithm
.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeAes;
90
return
m_algorithm
.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeHmac;
95
return
m_algorithm
.paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeRsaHashed;
HmacKeyAlgorithm.cpp
47
m_hash = KeyAlgorithm::createHash(
m_algorithm
.hmacParams()->hash());
53
return
m_algorithm
.hmacParams()->lengthBits();
RsaKeyAlgorithm.cpp
52
return
m_algorithm
.rsaHashedParams()->modulusLengthBits();
58
const blink::WebVector<unsigned char>& exponent =
m_algorithm
.rsaHashedParams()->publicExponent();
RsaHashedKeyAlgorithm.cpp
47
m_hash = KeyAlgorithm::createHash(
m_algorithm
.rsaHashedParams()->hash());
KeyAlgorithm.h
61
blink::WebCryptoKeyAlgorithm
m_algorithm
;
member in class:WebCore::KeyAlgorithm
Key.cpp
151
if (!
m_algorithm
)
152
m_algorithm
= KeyAlgorithm::create(m_key.algorithm());
153
return
m_algorithm
.get();
226
visitor->trace(
m_algorithm
);
Key.h
78
Member<KeyAlgorithm>
m_algorithm
;
member in class:WebCore::Key
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestChallenge.java
46
private String
m_algorithm
;
field in class:DigestChallenge
59
m_algorithm
= null;
125
else if ( null ==
m_algorithm
)
249
if (null !=
m_algorithm
)
252
m_algorithm
= pd.getValue();
254
if (!"md5-sess".equals(
m_algorithm
))
256
m_algorithm
);
382
return
m_algorithm
;
/external/smack/src/com/novell/sasl/client/
DigestChallenge.java
46
private String
m_algorithm
;
field in class:DigestChallenge
59
m_algorithm
= null;
125
else if ( null ==
m_algorithm
)
249
if (null !=
m_algorithm
)
252
m_algorithm
= pd.getValue();
254
if (!"md5-sess".equals(
m_algorithm
))
256
m_algorithm
);
382
return
m_algorithm
;
Completed in 143 milliseconds