HomeSort by relevance Sort by last modified time
    Searched refs:BN_CTX_get (Results 1 - 25 of 29) sorted by null

1 2

  /external/boringssl/src/crypto/fipsmodule/bn/
gcd.c 191 a = BN_CTX_get(ctx);
192 b = BN_CTX_get(ctx);
251 A = BN_CTX_get(ctx);
252 B = BN_CTX_get(ctx);
253 X = BN_CTX_get(ctx);
254 Y = BN_CTX_get(ctx);
488 A = BN_CTX_get(ctx);
489 B = BN_CTX_get(ctx);
490 X = BN_CTX_get(ctx);
491 D = BN_CTX_get(ctx)
    [all...]
jacobi.c 85 BIGNUM *A = BN_CTX_get(ctx);
86 BIGNUM *B = BN_CTX_get(ctx);
sqrt.c 111 A = BN_CTX_get(ctx);
112 b = BN_CTX_get(ctx);
113 q = BN_CTX_get(ctx);
114 t = BN_CTX_get(ctx);
115 x = BN_CTX_get(ctx);
116 y = BN_CTX_get(ctx);
448 estimate = BN_CTX_get(ctx);
452 tmp = BN_CTX_get(ctx);
453 last_delta = BN_CTX_get(ctx);
454 delta = BN_CTX_get(ctx)
    [all...]
prime.c 388 t = BN_CTX_get(ctx);
557 BIGNUM *w1 = BN_CTX_get(ctx);
569 BIGNUM *m = BN_CTX_get(ctx);
575 BIGNUM *b = BN_CTX_get(ctx);
576 BIGNUM *g = BN_CTX_get(ctx);
577 BIGNUM *z = BN_CTX_get(ctx);
578 BIGNUM *x = BN_CTX_get(ctx);
579 BIGNUM *x1 = BN_CTX_get(ctx);
767 if ((t1 = BN_CTX_get(ctx)) == NULL) {
    [all...]
exponentiation.c 145 rr = BN_CTX_get(ctx);
150 v = BN_CTX_get(ctx);
239 t = BN_CTX_get(ctx);
265 a = BN_CTX_get(ctx);
266 b = BN_CTX_get(ctx);
270 d = BN_CTX_get(ctx);
276 r = BN_CTX_get(ctx);
369 a = BN_CTX_get(ctx);
446 aa = BN_CTX_get(ctx);
447 val[0] = BN_CTX_get(ctx)
    [all...]
div.c 214 tmp = BN_CTX_get(ctx);
215 snum = BN_CTX_get(ctx);
216 sdiv = BN_CTX_get(ctx);
218 res = BN_CTX_get(ctx);
447 t = BN_CTX_get(ctx);
montgomery.c 353 t = BN_CTX_get(ctx);
405 BIGNUM *tmp = BN_CTX_get(ctx);
ctx.c 163 BIGNUM *BN_CTX_get(BN_CTX *ctx) {
mul.c 583 if ((rr = BN_CTX_get(ctx)) == NULL) {
617 t = BN_CTX_get(ctx);
815 rr = (a != r) ? r : BN_CTX_get(ctx);
816 tmp = BN_CTX_get(ctx);
  /external/tpm2/
MathFunctions.c 235 bnA = BN_CTX_get(context);
236 bnB = BN_CTX_get(context);
237 bnP = BN_CTX_get(context);
297 bnN = BN_CTX_get(context);
298 bnD = BN_CTX_get(context);
299 bnQ = BN_CTX_get(context);
300 bnR = BN_CTX_get(context);
301 // Errors in BN_CTX_get() are sticky so only need to check the last allocation
463 bnC = BN_CTX_get(context);
464 bnM = BN_CTX_get(context)
    [all...]
CpriECC.c 113 bnX = BN_CTX_get(context);
114 bnY = BN_CTX_get(context);
165 bnP = BN_CTX_get(context);
166 bnA = BN_CTX_get(context);
167 bnB = BN_CTX_get(context);
168 bnX = BN_CTX_get(context);
169 bnY = BN_CTX_get(context);
170 bnN = BN_CTX_get(context);
171 bnH = BN_CTX_get(context);
221 bnX = BN_CTX_get(context)
    [all...]
CpriRSA.c 52 bnE = BN_CTX_get(context);
53 bnD = BN_CTX_get(context);
54 bnN = BN_CTX_get(context);
55 bnP = BN_CTX_get(context);
56 bnPhi = BN_CTX_get(context);
57 bnQ = BN_CTX_get(context);
58 bnQr = BN_CTX_get(context);
163 bnE = BN_CTX_get(context); // public exponent (e)
164 bnD = BN_CTX_get(context); // private exponent (d)
165 bnN = BN_CTX_get(context); // public modulus (n
    [all...]
RSAKeySieve.c 250 bnWm1 = BN_CTX_get(context);
251 bnB = BN_CTX_get(context);
252 bnZ = BN_CTX_get(context);
253 bnM = BN_CTX_get(context);
696 bnP = BN_CTX_get(context);
823 bnP = BN_CTX_get(context);
824 bnQ = BN_CTX_get(context);
825 bnT = BN_CTX_get(context);
826 bnE = BN_CTX_get(context);
827 bnN = BN_CTX_get(context)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 140 tmp_a = BN_CTX_get(ctx);
404 n0 = BN_CTX_get(ctx);
405 n1 = BN_CTX_get(ctx);
406 n2 = BN_CTX_get(ctx);
407 n3 = BN_CTX_get(ctx);
408 n4 = BN_CTX_get(ctx);
409 n5 = BN_CTX_get(ctx);
410 n6 = BN_CTX_get(ctx);
592 n0 = BN_CTX_get(ctx);
593 n1 = BN_CTX_get(ctx)
    [all...]
oct.c 118 x = BN_CTX_get(ctx);
119 y = BN_CTX_get(ctx);
212 x = BN_CTX_get(ctx);
213 y = BN_CTX_get(ctx);
295 tmp1 = BN_CTX_get(ctx);
296 tmp2 = BN_CTX_get(ctx);
297 y = BN_CTX_get(ctx);
ec_montgomery.c 232 BIGNUM *Z_1 = BN_CTX_get(ctx);
233 BIGNUM *Z_2 = BN_CTX_get(ctx);
234 BIGNUM *Z_3 = BN_CTX_get(ctx);
ec_key.c 399 tx = BN_CTX_get(ctx);
400 ty = BN_CTX_get(ctx);
p256-x86_64.c 249 BIGNUM *mod = BN_CTX_get(ctx);
395 BIGNUM *tmp_scalar = BN_CTX_get(ctx);
p224-64.c     [all...]
  /external/boringssl/src/crypto/dh/
check.c 74 BIGNUM *tmp = BN_CTX_get(ctx);
132 t1 = BN_CTX_get(ctx);
136 t2 = BN_CTX_get(ctx);
dh.c 177 t1 = BN_CTX_get(ctx);
178 t2 = BN_CTX_get(ctx);
359 shared_key = BN_CTX_get(ctx);
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa_impl.c 144 f = BN_CTX_get(ctx);
145 result = BN_CTX_get(ctx);
469 f = BN_CTX_get(ctx);
470 result = BN_CTX_get(ctx);
552 f = BN_CTX_get(ctx);
553 result = BN_CTX_get(ctx);
617 BIGNUM *vrfy = BN_CTX_get(ctx);
667 r1 = BN_CTX_get(ctx);
668 m1 = BN_CTX_get(ctx);
669 vrfy = BN_CTX_get(ctx)
    [all...]
  /external/boringssl/src/crypto/ecdh/
ecdh.c 112 BIGNUM *x = BN_CTX_get(ctx);
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 147 u1 = BN_CTX_get(ctx);
148 u2 = BN_CTX_get(ctx);
149 m = BN_CTX_get(ctx);
150 X = BN_CTX_get(ctx);
  /external/boringssl/src/crypto/dsa/
dsa.c 206 r0 = BN_CTX_get(ctx);
207 g = BN_CTX_get(ctx);
208 W = BN_CTX_get(ctx);
209 q = BN_CTX_get(ctx);
210 X = BN_CTX_get(ctx);
211 c = BN_CTX_get(ctx);
212 p = BN_CTX_get(ctx);
213 test = BN_CTX_get(ctx);

Completed in 1046 milliseconds

1 2