Searched refs:exp (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/bn/ |
A D | rsaz_exp_x2.c | 58 const BN_ULONG *exp, const BN_ULONG *m, BN_ULONG k0); 60 const BN_ULONG *exp[2], const BN_ULONG *m, 77 const BN_ULONG *exp, const BN_ULONG *m, 80 const BN_ULONG *exp[2], const BN_ULONG *m, 149 const BN_ULONG *exp[2] = {0}; 210 exp[0] = exp1; 211 exp[1] = exp2; 216 exp_x2(rr1_red, base1_red, exp, m1_red, rr1_red, k0); 252 const BN_ULONG *exp[2], /* 2x16 */ 306 memcpy(expz[0], exp[0], EXP_DIGITS * sizeof(BN_ULONG)); [all …]
|
/openssl-master/test/ |
A D | pbetest.c | 58 const unsigned char *exp, const int exp_len) in test_pkcs5_pbe() argument 87 if (!TEST_mem_eq(out, outlen, exp, exp_len)) in test_pkcs5_pbe() 94 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len))) in test_pkcs5_pbe()
|
A D | bntests.pl | 105 my $exp = bn($s{'Exp'}); 108 return if $exp == $a ** $e;
|
A D | bntest.c | 1657 BIGNUM *a = NULL, *e = NULL, *exp = NULL, *ret = NULL; in file_exp() local 1662 || !TEST_ptr(exp = getBN(s, "Exp")) in file_exp() 1667 || !equalBN("A ^ E", exp, ret)) in file_exp() 1674 BN_free(exp); in file_exp() 2564 const char *exp; member 2781 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp() 2815 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp_consttime()
|
/openssl-master/crypto/bio/ |
A D | bio_print.c | 560 long exp = 0; in fmtfp() local 602 exp--; in fmtfp() 606 exp++; in fmtfp() 618 max -= (exp + 1); in fmtfp() 699 if (exp < 0) in fmtfp() 700 tmpexp = -exp; in fmtfp() 702 tmpexp = exp; in fmtfp() 788 if (exp < 0) { in fmtfp()
|
/openssl-master/crypto/rsa/ |
A D | rsa_lib.c | 782 BIGNUM *exp = sk_BIGNUM_value(exps, i); in DEFINE_STACK_OF() local 786 if (!ossl_assert(prime != NULL && exp != NULL && coeff != NULL)) in DEFINE_STACK_OF() 796 pinfo->d = exp; in DEFINE_STACK_OF()
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 318 const int exp = 5; /* expected max time per msg round trip */ in poll_for_response() local 319 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
|
/openssl-master/Configurations/ |
A D | windows-makefile.tmpl | 475 -del /Q /S /F engines\*.lib engines\*.exp 476 -del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp 477 -del /Q /S /F test\*.exp
|
/openssl-master/ |
A D | CHANGES.md | 12789 Lenka Fibikova <fibikova@exp-math.uni-essen.de>* 13492 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller* 13566 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller*
|
Completed in 37 milliseconds