Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D80-test_cmp_http.t199 my $pid;
203 next unless $pid;
218 stop_server($server_name, $pid) if $pid;
296 my $pid = open($server_fh, "$cmd|");
297 unless ($pid) {
306 $pid = 0;
322 stop_server($server_name, $pid) if $pid;
329 return $pid;
335 my $pid = shift;
337 kill('KILL', $pid);
[all …]
/openssl/util/perl/TLSProxy/
H A DProxy.pm218 my $pid;
295 $self->{serverpid} = $pid;
310 waitpid($pid, 0);
330 my $pid;
368 if (!($pid = open(STDOUT, "| $execcmd"))) {
373 $self->{clientpid} = $pid;
468 my $pid;
470 $pid = $self->{serverpid};
473 waitpid($pid, 0);
482 $pid = $self->{clientpid};
[all …]
/openssl/test/
H A Ddrbgtest.c285 pid_t pid; /* process id */ member
337 pid_t pid; in test_drbg_reseed_in_child() local
343 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
347 } else if (pid > 0) { in test_drbg_reseed_in_child()
353 if (TEST_int_eq(waitpid(pid, &status, 0), pid) in test_drbg_reseed_in_child()
359 result[0].pid = pid; in test_drbg_reseed_in_child()
364 result[1].pid = pid; in test_drbg_reseed_in_child()
404 pid_t pid = getpid(); in test_rand_reseed_on_fork() local
444 result[0].pid = pid; in test_rand_reseed_on_fork()
449 result[1].pid = pid; in test_rand_reseed_on_fork()
[all …]
/openssl/crypto/ocsp/
H 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/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 pid_t pid; in ossl_pool_add_nonce_data() member
94 data.pid = getpid(); in ossl_pool_add_nonce_data()
H A Drand_win.c130 DWORD pid; in ossl_pool_add_nonce_data() member
143 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
H A Drand_unix.c747 pid_t pid; in ossl_pool_add_nonce_data() member
760 data.pid = getpid(); in ossl_pool_add_nonce_data()
H A Drand_vms.c560 pid_t pid; in ossl_pool_add_nonce_data() member
590 data.pid = getpid(); in ossl_pool_add_nonce_data()
/openssl/apps/lib/
H 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/test/recipes/95-test_external_cf_quiche_data/
H A Dquiche-server.sh29 echo $! >server.pid
/openssl/util/
H A Dc-compress-test.pl44 my $pid = open2(\*Reader, \*Writer, "perl $c_compress 'C'");
/openssl/doc/man3/
H 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,
H A DERR_print_errors.pod32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
H 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/include/openssl/
H A Docsp.h.in238 const ASN1_OCTET_STRING **pid,
241 ASN1_OCTET_STRING **pid,
H A Dcms.h.in236 ASN1_OCTET_STRING **pid,
H A Derr.h.in477 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
/openssl/crypto/cms/
H A Dcms_env.c794 ASN1_OCTET_STRING **pid, in CMS_RecipientInfo_kekri_get0_id() argument
807 if (pid) in CMS_RecipientInfo_kekri_get0_id()
808 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
/openssl/crypto/err/
H A Derr.c661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
/openssl/apps/
H A Docsp.c38 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument

Completed in 61 milliseconds