Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crt.c2124 static int x509_crt_check_signature(const mbedtls_x509_crt *child, in x509_crt_check_signature() argument
2132 md_info = mbedtls_md_info_from_type(child->sig_md); in x509_crt_check_signature()
2136 if (mbedtls_md(md_info, child->tbs.p, child->tbs.len, hash) != 0) { in x509_crt_check_signature()
2140 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(child->sig_md); in x509_crt_check_signature()
2144 child->tbs.p, in x509_crt_check_signature()
2145 child->tbs.len, in x509_crt_check_signature()
2155 if (!mbedtls_pk_can_do(&parent->pk, child->sig_pk)) { in x509_crt_check_signature()
2160 if (rs_ctx != NULL && child->sig_pk == MBEDTLS_PK_ECDSA) { in x509_crt_check_signature()
2162 child->sig_md, hash, hash_len, in x509_crt_check_signature()
2163 child->sig.p, child->sig.len, &rs_ctx->pk); in x509_crt_check_signature()
[all …]
/mbedtls-latest/scripts/
Dabi_check.py401 for child in children:
402 if child.tag == tag:
403 parent.remove(child)
405 self._remove_children_with_tag(child, tag)
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c311 int ca_callback(void *data, mbedtls_x509_crt const *child, in ca_callback() argument
326 ((void) child); in ca_callback()
Dssl_test_lib.h274 int ca_callback(void *data, mbedtls_x509_crt const *child,
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function88 static int ca_callback_fail(void *data, mbedtls_x509_crt const *child,
92 ((void) child);
98 static int ca_callback(void *data, mbedtls_x509_crt const *child,
111 * parental checks, such as the matching of child `Issuer`
113 ((void) child);
Dtest_suite_x509parse.data932 x509_verify:"../framework/data_files/server6-ss-child.crt":"../framework/data_files/server5-selfsig…
/mbedtls-latest/include/mbedtls/
Dx509_crt.h785 mbedtls_x509_crt const *child,
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md405child to enable access. TODO: How? `ptrace` can modify registers and memory in the child, which in…
407 3. Use `ptrace` to execute a `mprotect` system call in the child to disable access.
408 4. Use `PTRACE_CONT` to resume the child execution.
/mbedtls-latest/
DChangeLog2865 the child process closes the listening socket and handles the client