Home
last modified time | relevance | path

Searched refs:BN_FLG_SECURE (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_ctx.c153 ret->flags = BN_FLG_SECURE; in BN_CTX_secure_new()
324 if ((flag & BN_FLG_SECURE) != 0) in BN_POOL_get()
325 BN_set_flags(bn, BN_FLG_SECURE); in BN_POOL_get()
Dbn_lib.c203 if (BN_get_flags(a, BN_FLG_SECURE)) in bn_free_d()
259 ret->flags |= BN_FLG_SECURE; in BN_secure_new()
277 if (BN_get_flags(b, BN_FLG_SECURE)) in bn_expand_internal()
324 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup()
360 | BN_FLG_SECURE \
/third_party/openssl/include/openssl/
Dbn.h62 # define BN_FLG_SECURE 0x08 macro