Home
last modified time | relevance | path

Searched refs:BN_FLG_MALLOCED (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_recp.c31 ret->flags = BN_FLG_MALLOCED; in BN_RECP_CTX_new()
41 if (recp->flags & BN_FLG_MALLOCED) in BN_RECP_CTX_free()
H A Dbn_lib.c219 if (BN_get_flags(a, BN_FLG_MALLOCED)) { in BN_clear_free()
231 if (a->flags & BN_FLG_MALLOCED) in BN_free()
251 ret->flags = BN_FLG_MALLOCED; in BN_new()
363 #define FLAGS_STRUCT(flags) ((flags) & (BN_FLG_MALLOCED))
856 * BN_FLG_MALLOCED: refers to BN structure itself, and hence must be in BN_consttime_swap()
960 dest->flags = ((dest->flags & BN_FLG_MALLOCED) in BN_with_flags()
961 | (b->flags & ~BN_FLG_MALLOCED) in BN_with_flags()
H A Dbn_mont.c238 ret->flags = BN_FLG_MALLOCED; in BN_MONT_CTX_new()
259 if (mont->flags & BN_FLG_MALLOCED) in BN_MONT_CTX_free()
/third_party/openssl/crypto/bn/
H A Dbn_recp.c31 ret->flags = BN_FLG_MALLOCED; in BN_RECP_CTX_new()
41 if (recp->flags & BN_FLG_MALLOCED) in BN_RECP_CTX_free()
H A Dbn_lib.c219 if (BN_get_flags(a, BN_FLG_MALLOCED)) { in BN_clear_free()
231 if (a->flags & BN_FLG_MALLOCED) in BN_free()
251 ret->flags = BN_FLG_MALLOCED; in BN_new()
363 #define FLAGS_STRUCT(flags) ((flags) & (BN_FLG_MALLOCED))
856 * BN_FLG_MALLOCED: refers to BN structure itself, and hence must be in BN_consttime_swap()
960 dest->flags = ((dest->flags & BN_FLG_MALLOCED) in BN_with_flags()
961 | (b->flags & ~BN_FLG_MALLOCED) in BN_with_flags()
H A Dbn_mont.c238 ret->flags = BN_FLG_MALLOCED; in BN_MONT_CTX_new()
259 if (mont->flags & BN_FLG_MALLOCED) in BN_MONT_CTX_free()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dbn.rs9 pub const BN_FLG_MALLOCED: c_int = 0x01; consts
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c168 && !BN_get_flags(src, BN_FLG_MALLOCED)) in ffc_bn_cpy()
/third_party/openssl/crypto/ffc/
H A Dffc_params.c168 && !BN_get_flags(src, BN_FLG_MALLOCED)) in ffc_bn_cpy()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h52 # define BN_FLG_MALLOCED 0x01 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h58 # define BN_FLG_MALLOCED 0x01 macro
/third_party/openssl/include/openssl/
H A Dbn.h58 # define BN_FLG_MALLOCED 0x01 macro

Completed in 8 milliseconds