Searched refs:bn_fix_top (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_sureware.c696 bn_fix_top(rsatmp->e);
698 bn_fix_top(rsatmp->n);
741 bn_fix_top(dsatmp->pub_key);
743 bn_fix_top(dsatmp->p);
745 bn_fix_top(dsatmp->q);
747 bn_fix_top(dsatmp->g);
1006 bn_fix_top(psign->r);
1008 bn_fix_top(psign->s);
1048 bn_fix_top(r);
H A De_chil.c830 bn_fix_top(rtmp->e);
832 bn_fix_top(rtmp->n);
927 bn_fix_top(r);
993 bn_fix_top(r);
1041 bn_fix_top(r);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn.h708 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
712 * bn_fix_top() has become an overabused duct-tape because bignum data is
715 * - bn_fix_top()s implementation has been moved to bn_correct_top()
716 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
721 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
723 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
724 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
728 * bn_fix_top() macro. External applications and libraries should try this with
777 #define bn_fix_top(a) bn_check_top(a) macro
790 #define bn_fix_top( macro
[all...]

Completed in 108 milliseconds