Searched defs:SHA384 (Results 1 – 4 of 4) sorted by relevance
90 public static final class SHA384 extends com.android.org.conscrypt.OpenSSLMessageDigestJDK { class in OpenSSLMessageDigestJDK92 public SHA384() throws java.security.NoSuchAlgorithmException { throw new RuntimeException("Stub!")… in SHA384() method in OpenSSLMessageDigestJDK.SHA384
74 SHA384 // import crypto/sha512 const
46 func SHA384([]byte) [48]byte { panic("boringcrypto: not available") } func
96 func SHA384(p []byte) (sum [48]byte) { func