Searched refs:BN_CTX_secure_new_ex (Results 1 – 8 of 8) sorted by relevance
5 BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free15 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);32 BN_CTX_secure_new_ex() allocates and initializes a B<BN_CTX> structure36 same as BN_CTX_secure_new_ex() except that the default library context is always
138 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx) in BN_CTX_secure_new_ex() function150 return BN_CTX_secure_new_ex(NULL); in BN_CTX_secure_new()
234 && (ctx = new_ctx = BN_CTX_secure_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_mont_field_inv()
310 BN_CTX *ctx = BN_CTX_secure_new_ex(eckey->libctx); in ec_generate_key()
1391 && (ctx = new_ctx = BN_CTX_secure_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_simple_field_inv()
249 bnctx = BN_CTX_secure_new_ex(ossl_rsa_get0_libctx(rsa_pub)); in rsasve_gen_rand_bytes()
211 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);
4620 BN_CTX_secure_new_ex 4748 3_0_0 EXIST::FUNCTION:
Completed in 130 milliseconds