Searched refs:exp (Results 1 – 11 of 11) sorted by relevance
/openssl/test/ |
H A D | pbetest.c | 60 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 D | bntests.pl | 105 my $exp = bn($s{'Exp'}); 108 return if $exp == $a ** $e;
|
H A D | hpke_test.c | 1127 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 D | bntest.c | 1721 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 D | rsaz_exp_x2.c | 98 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 D | bio_print.c | 578 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 D | rsa_lib.c | 817 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 D | cmp_client.c | 346 const int exp = OSSL_CMP_EXPECTED_RESP_TIME; in poll_for_response() local 347 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
|
/openssl/ |
H A D | .gitignore | 278 *.exp
|
H A D | CHANGES.md | 14734 Lenka Fibikova <fibikova@exp-math.uni-essen.de>* 15437 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller* 15511 *Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller*
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 484 -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 64 milliseconds