Searched refs:bn_fix_top (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | README.pod | 10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top, 55 void bn_fix_top(BIGNUM *a); 210 The bn_fix_top() macro reduces B<a-E<gt>top> to point to the most
|
D | bn_local.h | 212 # define bn_fix_top(a) bn_check_top(a) macro 229 # define bn_fix_top(a) bn_correct_top(a) macro
|
/third_party/openssl/crypto/bn/ |
D | README.pod | 10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top, 55 void bn_fix_top(BIGNUM *a); 210 The bn_fix_top() macro reduces B<a-E<gt>top> to point to the most
|
D | bn_local.h | 212 # define bn_fix_top(a) bn_check_top(a) macro 229 # define bn_fix_top(a) bn_correct_top(a) macro
|