/openssl/test/recipes/ |
H A D | 80-test_cmp_http.t | 199 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 D | Proxy.pm | 218 my $pid; 301 $self->{serverpid} = $pid; 316 waitpid($pid, 0); 336 my $pid; 374 if (!($pid = open(STDOUT, "| $execcmd"))) { 379 $self->{clientpid} = $pid; 474 my $pid; 476 $pid = $self->{serverpid}; 479 waitpid($pid, 0); 488 $pid = $self->{clientpid}; [all …]
|
/openssl/test/ |
H A D | drbgtest.c | 285 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 D | ocsp_cl.c | 184 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 D | rand_vxworks.c | 82 pid_t pid; in ossl_pool_add_nonce_data() member 94 data.pid = getpid(); in ossl_pool_add_nonce_data()
|
H A D | rand_win.c | 130 DWORD pid; in ossl_pool_add_nonce_data() member 143 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
|
H A D | rand_unix.c | 747 pid_t pid; in ossl_pool_add_nonce_data() member 760 data.pid = getpid(); in ossl_pool_add_nonce_data()
|
H A D | rand_vms.c | 560 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 D | vms_term_sock.c | 549 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 D | quiche-server.sh | 29 echo $! >server.pid
|
/openssl/util/ |
H A D | c-compress-test.pl | 44 my $pid = open2(\*Reader, \*Writer, "perl $c_compress 'C'");
|
/openssl/doc/man3/ |
H A D | OCSP_resp_find_status.pod | 44 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 D | ERR_print_errors.pod | 32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
|
H A D | CMS_get0_RecipientInfos.pod | 31 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 D | ocsp.h.in | 238 const ASN1_OCTET_STRING **pid, 241 ASN1_OCTET_STRING **pid,
|
H A D | cms.h.in | 236 ASN1_OCTET_STRING **pid,
|
H A D | err.h.in | 477 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
|
/openssl/crypto/cms/ |
H A D | cms_env.c | 794 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 D | err.c | 661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
|
/openssl/apps/ |
H A D | ocsp.c | 38 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|