Searched refs:pqfix (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | dca_rsa.c | 173 len, reqp->dr_ctx.modlen, reqp->dr_ctx.pqfix)) != in dca_rsastart() 414 unsigned modfix, expfix, pqfix = 0; in dca_rsainit() local 530 pqfix = max(pfix, qfix); in dca_rsainit() 533 if (pqfix) { in dca_rsainit() 535 reqp->dr_pkt_length = 2 * pqfix; in dca_rsainit() 541 if (pqfix) { in dca_rsainit() 547 ctxlen = 8 + pqfix * 5; in dca_rsainit() 559 dca_reverse(p, kaddr, plen, pqfix); in dca_rsainit() 560 kaddr += pqfix; in dca_rsainit() 562 dca_reverse(q, kaddr, qlen, pqfix); in dca_rsainit() [all …]
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 213 unsigned pqfix; /* RSA flag */ member
|