Home
last modified time | relevance | path

Searched refs:BN_CTX (Results 101 – 125 of 145) sorted by relevance

123456

/openssl/crypto/ec/
H A Decp_nistp224.c1291 BN_CTX *ctx) in ossl_ec_GFp_nistp224_group_set_curve()
1296 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp224_group_set_curve()
1334 BN_CTX *ctx) in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1408 const BIGNUM *scalars[], BN_CTX *ctx) in ossl_ec_GFp_nistp224_points_mul()
1601 int ossl_ec_GFp_nistp224_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_GFp_nistp224_precompute_mult()
1610 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp224_precompute_mult()
H A Dec_backend.c158 OSSL_PARAM params[], BN_CTX *bnctx, in ec_group_explicit_todata()
292 BN_CTX *bnctx, unsigned char **genbuf) in ossl_ec_group_todata()
400 BN_CTX *ctx = NULL; in ossl_ec_key_fromdata()
H A Decp_nistp384.c1588 BN_CTX *ctx) in ossl_ec_GFp_nistp384_group_set_curve()
1593 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp384_group_set_curve()
1631 BN_CTX *ctx) in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1702 const BIGNUM *scalars[], BN_CTX *ctx) in ossl_ec_GFp_nistp384_points_mul()
1894 int ossl_ec_GFp_nistp384_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_GFp_nistp384_precompute_mult()
1903 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp384_precompute_mult()
H A Decp_nistp521.c1793 BN_CTX *ctx) in ossl_ec_GFp_nistp521_group_set_curve()
1798 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp521_group_set_curve()
1836 BN_CTX *ctx) in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1911 const BIGNUM *scalars[], BN_CTX *ctx) in ossl_ec_GFp_nistp521_points_mul()
2108 int ossl_ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_GFp_nistp521_precompute_mult()
2117 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp521_precompute_mult()
H A Deck_prn.c73 BN_CTX *ctx = NULL; in ECPKParameters_print()
H A Decp_nistp256.c1901 BN_CTX *ctx) in ossl_ec_GFp_nistp256_group_set_curve()
1906 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp256_group_set_curve()
1944 BN_CTX *ctx) in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2019 const BIGNUM *scalars[], BN_CTX *ctx) in ossl_ec_GFp_nistp256_points_mul()
2219 int ossl_ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_GFp_nistp256_precompute_mult()
2229 BN_CTX *new_ctx = NULL; in ossl_ec_GFp_nistp256_precompute_mult()
/openssl/test/
H A Dacvp_test.c456 BN_CTX *bn_ctx) in dsa_create_pkey()
523 BN_CTX *bn_ctx = NULL; in dsa_pqver_test()
627 BN_CTX *bn_ctx = NULL; in dsa_sigver_test()
897 BN_CTX *bn_ctx, int pass) in dh_create_pkey()
981 BN_CTX *bn_ctx = NULL; in dh_safe_prime_keyver_test()
1008 BN_CTX *bn_ctx) in rsa_create_pkey()
1205 BN_CTX *bn_ctx = NULL; in rsa_sigver_test()
1251 BN_CTX *bn_ctx = NULL; in rsa_decryption_primitive_test()
H A Dtrace_api_test.c42 CASE(BN_CTX); in test_trace_categories()
/openssl/crypto/dh/
H A Ddh_gen.c161 BN_CTX *ctx = NULL; in dh_builtin_genparams()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c362 BN_CTX *ctx) in ec_param_explicit_curve_to_text()
389 BN_CTX *ctx) in ec_param_explicit_gen_to_text()
432 BN_CTX *ctx = NULL; in ec_param_explicit_to_text()
/openssl/crypto/sm2/
H A Dsm2_crypt.c114 BN_CTX *ctx = NULL; in ossl_sm2_encrypt()
282 BN_CTX *ctx = NULL; in ossl_sm2_decrypt()
/openssl/include/openssl/
H A Dtypes.h91 typedef struct bignum_ctx BN_CTX; typedef
/openssl/crypto/dsa/
H A Ddsa_backend.c135 BN_CTX *ctx = NULL; in ossl_dsa_key_from_pkcs8()
H A Ddsa_sign.c28 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup()
/openssl/doc/man3/
H A DBN_cmp.pod21 int BN_are_coprime(BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
H A DEC_KEY_new.pod59 int EC_KEY_oct2key(EC_KEY *eckey, const unsigned char *buf, size_t len, BN_CTX *ctx);
61 unsigned char **pbuf, BN_CTX *ctx);
67 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx);
H A DECDSA_sign.pod33 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
78 I<eckey> is the private EC key and I<ctx> is a pointer to B<BN_CTX> structure
H A DDSA_sign.pod18 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx, BIGNUM **kinvp, BIGNUM **rp);
H A DDH_meth_new.pod46 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
49 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
/openssl/crypto/bn/
H A Dbn_exp2.c18 BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp2_mont()
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt()
H A Dbn_local.h666 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx,
680 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
/openssl/apps/lib/
H A Dtlssrp_depr.c29 BN_CTX *bn_ctx = BN_CTX_new(); in srp_Verify_N_and_g()
/openssl/crypto/rsa/
H A Drsa_chk.c25 BN_CTX *ctx; in rsa_validate_keypair_multiprime()
/openssl/providers/implementations/kem/
H A Drsa_kem.c214 BN_CTX *bnctx; in rsasve_gen_rand_bytes()

Completed in 73 milliseconds

123456