Home | History | Annotate | Download | only in cts

Lines Matching defs:algorithm

773         final String algorithm = "SHA-1";
776 MessageDigest md = MessageDigest.getInstance(algorithm);
785 return algorithm + " not found";