Searched refs:bigint (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint.h38 void bi_permanent(bigint *bi);
39 void bi_depermanent(bigint *bi);
41 void bi_free(BI_CTX *ctx, bigint *bi);
42 bigint *bi_copy(bigint *bi);
43 bigint *bi_clone(BI_CTX *ctx, const bigint *bi);
44 void bi_export(BI_CTX *ctx, bigint *bi, uint8_t *data, int size);
45 bigint *bi_import(BI_CTX *ctx, const uint8_t *data, int len);
46 bigint *int_to_b
[all...]
H A Dbigint_impl.h85 struct _bigint* next; /**< The next bigint in the cache. */
86 short size; /**< The number of components in this bigint. */
87 short max_comps; /**< The heapsize allocated for this bigint */
92 typedef struct _bigint bigint; /**< An alias for _bigint */ typedef in typeref:struct:_bigint
100 bigint *active_list; /**< Bigints currently used. */
101 bigint *free_list; /**< Bigints not used. */
102 bigint *bi_radix; /**< The radix used. */
103 bigint *bi_mod[BIGINT_NUM_MODS]; /**< modulus */
106 bigint *bi_RR_mod_m[BIGINT_NUM_MODS]; /**< R^2 mod m */
107 bigint *bi_R_mod_
[all...]
H A Dcrypto.h44 #include "bigint.h"
175 bigint *m; /* modulus */
176 bigint *e; /* public exponent */
177 bigint *d; /* private exponent */
179 bigint *p; /* p as in m = pq */
180 bigint *q; /* q as in m = pq */
181 bigint *dP; /* d mod (p-1) */
182 bigint *dQ; /* d mod (q-1) */
183 bigint *qInv; /* q^-1 mod p */
207 bigint *RSA_privat
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/
H A Dx86_bigint.c23 #include <ipxe/bigint.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Drsa.h12 #include <ipxe/bigint.h>
H A Dbigint.h35 * @v bigint Big integer
38 #define bigint_size( bigint ) \
39 ( sizeof ( *(bigint) ) / sizeof ( (bigint)->element[0] ) )
259 #include <bits/bigint.h>
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dbigint.c24 #include <ipxe/bigint.h>
H A Drsa.c28 #include <ipxe/bigint.h>
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbigint_test.c32 #include <ipxe/bigint.h>
2434 .name = "bigint",

Completed in 42 milliseconds