OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alg_oid
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_mac.cc
224
const CSSM_OID*
alg_oid
= &sig_algorithm->algorithm;
local
225
if (CSSMOIDEqual(
alg_oid
, &CSSMOID_MD2WithRSA)) {
227
} else if (CSSMOIDEqual(
alg_oid
, &CSSMOID_MD4WithRSA)) {
229
} else if (CSSMOIDEqual(
alg_oid
, &CSSMOID_MD5WithRSA)) {
Completed in 102 milliseconds