/openssl-master/util/perl/TLSProxy/ |
A D | Proxy.pm | 216 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 D | 80-test_cmp_http.t | 182 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 D | drbgtest.c | 283 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 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-master/providers/implementations/rands/seeding/ |
A D | rand_vxworks.c | 102 pid_t pid; in ossl_pool_add_nonce_data() member 114 data.pid = getpid(); in ossl_pool_add_nonce_data()
|
A D | rand_win.c | 128 DWORD pid; in ossl_pool_add_nonce_data() member 141 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
|
A D | rand_unix.c | 757 pid_t pid; in ossl_pool_add_nonce_data() member 770 data.pid = getpid(); in ossl_pool_add_nonce_data()
|
A D | rand_vms.c | 480 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 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-master/util/ |
A D | c-compress-test.pl | 44 my $pid = open2(\*Reader, \*Writer, "perl $c_compress 'C'");
|
/openssl-master/doc/man3/ |
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,
|
A D | ERR_print_errors.pod | 32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
|
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-master/crypto/cms/ |
A D | cms_env.c | 747 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 D | ocsp.h.in | 238 const ASN1_OCTET_STRING **pid, 241 ASN1_OCTET_STRING **pid,
|
A D | cms.h.in | 226 ASN1_OCTET_STRING **pid,
|
A D | err.h.in | 465 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
|
/openssl-master/crypto/err/ |
A D | err.c | 628 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
|
/openssl-master/apps/ |
A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|