Home
last modified time | relevance | path

Searched refs:hashBlockSize (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DMAC.java139 return macAlg.hashBlockSize; in hashBlockLen()
DCipherSuite.java538 final int hashBlockSize; field in CipherSuite.MacAlg
544 int hashBlockSize, int minimalPaddingSize) { in MacAlg() argument
547 this.hashBlockSize = hashBlockSize; in MacAlg()