Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 11 of 11) sorted by relevance

/openssl/test/
H A Dpbetest.c60 const unsigned char *exp, const int exp_len) in test_pkcs5_pbe() argument
89 if (!TEST_mem_eq(out, outlen, exp, exp_len)) in test_pkcs5_pbe()
96 || !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len))) in test_pkcs5_pbe()
H A Dbntests.pl105 my $exp = bn($s{'Exp'});
108 return if $exp == $a ** $e;
H A Dhpke_test.c1127 unsigned char exp[32]; in test_hpke_export() local
1149 if (!TEST_false(OSSL_HPKE_export(NULL, exp, sizeof(exp), in test_hpke_export()
1153 if (!TEST_false(OSSL_HPKE_export(ctx, exp, sizeof(exp), in test_hpke_export()
1162 if (!TEST_true(OSSL_HPKE_export(ctx, exp, sizeof(exp), in test_hpke_export()
1169 if (!TEST_mem_eq(exp, sizeof(exp), exp2, sizeof(exp2))) in test_hpke_export()
1189 if (!TEST_mem_eq(exp, sizeof(exp), rexp, sizeof(rexp))) in test_hpke_export()
H A Dbntest.c1721 BIGNUM *a = NULL, *e = NULL, *exp = NULL, *ret = NULL; in file_exp() local
1726 || !TEST_ptr(exp = getBN(s, "Exp")) in file_exp()
1731 || !equalBN("A ^ E", exp, ret)) in file_exp()
1738 BN_free(exp); in file_exp()
2852 const char *exp; member
3069 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp()
3103 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp_consttime()
/openssl/crypto/bn/
H A Drsaz_exp_x2.c98 const BN_ULONG *exp[2], const BN_ULONG *m,
169 const BN_ULONG *exp[2] = {0};
236 exp[0] = exp1;
237 exp[1] = exp2;
243 ret = RSAZ_mod_exp_x2_ifma256(rr1_red, base1_red, exp, m1_red, rr1_red,
290 const BN_ULONG *exp[2],
399 memcpy(&expz[0 * (exp_digits + 1)], exp[0], exp_digits * sizeof(BN_ULONG));
401 memcpy(&expz[1 * (exp_digits + 1)], exp[1], exp_digits * sizeof(BN_ULONG));
/openssl/crypto/bio/
H A Dbio_print.c578 long exp = 0; in fmtfp() local
620 exp--; in fmtfp()
624 exp++; in fmtfp()
636 max -= (exp + 1); in fmtfp()
715 if (exp < 0) in fmtfp()
716 tmpexp = -exp; in fmtfp()
718 tmpexp = exp; in fmtfp()
804 if (exp < 0) { in fmtfp()
/openssl/crypto/rsa/
H A Drsa_lib.c817 BIGNUM *exp = sk_BIGNUM_pop(exps); in DEFINE_STACK_OF() local
821 if (!ossl_assert(prime != NULL && exp != NULL && coeff != NULL)) in DEFINE_STACK_OF()
829 pinfo->d = exp; in DEFINE_STACK_OF()
/openssl/crypto/cmp/
H A Dcmp_client.c343 const int exp = OSSL_CMP_EXPECTED_RESP_TIME; in poll_for_response() local
344 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
/openssl/
H A D.gitignore235 *.exp
H A DCHANGES.md14664 Lenka Fibikova <fibikova@exp-math.uni-essen.de>*
15367 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller*
15441 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller*
/openssl/Configurations/
H A Dwindows-makefile.tmpl484 -del /Q /S /F engines\*.lib engines\*.exp
485 -del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp
486 -del /Q /S /F test\*.exp

Completed in 99 milliseconds