Home
last modified time | relevance | path

Searched refs:private (Results 1 - 25 of 10731) sorted by relevance

12345678910>>...430

/third_party/openssl/test/
H A Ddrbgtest.c171 * |primary|, |public|, |private|: pointers to the three shared DRBGs
183 EVP_RAND_CTX *private, in test_drbg_reseed()
210 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
220 /* Generate random output from the public and private DRBG */ in test_drbg_reseed()
237 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()
256 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
257 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
270 || !TEST_time_t_ge(reseed_time(private), reseed_time(primary))) in test_drbg_reseed()
292 int private; /* true if the private drb member
180 test_drbg_reseed(int expect_success, EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, unsigned char *public_random, unsigned char *private_random, int expect_primary_reseed, int expect_public_reseed, int expect_private_reseed, time_t reseed_when ) test_drbg_reseed() argument
336 test_drbg_reseed_in_child(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, drbg_fork_result result[2]) test_drbg_reseed_in_child() argument
405 test_rand_reseed_on_fork(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private) test_rand_reseed_on_fork() argument
529 EVP_RAND_CTX *primary, *public, *private; test_rand_fork_safety() local
556 EVP_RAND_CTX *primary, *public, *private; test_rand_reseed() local
690 EVP_RAND_CTX *public = NULL, *private = NULL; run_multi_thread_test() local
[all...]
/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_client_callback_proxy.h32 private:
35 private:
44 private:
47 private:
56 private:
59 private:
68 private:
71 private:
80 private:
83 private
[all...]
H A Daccount_iam_callback.h37 private:
52 private:
55 private:
69 private:
88 private:
105 private:
113 private:
138 private:
146 private:
168 private
[all...]
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sub_parameter.h73 private:
91 private:
102 private:
106 private:
116 private:
126 private:
136 private:
147 private:
159 private:
185 private
[all...]
H A Dcdma_sms_parameter_record.h59 private:
69 private:
79 private:
89 private:
100 private:
104 private:
115 private:
128 private:
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c138 char *private, *shared; in test_migrate_current_process() local
144 private = SAFE_MMAP(NULL, getpagesize(), PROT_READ | PROT_WRITE, in test_migrate_current_process()
146 private[0] = 0; in test_migrate_current_process()
147 tst_res(TINFO, "private anonymous: %p", private); in test_migrate_current_process()
150 check_addr_on_node(private, node2); in test_migrate_current_process()
152 check_addr_on_node(private, node1); in test_migrate_current_process()
153 SAFE_MUNMAP(private, getpagesize()); in test_migrate_current_process()
169 private = SAFE_MMAP(NULL, getpagesize(), in test_migrate_current_process()
172 private[ in test_migrate_current_process()
196 char *private; test_migrate_other_process() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.h20 #include "include/private/SkTDArray.h"
119 private:
129 private:
139 private:
152 private:
166 private:
179 private:
194 private:
209 private:
221 private
[all...]
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.h75 private:
87 private:
97 private:
113 private:
126 private:
148 private:
171 private:
184 private:
194 private:
205 private
[all...]
/third_party/rust/crates/syn/src/
H A Dext.rs14 pub trait IdentExt: Sized + private::Sealed {
53 const peek_any: private::PeekFn = private::PeekFn;
103 impl Peek for private::PeekFn {
104 type Token = private::IdentAny;
107 impl CustomToken for private::IdentAny {
117 impl lookahead::Sealed for private::PeekFn {} in display()
119 mod private { modules
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mutex.h74 private:
89 private:
99 private:
114 private:
124 private:
159 private:
H A Ddng_preview.h63 private:
80 private:
122 private:
145 private:
162 private:
183 private:
200 private:
215 private:
H A Ddng_image_writer.h116 private:
156 private:
190 private:
210 private:
256 private:
320 private:
366 private:
407 private:
448 private:
476 private
[all...]
/third_party/skia/experimental/skrive/include/
H A DSkRive.h30 private: \
96 private:
123 private:
128 private:
149 private:
180 private:
192 private:
211 private:
222 private:
237 private
[all...]
/third_party/skia/dm/
H A DDMSrcSink.h74 private:
144 private:
174 private:
192 private:
220 private:
241 private:
257 private:
269 private:
282 private:
298 private
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h98 private:
112 private:
180 private:
193 private:
231 private:
241 private:
274 private:
284 private:
320 private:
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h91 private:
144 private:
174 private:
203 private:
237 private:
262 private:
279 private:
304 private:
340 private:
/third_party/node/deps/v8/src/execution/
H A Dframes.h94 private:
330 private:
371 private:
399 private:
429 private:
472 private:
532 private:
654 private:
670 private:
699 private
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGRenderEffect.h47 private:
69 private:
89 private:
121 private:
144 private:
165 private:
192 private:
218 private:
243 private:
260 private
[all...]
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/unregisteropendlpfilecallbackstub_fuzzer/
H A Dunregisteropendlpfilecallbackstub_fuzzer.h21 #define private public macro
22 #define private public macro
24 #undef private macro
25 #undef private macro
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder_json_parser.h36 private:
54 private:
65 private:
73 private:
89 private:
93 private:
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_callback_service.h33 private:
44 private:
54 private:
64 private:
74 private:
84 private:
95 private:
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsys_event_stat.h39 private:
43 private:
65 private:
69 private:
88 private:
102 private:
114 private:
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Devent_query_wrapper_builder.h38 private:
48 private:
87 private:
103 private:
117 private:
128 private:
145 private:
150 private:
/third_party/f2fs-tools/fsck/
H A Dcompress.c55 cc->private = malloc(alloc); in lzo_compress_init()
56 ASSERT(cc->private); in lzo_compress_init()
57 cc->rbuf = (char *) cc->private + LZO_WORK_SIZE; in lzo_compress_init()
64 (lzo_uintp)(&cc->clen), cc->private); in lzo_compress()
76 cc->private = malloc(alloc); in lz4_compress_init()
77 ASSERT(cc->private); in lz4_compress_init()
78 cc->rbuf = (char *) cc->private + LZ4_WORK_SIZE; in lz4_compress_init()
84 cc->clen = LZ4_compress_fast_extState(cc->private, cc->rbuf, in lz4_compress()
/third_party/node/deps/v8/include/
H A Dv8-typed-array.h43 private:
64 private:
86 private:
107 private:
128 private:
149 private:
170 private:
191 private:
212 private:
233 private
[all...]

Completed in 15 milliseconds

12345678910>>...430