Home | History | Annotate | Download | only in patches

Lines Matching full:bytesize

667 +    private final int byteSize;
669 + public OpenSSLDigest(String algorithm, int byteSize) {
672 + this.byteSize = byteSize;
687 + return byteSize;