Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:SHA384

42         } else if ((SHA384.JCA_NAME.equals(algorithmUpper))
43 || (SHA384.OID.equals(algorithmUpper))) {
44 return SHA384.JCA_NAME;
62 } else if (SHA384.JCA_NAME.equals(algorithmUpper)) {
63 return EvpMdRef.SHA384.EVP_MD;
80 } else if (SHA384.JCA_NAME.equals(algorithmUpper)) {
81 return EvpMdRef.SHA384.SIZE_BYTES;
98 } else if (evpMdRef == SHA384.EVP_MD) {
99 return SHA384.JCA_NAME;
142 static final class SHA384 {
145 static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("sha384");
148 private SHA384() {}