Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c414 unsigned modfix, expfix, pqfix = 0; in dca_rsainit() local
521 expfix = ROUNDUP(explen, sizeof (uint32_t)); in dca_rsainit()
574 ctxlen = 8 + modfix + expfix; in dca_rsainit()
589 dca_reverse(exp, kaddr, explen, expfix); in dca_rsainit()
590 kaddr += expfix; in dca_rsainit()