Searched refs:child (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crt.c | 2124 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/ |
D | abi_check.py | 401 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/ |
D | ssl_test_lib.c | 311 int ca_callback(void *data, mbedtls_x509_crt const *child, in ca_callback() argument 326 ((void) child); in ca_callback()
|
D | ssl_test_lib.h | 274 int ca_callback(void *data, mbedtls_x509_crt const *child,
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.function | 88 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);
|
D | test_suite_x509parse.data | 932 x509_verify:"../framework/data_files/server6-ss-child.crt":"../framework/data_files/server5-selfsig…
|
/mbedtls-latest/include/mbedtls/ |
D | x509_crt.h | 785 mbedtls_x509_crt const *child,
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 405 …child 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/ |
D | ChangeLog | 2865 the child process closes the listening socket and handles the client
|