Searched refs:BN_FLG_SECURE (Results 1 - 12 of 12) sorted by relevance
/third_party/openssl/test/ |
H A D | param_build_test.c | 71 || !TEST_int_eq(BN_get_flags(zbn, BN_FLG_SECURE), BN_FLG_SECURE) in template_private_single_zero_test() 340 || !TEST_int_eq(BN_get_flags(zbn, BN_FLG_SECURE), BN_FLG_SECURE) in template_private_test() 348 || !TEST_int_eq(BN_get_flags(bn, BN_FLG_SECURE), BN_FLG_SECURE) in template_private_test()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_ctx.c | 145 ret->flags = BN_FLG_SECURE; in BN_CTX_secure_new_ex() 331 if ((flag & BN_FLG_SECURE) != 0) in BN_POOL_get() 332 BN_set_flags(bn, BN_FLG_SECURE); in BN_POOL_get()
|
H A D | bn_lib.c | 204 if (BN_get_flags(a, BN_FLG_SECURE)) in bn_free_d() 260 ret->flags |= BN_FLG_SECURE; in BN_secure_new() 278 if (BN_get_flags(b, BN_FLG_SECURE)) in bn_expand_internal() 325 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup() 361 | BN_FLG_SECURE \ 859 * BN_FLG_SECURE: must be preserved, because it determines how x->d was in BN_consttime_swap()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_ctx.c | 145 ret->flags = BN_FLG_SECURE; in BN_CTX_secure_new_ex() 331 if ((flag & BN_FLG_SECURE) != 0) in BN_POOL_get() 332 BN_set_flags(bn, BN_FLG_SECURE); in BN_POOL_get()
|
H A D | bn_lib.c | 204 if (BN_get_flags(a, BN_FLG_SECURE)) in bn_free_d() 260 ret->flags |= BN_FLG_SECURE; in BN_secure_new() 278 if (BN_get_flags(b, BN_FLG_SECURE)) in bn_expand_internal() 325 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup() 361 | BN_FLG_SECURE \ 859 * BN_FLG_SECURE: must be preserved, because it determines how x->d was in BN_consttime_swap()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | bn.rs | 15 pub const BN_FLG_SECURE: c_int = 0x08; consts
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | param_build.c | 222 if (BN_get_flags(bn, BN_FLG_SECURE) == BN_FLG_SECURE) in OSSL_PARAM_BLD_push_BN_pad()
|
/third_party/openssl/crypto/ |
H A D | param_build.c | 222 if (BN_get_flags(bn, BN_FLG_SECURE) == BN_FLG_SECURE) in OSSL_PARAM_BLD_push_BN_pad()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 924 let ret = ffi::BN_get_flags(self.as_ptr(), ffi::BN_FLG_SECURE); in is_secure() 925 ret == ffi::BN_FLG_SECURE in is_secure()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 62 # define BN_FLG_SECURE 0x08 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 68 # define BN_FLG_SECURE 0x08 macro
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 68 # define BN_FLG_SECURE 0x08 macro
|
Completed in 12 milliseconds