Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca_dsa.c461 if (mode == DCA_DSA_SIGN && xlen > DSAPARTLEN) { in dca_dsainit()
476 if (mode == DCA_DSA_SIGN) { in dca_dsainit()
488 if (mode == DCA_DSA_SIGN) in dca_dsainit()
506 if (mode == DCA_DSA_SIGN) { in dca_dsainit()
565 if (mode == DCA_DSA_SIGN) { in dca_dsaatomic()
H A Ddca.c4188 DCA_DSA_SIGN); in dca_sign_init()
4314 data, signature, KM_SLEEP, req, DCA_DSA_SIGN); in dca_sign_atomic()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Ddca.h120 #define DCA_DSA_SIGN 0 macro