Searched refs:child (Results 1 – 12 of 12) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_LIB_CTX.pod | 55 child library context. 58 explicitly loaded into the child library context independently from the parent 63 A provider may call the function L<OSSL_PROVIDER_load(3)> with the child library 69 the child library context that did not have an earlier L<OSSL_PROVIDER_load(3)> 70 call for that provider in that child library context. 72 In addition to providers, a child library context will also mirror the default 74 context. If L<EVP_set_default_properties(3)> is called directly on a child 81 yet be available in the newly constructed child library context. As soon as the 83 application's library context and will be similarly mirrored in the child
|
A D | OPENSSL_fork_prepare.pod | 45 process should call OPENSSL_fork_parent() and the child process should
|
A D | SSL_CTX_set_cert_store.pod | 63 every child SSL structure. Applications wanting finer control can use
|
A D | X509_check_host.pod | 118 in the peer certificate, to only match direct child sub-domains.
|
A D | EVP_RAND.pod | 339 more than one child and the children can be accessed concurrently. This must
|
/openssl-master/crypto/x509/ |
A D | v3_addr.c | 1087 IPAddressOrRanges *child, int length) in addr_contains() argument 1093 if (child == NULL || parent == child) in addr_contains() 1099 for (c = 0; c < sk_IPAddressOrRange_num(child); c++) { in addr_contains() 1100 if (!extract_min_max(sk_IPAddressOrRange_value(child, c), in addr_contains() 1175 IPAddrBlocks *child = NULL; in addr_validate_path_internal() local 1204 if ((child = sk_IPAddressFamily_dup(ext)) == NULL) { in addr_validate_path_internal() 1221 for (j = 0; j < sk_IPAddressFamily_num(child); j++) { in addr_validate_path_internal() 1232 for (j = 0; j < sk_IPAddressFamily_num(child); j++) { in addr_validate_path_internal() 1251 (void)sk_IPAddressFamily_set(child, j, fp); in addr_validate_path_internal() 1266 && sk_IPAddressFamily_find(child, fp) >= 0) in addr_validate_path_internal() [all …]
|
A D | v3_asid.c | 656 static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child) in asid_contains() argument 661 if (child == NULL || parent == child) in asid_contains() 667 for (c = 0; c < sk_ASIdOrRange_num(child); c++) { in asid_contains() 668 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max)) in asid_contains()
|
/openssl-master/doc/internal/man3/ |
A D | ossl_provider_new.pod | 178 ossl_provider_set_child() marks this provider as a child of a provider in the 191 ossl_provider_default_props_update() is responsible for informing any child 216 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the 218 then the provider will only be activated if it is a child provider. Otherwise 225 associated child providers. 301 the necessary upcalls for managing child providers. The I<handle> and I<in> 306 context about provider creation or removal events for the child library context 307 I<ctx>. Must only be called if I<ctx> is a child library context.
|
A D | ossl_lib_ctx_get_data.pod | 60 ossl_lib_ctx_is_child() returns 1 if this library context is a child and 0
|
/openssl-master/doc/man7/ |
A D | EVP_RAND.pod | 66 the other instance the I<child>. Typically, the child will be a DRBG because 67 it does not make sense for the child to be an entropy source. 104 by its child DRBG instances. The necessary locking is done internally.
|
/openssl-master/doc/man1/ |
A D | openssl-ocsp.pod.in | 388 Run the specified number of OCSP responder child processes, with the parent 389 process respawning child processes as needed. 393 each child is willing to wait for the client's OCSP response.
|
/openssl-master/ |
A D | CHANGES.md | 1803 event of a fork() system call in order to ensure that the parent and child 1809 and child process sharing state is significantly reduced. 2284 spawns the specified number of child processes to handle OCSP
|
Completed in 34 milliseconds