Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 19 of 19) sorted by relevance

/openssl-master/util/perl/TLSProxy/
A DProxy.pm216 my $pid;
265 waitpid($pid, 0);
274 $pid = undef;
294 if (!defined($pid)) {
315 my $pid;
436 my $pid;
440 $pid = waitpid($pid, 0);
441 if ($pid > 0) {
443 } elsif ($pid == 0) {
450 waitpid($pid, 0);
[all …]
/openssl-master/test/recipes/
A D80-test_cmp_http.t182 my $pid;
185 $pid = start_mock_server("");
198 stop_mock_server($pid) if $pid;
273 my $pid = open($server_fh, "$cmd|") or die "Trying to $cmd";
274 print "Pid is: $pid\n";
281 ($server_port, $pid) = ($1, $2) if /^ACCEPT\s.*:(\d+) PID=(\d+)$/;
286 stop_mock_server($pid);
290 return $pid;
294 my $pid = $_[0];
295 print "Killing mock server with pid=$pid\n";
[all …]
/openssl-master/test/
A Ddrbgtest.c283 pid_t pid; /* process id */ member
335 pid_t pid; in test_drbg_reseed_in_child() local
341 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
345 } else if (pid > 0) { in test_drbg_reseed_in_child()
351 if (TEST_int_eq(waitpid(pid, &status, 0), pid) in test_drbg_reseed_in_child()
357 result[0].pid = pid; in test_drbg_reseed_in_child()
362 result[1].pid = pid; in test_drbg_reseed_in_child()
402 pid_t pid = getpid(); in test_rand_reseed_on_fork() local
442 result[0].pid = pid; in test_rand_reseed_on_fork()
447 result[1].pid = pid; in test_rand_reseed_on_fork()
[all …]
/openssl-master/crypto/ocsp/
A Docsp_cl.c184 const ASN1_OCTET_STRING **pid, in OCSP_resp_get0_id() argument
191 *pid = NULL; in OCSP_resp_get0_id()
193 *pid = rid->value.byKey; in OCSP_resp_get0_id()
202 ASN1_OCTET_STRING **pid, in OCSP_resp_get1_id() argument
209 *pid = NULL; in OCSP_resp_get1_id()
211 *pid = ASN1_OCTET_STRING_dup(rid->value.byKey); in OCSP_resp_get1_id()
216 if (*pname == NULL && *pid == NULL) in OCSP_resp_get1_id()
/openssl-master/providers/implementations/rands/seeding/
A Drand_vxworks.c102 pid_t pid; in ossl_pool_add_nonce_data() member
114 data.pid = getpid(); in ossl_pool_add_nonce_data()
A Drand_win.c128 DWORD pid; in ossl_pool_add_nonce_data() member
141 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
A Drand_unix.c757 pid_t pid; in ossl_pool_add_nonce_data() member
770 data.pid = getpid(); in ossl_pool_add_nonce_data()
A Drand_vms.c480 pid_t pid; in ossl_pool_add_nonce_data() member
494 data.pid = getpid(); in ossl_pool_add_nonce_data()
/openssl-master/apps/lib/
A Dvms_term_sock.c549 static unsigned int pid = 0; in LogMessage() local
558 if (pid == 0) in LogMessage()
559 pid = getpid (); in LogMessage()
573 LocTime->tm_sec, pid, msg); in LogMessage()
/openssl-master/util/
A Dc-compress-test.pl44 my $pid = open2(\*Reader, \*Writer, "perl $c_compress 'C'");
/openssl-master/doc/man3/
A DOCSP_resp_find_status.pod44 const ASN1_OCTET_STRING **pid,
47 ASN1_OCTET_STRING **pid,
101 a name then <*pname> is set to the name and I<*pid> is set to NULL. If the
102 responder ID is by key ID then I<*pid> is set to the key ID and I<*pname>
106 but leaves ownership of I<*pid> and I<*pname> with the caller,
A DERR_print_errors.pod32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
A DCMS_get0_RecipientInfos.pod31 ASN1_OCTET_STRING **pid,
77 B<palg>, the B<keyIdentifier> field is written to B<pid>, the B<date> field if
/openssl-master/crypto/cms/
A Dcms_env.c747 ASN1_OCTET_STRING **pid, in CMS_RecipientInfo_kekri_get0_id() argument
760 if (pid) in CMS_RecipientInfo_kekri_get0_id()
761 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
/openssl-master/include/openssl/
A Docsp.h.in238 const ASN1_OCTET_STRING **pid,
241 ASN1_OCTET_STRING **pid,
A Dcms.h.in226 ASN1_OCTET_STRING **pid,
A Derr.h.in465 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
/openssl-master/crypto/err/
A Derr.c628 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
/openssl-master/apps/
A Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument

Completed in 26 milliseconds