Home
last modified time | relevance | path

Searched defs:secure (Results 1 – 25 of 36) sorted by relevance

12

/third_party/openssl/include/crypto/
Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) argument
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member
/third_party/node/deps/openssl/openssl/include/crypto/
Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) argument
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member
/third_party/openssl/crypto/
Dparam_build.c27 int secure; member
53 int secure) in param_push()
203 int n, secure = 0; in OSSL_PARAM_BLD_push_BN_pad() local
240 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
278 int secure; in OSSL_PARAM_BLD_push_octet_string() local
310 OSSL_PARAM_ALIGNED_BLOCK *secure) in param_bld_convert()
/third_party/node/deps/openssl/openssl/crypto/
Dparam_build.c27 int secure; member
53 int secure) in param_push()
203 int n, secure = 0; in OSSL_PARAM_BLD_push_BN_pad() local
240 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
278 int secure; in OSSL_PARAM_BLD_push_octet_string() local
310 OSSL_PARAM_ALIGNED_BLOCK *secure) in param_bld_convert()
/third_party/node/test/parallel/
Dtest-tls-destroy-whilst-write.js22 const secure = tls.connect({ constant
Dtest-http2-client-destroy.js247 function testH2ConnectAbort(secure) { argument
/third_party/node/deps/undici/src/types/
Dcookies.d.ts12 secure?: boolean property
/third_party/libdrm/tests/amdgpu/
Dsecurity_tests.c156 const int secure) in amdgpu_sdma_lcopy()
194 int secure) in amdgpu_bo_lcopy()
226 int secure) in amdgpu_bo_move()
/third_party/nghttp2/src/
Dshrpx_http.cc178 const StringRef &path, bool secure) { in create_affinity_cookie()
211 bool require_cookie_secure_attribute(SessionAffinityCookieSecure secure, in require_cookie_secure_attribute()
Dshrpx_https_upstream.cc1296 auto secure = in on_downstream_header_complete() local
/third_party/musl/porting/liteos_a/user/src/internal/
Dlibc.h23 char secure; member
/third_party/musl/porting/linux/user/src/internal/
Dlibc.h39 char secure; member
/third_party/musl/src/internal/
Dlibc.h25 char secure; member
/third_party/openssl/crypto/rand/
Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new()
/third_party/node/deps/openssl/openssl/crypto/rand/
Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new()
/third_party/curl/lib/
Dcookie.h39 bool secure; /* whether the 'secure' keyword was used */ member
Dcookie.c490 bool secure) /* TRUE if connection is over secure origin */ in Curl_cookie_add()
1387 bool secure) in Curl_cookie_getlist()
/third_party/python/Lib/logging/
Dhandlers.py1024 credentials=None, secure=None, timeout=5.0): argument
1211 def __init__(self, host, url, method="GET", secure=False, credentials=None, argument
1239 def getConnection(self, host, secure): argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c336 bool secure = si_gfx_resources_check_encrypted(sctx); in si_tmz_preamble() local
Dsi_cp_dma.c337 bool secure = src && (si_resource(src)->flags & RADEON_FLAG_ENCRYPTED); in si_cp_dma_copy_buffer() local
Dsi_compute.c980 bool secure = si_compute_resources_check_encrypted(sctx); in si_launch_grid() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h124 bool secure; member
/third_party/node/deps/openssl/openssl/engines/
De_loader_attic.c1301 static void pem_free_flag(void *pem_data, int secure, size_t num) in pem_free_flag()
1311 const char *uri, int secure) in file_read_pem()
/third_party/openssl/engines/
De_loader_attic.c1301 static void pem_free_flag(void *pem_data, int secure, size_t num) in pem_free_flag()
1311 const char *uri, int secure) in file_read_pem()
/third_party/python/Lib/
Dftplib.py743 def login(self, user='', passwd='', acct='', secure=True): argument

12