Home
last modified time | relevance | path

Searched refs:WC_BIGINT (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dwolfmath.h77 typedef struct WC_BIGINT { struct
81 } WC_BIGINT; argument
85 WOLFSSL_LOCAL void wc_bigint_init(WC_BIGINT* a);
86 WOLFSSL_LOCAL int wc_bigint_alloc(WC_BIGINT* a, word32 sz);
87 WOLFSSL_LOCAL int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen);
88 WOLFSSL_LOCAL int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen);
89 WOLFSSL_LOCAL void wc_bigint_zero(WC_BIGINT* a);
90 WOLFSSL_LOCAL void wc_bigint_free(WC_BIGINT* a);
92 WOLFSSL_LOCAL int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
93 WOLFSSL_LOCAL int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
[all …]
H A Dinteger.h195 typedef struct WC_BIGINT { struct
199 } WC_BIGINT; argument
209 struct WC_BIGINT raw; /* unsigned binary (big endian) */
H A Dsp_int.h718 typedef struct WC_BIGINT { struct
725 } WC_BIGINT; typedef
748 struct WC_BIGINT raw;
H A Dtfm.h319 typedef struct WC_BIGINT { struct
323 } WC_BIGINT; argument
337 struct WC_BIGINT raw; /* unsigned binary (big endian) */
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dwolfmath.h77 typedef struct WC_BIGINT { struct
81 } WC_BIGINT; typedef
85 WOLFSSL_LOCAL void wc_bigint_init(WC_BIGINT* a);
86 WOLFSSL_LOCAL int wc_bigint_alloc(WC_BIGINT* a, word32 sz);
87 WOLFSSL_LOCAL int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen);
88 WOLFSSL_LOCAL int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen);
89 WOLFSSL_LOCAL void wc_bigint_zero(WC_BIGINT* a);
90 WOLFSSL_LOCAL void wc_bigint_free(WC_BIGINT* a);
92 WOLFSSL_LOCAL int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
93 WOLFSSL_LOCAL int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
[all …]
H A Dinteger.h195 typedef struct WC_BIGINT { struct
199 } WC_BIGINT; typedef
209 struct WC_BIGINT raw; /* unsigned binary (big endian) */
H A Dsp_int.h718 typedef struct WC_BIGINT { struct
725 } WC_BIGINT; argument
748 struct WC_BIGINT raw;
H A Dtfm.h319 typedef struct WC_BIGINT { struct
323 } WC_BIGINT; argument
337 struct WC_BIGINT raw; /* unsigned binary (big endian) */
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dwolfmath.h77 typedef struct WC_BIGINT {
81 } WC_BIGINT;
85 WOLFSSL_LOCAL void wc_bigint_init(WC_BIGINT* a);
86 WOLFSSL_LOCAL int wc_bigint_alloc(WC_BIGINT* a, word32 sz);
87 WOLFSSL_LOCAL int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen);
88 WOLFSSL_LOCAL int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen);
89 WOLFSSL_LOCAL void wc_bigint_zero(WC_BIGINT* a);
90 WOLFSSL_LOCAL void wc_bigint_free(WC_BIGINT* a);
92 WOLFSSL_LOCAL int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
93 WOLFSSL_LOCAL int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
[all …]
H A Dinteger.h195 typedef struct WC_BIGINT { struct
199 } WC_BIGINT; argument
209 struct WC_BIGINT raw; /* unsigned binary (big endian) */
H A Dsp_int.h718 typedef struct WC_BIGINT { struct
725 } WC_BIGINT; argument
748 struct WC_BIGINT raw;
H A Dtfm.h319 typedef struct WC_BIGINT { struct
323 } WC_BIGINT; argument
337 struct WC_BIGINT raw; /* unsigned binary (big endian) */
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dwolfmath.h77 typedef struct WC_BIGINT { struct
81 } WC_BIGINT; argument
85 WOLFSSL_LOCAL void wc_bigint_init(WC_BIGINT* a);
86 WOLFSSL_LOCAL int wc_bigint_alloc(WC_BIGINT* a, word32 sz);
87 WOLFSSL_LOCAL int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen);
88 WOLFSSL_LOCAL int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen);
89 WOLFSSL_LOCAL void wc_bigint_zero(WC_BIGINT* a);
90 WOLFSSL_LOCAL void wc_bigint_free(WC_BIGINT* a);
92 WOLFSSL_LOCAL int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
93 WOLFSSL_LOCAL int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
[all …]
H A Dinteger.h195 typedef struct WC_BIGINT {
199 } WC_BIGINT;
209 struct WC_BIGINT raw; /* unsigned binary (big endian) */
H A Dsp_int.h718 typedef struct WC_BIGINT { struct
725 } WC_BIGINT; argument
748 struct WC_BIGINT raw;
H A Dtfm.h319 typedef struct WC_BIGINT { struct
323 } WC_BIGINT; argument
337 struct WC_BIGINT raw; /* unsigned binary (big endian) */
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dwolfmath.h77 typedef struct WC_BIGINT { struct
81 } WC_BIGINT; argument
85 WOLFSSL_LOCAL void wc_bigint_init(WC_BIGINT* a);
86 WOLFSSL_LOCAL int wc_bigint_alloc(WC_BIGINT* a, word32 sz);
87 WOLFSSL_LOCAL int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen);
88 WOLFSSL_LOCAL int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen);
89 WOLFSSL_LOCAL void wc_bigint_zero(WC_BIGINT* a);
90 WOLFSSL_LOCAL void wc_bigint_free(WC_BIGINT* a);
92 WOLFSSL_LOCAL int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
93 WOLFSSL_LOCAL int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
[all …]
H A Dinteger.h195 typedef struct WC_BIGINT { struct
199 } WC_BIGINT; argument
209 struct WC_BIGINT raw; /* unsigned binary (big endian) */
H A Dsp_int.h718 typedef struct WC_BIGINT { struct
725 } WC_BIGINT; argument
748 struct WC_BIGINT raw;
H A Dtfm.h319 typedef struct WC_BIGINT { struct
323 } WC_BIGINT; argument
337 struct WC_BIGINT raw; /* unsigned binary (big endian) */
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dwolfmath.c253 void wc_bigint_init(WC_BIGINT* a) in wc_bigint_init()
262 int wc_bigint_alloc(WC_BIGINT* a, word32 sz) in wc_bigint_alloc()
289 int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen) in wc_bigint_from_unsigned_bin()
304 int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen) in wc_bigint_to_unsigned_bin()
327 void wc_bigint_zero(WC_BIGINT* a) in wc_bigint_zero()
334 void wc_bigint_free(WC_BIGINT* a) in wc_bigint_free()
349 int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz) in wc_mp_to_bigint_sz()
377 int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst) in wc_mp_to_bigint()
385 int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst) in wc_bigint_to_mp()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwolfmath.c253 void wc_bigint_init(WC_BIGINT* a) in wc_bigint_init()
262 int wc_bigint_alloc(WC_BIGINT* a, word32 sz) in wc_bigint_alloc()
289 int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen) in wc_bigint_from_unsigned_bin()
304 int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen) in wc_bigint_to_unsigned_bin()
327 void wc_bigint_zero(WC_BIGINT* a) in wc_bigint_zero()
334 void wc_bigint_free(WC_BIGINT* a) in wc_bigint_free()
349 int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz) in wc_mp_to_bigint_sz()
377 int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst) in wc_mp_to_bigint()
385 int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst) in wc_bigint_to_mp()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwolfmath.c253 void wc_bigint_init(WC_BIGINT* a) in wc_bigint_init()
262 int wc_bigint_alloc(WC_BIGINT* a, word32 sz) in wc_bigint_alloc()
289 int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen) in wc_bigint_from_unsigned_bin()
304 int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen) in wc_bigint_to_unsigned_bin()
327 void wc_bigint_zero(WC_BIGINT* a) in wc_bigint_zero()
334 void wc_bigint_free(WC_BIGINT* a) in wc_bigint_free()
349 int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz) in wc_mp_to_bigint_sz()
377 int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst) in wc_mp_to_bigint()
385 int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst) in wc_bigint_to_mp()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwolfmath.c253 void wc_bigint_init(WC_BIGINT* a) in wc_bigint_init()
262 int wc_bigint_alloc(WC_BIGINT* a, word32 sz) in wc_bigint_alloc()
289 int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen) in wc_bigint_from_unsigned_bin()
304 int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen) in wc_bigint_to_unsigned_bin()
327 void wc_bigint_zero(WC_BIGINT* a) in wc_bigint_zero()
334 void wc_bigint_free(WC_BIGINT* a) in wc_bigint_free()
349 int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz) in wc_mp_to_bigint_sz()
377 int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst) in wc_mp_to_bigint()
385 int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst) in wc_bigint_to_mp()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwolfmath.c253 void wc_bigint_init(WC_BIGINT* a) in wc_bigint_init()
262 int wc_bigint_alloc(WC_BIGINT* a, word32 sz) in wc_bigint_alloc()
289 int wc_bigint_from_unsigned_bin(WC_BIGINT* a, const byte* in, word32 inlen) in wc_bigint_from_unsigned_bin()
304 int wc_bigint_to_unsigned_bin(WC_BIGINT* a, byte* out, word32* outlen) in wc_bigint_to_unsigned_bin()
327 void wc_bigint_zero(WC_BIGINT* a) in wc_bigint_zero()
334 void wc_bigint_free(WC_BIGINT* a) in wc_bigint_free()
349 int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz) in wc_mp_to_bigint_sz()
377 int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst) in wc_mp_to_bigint()
385 int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst) in wc_bigint_to_mp()

12