HomeSort by: relevance | last modified time | path
    Searched refs:mp_int (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 96 static int signed_multiply(mp_int * a, mp_int * b, mp_int * c);
97 static int square(mp_int * a, mp_int * b);
99 static int signed_subtract_word(mp_int *a, mp_digit b, mp_int *c);
116 mp_zero(mp_int *a)
125 mp_grow(mp_int *a, int size)
157 lshift_digits(mp_int * a, int b
    [all...]
bn.h 52 typedef struct mp_int { struct
57 } mp_int; typedef in typeref:struct:mp_int
59 #define BIGNUM mp_int

Completed in 35 milliseconds