Lines Matching refs:bigNum
46 static bigNum
48 bigNum bnD, // OUT: the adjusted digest in EcdsaDigest()
84 bigNum bnS, // OUT: 's' component of the signature in BnSchnorrSign()
86 bigNum bnR, // IN: the signature 'r' value in BnSchnorrSign()
116 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcdsa()
117 bigNum bnS, // OUT: 's' component of the signature in BnSignEcdsa()
120 bigNum bnD, // IN: private signing key in BnSignEcdsa()
211 bigNum bnS, // OUT: 's' component of the signature in BnSignEcdaa()
213 bigNum bnD, // IN: the private key in BnSignEcdaa()
310 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSchnorr()
311 bigNum bnS, // OUT: 's' component of the signature in BnSignEcSchnorr()
313 bigNum bnD, // IN: the signing key in BnSignEcSchnorr()
382 bigNum bn, //IN: big number value in BnHexEqual()
401 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSm2()
402 bigNum bnS, // OUT: 's' component of the signature in BnSignEcSm2()
404 bigNum bnD, // IN: the private key in BnSignEcSm2()
579 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcdsa()
580 bigNum bnS, // IN: 's' component of the signature in BnValidateSignatureEcdsa()
639 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSm2()
640 bigNum bnS, // IN: 's' component of the signature in BnValidateSignatureEcSm2()
707 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSchnorr()
708 bigNum bnS, // IN: 's' component of the signature in BnValidateSignatureEcSchnorr()