Home
last modified time | relevance | path

Searched refs:_math__uComp (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DMathFunctions.c341 _math__uComp( in _math__uComp() function
413 return _math__uComp(aSize, a, bSize, b); in _math__Comp()
416 return 0 - _math__uComp(aSize, a, bSize, b); in _math__Comp()
DMathFunctions_fp.h40 LIB_EXPORT int _math__uComp(const UINT32 aSize, // IN: size of a
DCpriECC.c1025 compare = _math__uComp(x->size, x->buffer, n->size, n->buffer); in Mod2B()
1450 if( _math__uComp(rIn->t.size, rIn->t.buffer, n->size, n->buffer) >= 0 in ValidateSignatureEcdsa()
1451 || _math__uComp(sIn->t.size, sIn->t.buffer, n->size, n->buffer) >= 0 in ValidateSignatureEcdsa()
1566 if( _math__uComp(sIn->b.size, sIn->b.buffer, n->size, n->buffer) >= 0 in ValidateSignatureEcSchnorr()
1567 || _math__uComp(rIn->b.size, rIn->b.buffer, n->size, n->buffer) >= 0 in ValidateSignatureEcSchnorr()
1591 if(_math__uComp(rIn->t.size, rIn->t.buffer, in ValidateSignatureEcSchnorr()
DCpriRSA.c306 if(_math__uComp(key->publicKey->size, key->publicKey->buffer, in RSADP()
DCryptUtil.c3529 return _math__uComp(aSize, a, bSize, b); in CryptCompare()
Dpart4.txt783 …B.5.2.8. _math__uComp() ......................................................................…
23502 2958 return _math__uComp(aSize, a, bSize, b);
25918 B.5.2.8. _math__uComp()
25929 254 _math__uComp(
26015 318 return _math__uComp(aSize, a, bSize, b);
26018 321 return 0 - _math__uComp(aSize, a, bSize, b);
29191 270 if(_math__uComp(key->publicKey->size, key->publicKey->buffer,
33416 248 compare = _math__uComp(x->size, x->buffer, n->size, n->buffer);
34748 1319 if( _math__uComp(rIn->t.size, rIn->t.buffer, n->size, n->buffer) >= 0
34749 1320 || _math__uComp(sIn->t.size, sIn->t.buffer, n->size, n->buffer) >= 0
[all …]