Home
last modified time | relevance | path

Searched refs:BN_CTX_secure_new_ex (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/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
15 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);
32 BN_CTX_secure_new_ex() allocates and initializes a B<BN_CTX> structure
36 same as BN_CTX_secure_new_ex() except that the default library context is always
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_ctx.c140 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx) in BN_CTX_secure_new_ex() function
152 return BN_CTX_secure_new_ex(NULL); in BN_CTX_secure_new()
/freebsd/crypto/openssl/crypto/ec/
H A Decp_mont.c234 && (ctx = new_ctx = BN_CTX_secure_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_mont_field_inv()
H A Dec_key.c259 BN_CTX *ctx = BN_CTX_secure_new_ex(eckey->libctx); in ec_generate_key()
H A Decp_smpl.c1391 && (ctx = new_ctx = BN_CTX_secure_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_simple_field_inv()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Drsa_kem.c216 bnctx = BN_CTX_secure_new_ex(ossl_rsa_get0_libctx(rsa_pub)); in rsasve_gen_rand_bytes()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h211 BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4374 BN_CTX_secure_new_ex;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile969 MLINKS+= BN_CTX_new.3 BN_CTX_secure_new_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4620 BN_CTX_secure_new_ex 4748 3_0_0 EXIST::FUNCTION: