HomeSort by: relevance | last modified time | path
    Searched defs:mp_grow (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_grow.c 21 int mp_grow (mp_int * a, int size) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 166 static int mp_grow(mp_int * a, int size);
232 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
310 if ((res = mp_grow (c, max)) != MP_OKAY) {
960 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1132 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1256 static int mp_grow (mp_int * a, int size) function
1333 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1389 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1505 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2218 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY)
    [all...]
  /src/sbin/nvmectl/
bignum.c 125 mp_grow(mp_int *a, int size) function
169 if ((res = mp_grow(a, a->used + b)) != MP_OKAY) {
234 if ((res = mp_grow(b, a->used)) != MP_OKAY) {
265 if ((res = mp_grow(c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
323 if ((res = mp_grow(a, 2)) != MP_OKAY) {
555 if ((res = mp_grow(c, max + 1)) != MP_OKAY) {
633 if ((res = mp_grow(c, max)) != MP_OKAY) {
768 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
1216 if ((res = mp_grow(b, a->used)) != MP_OKAY) {
1653 if ((res = mp_grow(a, b / DIGIT_BIT + 1)) != MP_OKAY)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 125 mp_grow(mp_int *a, int size) function
173 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
246 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
295 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
353 if ((res = mp_grow(a, 2)) != MP_OKAY) {
610 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
689 if ((res = mp_grow (c, max)) != MP_OKAY) {
845 if ((res = mp_grow (c, a->used + 1)) != MP_OKAY) {
1286 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1721 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 129 mp_grow(mp_int *a, int size) function
173 if ((res = mp_grow(a, a->used + b)) != MP_OKAY) {
238 if ((res = mp_grow(b, a->used)) != MP_OKAY) {
269 if ((res = mp_grow(c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
327 if ((res = mp_grow(a, 2)) != MP_OKAY) {
559 if ((res = mp_grow(c, max + 1)) != MP_OKAY) {
637 if ((res = mp_grow(c, max)) != MP_OKAY) {
772 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
1220 if ((res = mp_grow(b, a->used)) != MP_OKAY) {
1657 if ((res = mp_grow(a, b / DIGIT_BIT + 1)) != MP_OKAY)
    [all...]

Completed in 59 milliseconds