Searched refs:BN_CTX_secure_new (Results 1 – 8 of 8) sorted by relevance
5 BN_CTX_new, BN_CTX_secure_new, BN_CTX_free - allocate and free BN_CTX structures13 BN_CTX *BN_CTX_secure_new(void);25 BN_CTX_secure_new() allocates and initializes a B<BN_CTX> structure40 BN_CTX_new() and BN_CTX_secure_new() return a pointer to the B<BN_CTX>.
225 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) in ec_GFp_mont_field_inv()
1026 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) { in EC_POINTs_mul()1142 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) in ec_field_inverse_mod_ord()
1384 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) in ec_GFp_simple_field_inv()
148 BN_CTX *BN_CTX_secure_new(void) in BN_CTX_secure_new() function
202 BN_CTX *BN_CTX_secure_new(void);
2483 || !TEST_ptr(sctx = BN_CTX_secure_new())) in test_ctx_consttime_flag()
1908 BN_CTX_secure_new 1891 1_1_0 EXIST::FUNCTION: