Searched defs:alg_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.cc139 bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id) { argument
140 return alg_id == blink::WebCryptoAlgorithmIdRsaOaep ||
141 alg_id == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5;
144 bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id) { argument
147 return IsAlgorithmRsa(alg_id);
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc163 ALG_ID alg_id = supported_algs.palgSupportedAlgs[i]; local
165 &alg_id, 0);
167 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";

Completed in 237 milliseconds