Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:SHA256

35         if ((SHA256.JCA_NAME.equals(algorithmUpper)) || (SHA256.OID.equals(algorithmUpper))) {
36 return SHA256.JCA_NAME;
56 if (SHA256.JCA_NAME.equals(algorithmUpper)) {
57 return EvpMdRef.SHA256.EVP_MD;
74 if (SHA256.JCA_NAME.equals(algorithmUpper)) {
75 return EvpMdRef.SHA256.SIZE_BYTES;
96 } else if (evpMdRef == SHA256.EVP_MD) {
97 return SHA256.JCA_NAME;
133 static final class SHA256 {
136 static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("sha256");
139 private SHA256() {}