Searched refs:INLINE_DECL (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_gmp.h24 INLINE_DECL bi_ptr bi_new(bi_t i) {
30 INLINE_DECL bi_ptr bi_new_ptr(void) {
40 INLINE_DECL void bi_free(const bi_ptr i) {
45 INLINE_DECL void bi_free_ptr(const bi_ptr i) {
51 INLINE_DECL long bi_length( const bi_ptr res) {
61 INLINE_DECL char *bi_2_hex_char(const bi_ptr i) {
70 INLINE_DECL char *bi_2_dec_char(const bi_ptr i) {
79 INLINE_DECL bi_ptr bi_set( bi_ptr result, const bi_ptr value) {
85 INLINE_DECL bi_ptr bi_set_as_hex( bi_ptr result, const char *value) {
91 INLINE_DECL bi_pt
[all...]
H A Dbi_openssl.h24 INLINE_DECL bi_ptr bi_new(bi_ptr result) {
30 INLINE_DECL bi_ptr bi_new_ptr(void) {
35 INLINE_DECL void bi_free(const bi_ptr i) {
40 INLINE_DECL void bi_free_ptr(const bi_ptr i) {
45 INLINE_DECL bi_ptr bi_inc(bi_ptr result) {
51 INLINE_DECL bi_ptr bi_dec(bi_ptr result) {
57 INLINE_DECL long bi_length( const bi_ptr res) {
65 INLINE_DECL bi_ptr bi_negate( bi_ptr result) {
71 INLINE_DECL bi_ptr bi_mul_si( bi_ptr result, const bi_ptr i, const long n) {
78 INLINE_DECL bi_pt
[all...]
H A Dbi.h23 #undef INLINE_DECL macro
24 #define INLINE_DECL static inline macro
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c19 #undef INLINE_DECL macro
20 #define INLINE_DECL macro
64 INLINE_DECL bi_ptr bi_set_as_nbin( const unsigned long length, const unsigned char *buffer) {
108 INLINE_DECL bi_ptr bi_generate_prime( bi_ptr result, const long length) {
122 INLINE_DECL bi_ptr bi_generate_safe_prime( bi_ptr result, long length) {
139 INLINE_DECL int bi_is_probable_prime( bi_ptr i) {
150 INLINE_DECL bi_ptr bi_gcd( bi_ptr result, bi_ptr a, bi_ptr b) {
H A Dbi_openssl.c23 #undef INLINE_DECL macro
24 #define INLINE_DECL macro
35 INLINE_DECL int bi_is_probable_prime( const bi_ptr i) {
48 INLINE_DECL bi_ptr bi_mod_exp_si( bi_ptr result, const bi_ptr g, const bi_ptr e, const long m) {
H A Dbi.c15 #undef INLINE_DECL macro
16 #define INLINE_DECL macro
104 INLINE_DECL void bi_new_array( bi_array array, const int length) {
115 INLINE_DECL void bi_new_array2( bi_array array, const int length) {
125 INLINE_DECL void bi_free_array(bi_array array) {
136 INLINE_DECL void bi_copy_array(bi_array_ptr src,

Completed in 99 milliseconds