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