Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBN_CTX_new.pod5 BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free
16 BN_CTX *BN_CTX_secure_new(void);
35 which case the default library context will be used. BN_CTX_secure_new() is the
50 BN_CTX_new() and BN_CTX_secure_new() return a pointer to the B<BN_CTX>.
/openssl/crypto/bn/
H A Dbn_ctx.c148 BN_CTX *BN_CTX_secure_new(void) in BN_CTX_secure_new() function
/openssl/crypto/ec/
H A Dec_lib.c1097 ctx = new_ctx = BN_CTX_secure_new(); in EC_POINTs_mul()
1137 ctx = new_ctx = BN_CTX_secure_new(); in EC_POINT_mul()
1250 ctx = new_ctx = BN_CTX_secure_new(); in ec_field_inverse_mod_ord()
/openssl/include/openssl/
H A Dbn.h212 BN_CTX *BN_CTX_secure_new(void);
/openssl/test/
H A Dbntest.c2785 || !TEST_ptr(sctx = BN_CTX_secure_new())) in test_ctx_consttime_flag()
/openssl/doc/man7/
H A Dossl-guide-migration.pod703 L<BN_CTX_new(3)> and L<BN_CTX_secure_new(3)>
/openssl/util/
H A Dlibcrypto.num1847 BN_CTX_secure_new 1891 3_0_0 EXIST::FUNCTION:

Completed in 56 milliseconds