Home
last modified time | relevance | path

Searched refs:BN_CTX_get (Results 51 – 63 of 63) sorted by relevance

123

/openssl/crypto/bn/
H A Dbn_mul.c535 if ((rr = BN_CTX_get(ctx)) == NULL) in bn_mul_fixed_top()
579 t = BN_CTX_get(ctx); in bn_mul_fixed_top()
H A Dbn_ctx.c212 BIGNUM *BN_CTX_get(BN_CTX *ctx) in BN_CTX_get() function
H A Dbn_mod.c216 if ((t = BN_CTX_get(ctx)) == NULL) in BN_mod_mul()
/openssl/crypto/ec/
H A Decp_sm2p256.c535 if ((tmp = BN_CTX_get(ctx)) == NULL) in ecp_sm2p256_windowed_mul()
707 if ((tmp = BN_CTX_get(ctx)) == NULL in ecp_sm2p256_inv_mod_ord()
H A Decp_nistz256.c643 if ((mod = BN_CTX_get(ctx)) == NULL) in ecp_nistz256_windowed_mul()
1018 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL) in ecp_nistz256_points_mul()
1314 if ((tmp = BN_CTX_get(ctx)) == NULL in ecp_nistz256_inv_mod_ord()
H A Dec_curve.c3415 if ((bn[i] = BN_CTX_get(ctx)) == NULL) in ossl_ec_curve_nid_from_params()
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c162 x = BN_CTX_get(bnctx); in key_to_params()
167 y = BN_CTX_get(bnctx); in key_to_params()
/openssl/include/openssl/
H A Dbn.h215 BIGNUM *BN_CTX_get(BN_CTX *ctx);
/openssl/providers/fips/
H A Dself_test_kats.c169 BIGNUM *bn = BN_CTX_get(ctx); in add_params()
/openssl/crypto/evp/
H A Dctrl_params_translate.c1693 x = BN_CTX_get(bnctx); in get_payload_public_key_ec()
1694 y = BN_CTX_get(bnctx); in get_payload_public_key_ec()
/openssl/test/
H A Dbntest.c2724 if (!TEST_ptr(b[i] = BN_CTX_get(c))) in test_ctx_set_ct_flag()
2744 if (!TEST_ptr(b[i] = BN_CTX_get(c))) in test_ctx_check_ct_flag()
/openssl/util/
H A Dlibcrypto.num405 BN_CTX_get 413 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md12165 * BN_CTX_get() should return zero-valued bignums, providing the same
17724 * New functions BN_CTX_start(), BN_CTX_get() and BT_CTX_end() to

Completed in 147 milliseconds

123