Home | History | Annotate | Download | only in base

Lines Matching defs:algorithm

305   // signature algorithm of the root CA certificate because the signature on
309 const char* algorithm = cert->pCertInfo->SignatureAlgorithm.pszObjId;
310 if (strcmp(algorithm, szOID_RSA_MD5RSA) == 0) {
315 } else if (strcmp(algorithm, szOID_RSA_MD2RSA) == 0) {
320 } else if (strcmp(algorithm, szOID_RSA_MD4RSA) == 0) {