Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_dsa.c459 if (mode == DCA_DSA_SIGN && xlen > DSAPARTLEN) { in dca_dsainit()
474 if (mode == DCA_DSA_SIGN) { in dca_dsainit()
486 if (mode == DCA_DSA_SIGN) in dca_dsainit()
504 if (mode == DCA_DSA_SIGN) { in dca_dsainit()
563 if (mode == DCA_DSA_SIGN) { in dca_dsaatomic()
H A Ddca.c4117 DCA_DSA_SIGN); in dca_sign_init()
4234 data, signature, KM_SLEEP, req, DCA_DSA_SIGN); in dca_sign_atomic()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h120 #define DCA_DSA_SIGN 0 macro