Home
last modified time | relevance | path

Searched refs:child (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod57 child library context.
60 explicitly loaded into the child library context independently from the parent
65 A provider may call the function L<OSSL_PROVIDER_load(3)> with the child library
71 the child library context that did not have an earlier L<OSSL_PROVIDER_load(3)>
72 call for that provider in that child library context.
74 In addition to providers, a child library context will also mirror the default
76 context. If L<EVP_set_default_properties(3)> is called directly on a child
83 yet be available in the newly constructed child library context. As soon as the
85 application's library context and will be similarly mirrored in the child
H A DOPENSSL_fork_prepare.pod45 process should call OPENSSL_fork_parent() and the child process should
H A DSSL_CTX_set_cert_store.pod65 every child SSL structure. Applications wanting finer control can use
H A DX509_check_host.pod119 in the peer certificate, to only match direct child sub-domains.
H A DEVP_RAND.pod355 more than one child and the children can be accessed concurrently. This must
/openssl/crypto/x509/
H A Dv3_addr.c1143 IPAddressOrRanges *child, int length) in addr_contains() argument
1149 if (child == NULL || parent == child) in addr_contains()
1155 for (c = 0; c < sk_IPAddressOrRange_num(child); c++) { in addr_contains()
1156 if (!extract_min_max(sk_IPAddressOrRange_value(child, c), in addr_contains()
1236 IPAddrBlocks *child = NULL; in addr_validate_path_internal() local
1265 if ((child = sk_IPAddressFamily_dup(ext)) == NULL) { in addr_validate_path_internal()
1271 sk_IPAddressFamily_sort(child); in addr_validate_path_internal()
1298 for (j = 0; j < sk_IPAddressFamily_num(child); j++) { in addr_validate_path_internal()
1322 (void)sk_IPAddressFamily_set(child, j, fp); in addr_validate_path_internal()
1340 && sk_IPAddressFamily_find(child, fp) >= 0) in addr_validate_path_internal()
[all …]
H A Dv3_asid.c666 static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child) in asid_contains() argument
671 if (child == NULL || parent == child) in asid_contains()
677 for (c = 0; c < sk_ASIdOrRange_num(child); c++) { in asid_contains()
678 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max)) in asid_contains()
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod177 ossl_provider_set_child() marks this provider as a child of a provider in the
190 ossl_provider_default_props_update() is responsible for informing any child
215 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the
217 then the provider will only be activated if it is a child provider. Otherwise
224 associated child providers.
297 the necessary upcalls for managing child providers. The I<handle> and I<in>
302 context about provider creation or removal events for the child library context
303 I<ctx>. Must only be called if I<ctx> is a child library context.
H A Dossl_lib_ctx_get_data.pod33 ossl_lib_ctx_is_child() returns 1 if this library context is a child and 0
/openssl/doc/man7/
H A DEVP_RAND.pod66 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/doc/man1/
H A Dopenssl-ocsp.pod.in404 Run the specified number of OCSP responder child processes, with the parent
405 process respawning child processes as needed.
409 each child is willing to wait for the client's OCSP response.
/openssl/doc/designs/quic-design/
H A Dglossary.md195 a listening port/network BIO. Has zero or more child `QUIC_CHANNEL` objects
/openssl/
H A DCHANGES.md3678 event of a fork() system call in order to ensure that the parent and child
3684 and child process sharing state is significantly reduced.
4159 spawns the specified number of child processes to handle OCSP

Completed in 80 milliseconds