Home
last modified time | relevance | path

Searched refs:BN_CTX_secure_new (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DBN_CTX_new.pod5 BN_CTX_new, BN_CTX_secure_new, BN_CTX_free - allocate and free BN_CTX structures
13 BN_CTX *BN_CTX_secure_new(void);
25 BN_CTX_secure_new() allocates and initializes a B<BN_CTX> structure
40 BN_CTX_new() and BN_CTX_secure_new() return a pointer to the B<BN_CTX>.
/third_party/openssl/crypto/ec/
Decp_mont.c225 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) in ec_GFp_mont_field_inv()
Dec_lib.c1026 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()
Decp_smpl.c1384 if (ctx == NULL && (ctx = new_ctx = BN_CTX_secure_new()) == NULL) in ec_GFp_simple_field_inv()
/third_party/openssl/crypto/bn/
Dbn_ctx.c148 BN_CTX *BN_CTX_secure_new(void) in BN_CTX_secure_new() function
/third_party/openssl/include/openssl/
Dbn.h202 BN_CTX *BN_CTX_secure_new(void);
/third_party/openssl/test/
Dbntest.c2483 || !TEST_ptr(sctx = BN_CTX_secure_new())) in test_ctx_consttime_flag()
/third_party/openssl/util/
Dlibcrypto.num1908 BN_CTX_secure_new 1891 1_1_0 EXIST::FUNCTION: