Searched refs:toInit (Results 1 – 5 of 5) sorted by relevance
107 mp_int *toInit, in BnToWolf() argument112 if (toInit != NULL && initializer != NULL) in BnToWolf()117 toInit->dp[2 * i] = (fp_digit)initializer->d[i]; in BnToWolf()118 toInit->dp[2 * i + 1] = (fp_digit)(initializer->d[i] >> 32); in BnToWolf()120 toInit->dp[i] = initializer->d[i]; in BnToWolf()125 toInit->used = (int)initializer->size * 2; in BnToWolf()126 if (toInit->dp[toInit->used - 1] == 0 && toInit->dp[toInit->used - 2] != 0) in BnToWolf()127 --toInit->used; in BnToWolf()129 toInit->used = (int)initializer->size; in BnToWolf()131 toInit->sign = 0; in BnToWolf()[all …]
101 BIGNUM *toInit, in BigInitialized() argument107 if(toInit == NULL || initializer == NULL) in BigInitialized()109 toInit->d = (BN_ULONG *)&initializer->d[0]; in BigInitialized()110 toInit->dmax = (int)initializer->allocated; in BigInitialized()111 toInit->width = (int)initializer->size; in BigInitialized()112 toInit->neg = 0; in BigInitialized()113 toInit->flags = 0; in BigInitialized()114 return toInit; in BigInitialized()
60 mp_int *toInit,68 mp_int *toInit
65 BIGNUM *toInit,
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...