Searched refs:parent (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crt.c | 2125 mbedtls_x509_crt *parent, in x509_crt_check_signature() argument 2155 if (!mbedtls_pk_can_do(&parent->pk, child->sig_pk)) { in x509_crt_check_signature() 2161 return mbedtls_pk_verify_restartable(&parent->pk, in x509_crt_check_signature() 2169 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature() 2181 const mbedtls_x509_crt *parent, in x509_crt_check_parent() argument 2187 if (x509_name_cmp(&child->issuer, &parent->subject) != 0) { in x509_crt_check_parent() 2195 if (top && parent->version < 3) { in x509_crt_check_parent() 2199 if (need_ca_bit && !parent->ca_istrue) { in x509_crt_check_parent() 2204 mbedtls_x509_crt_check_key_usage(parent, MBEDTLS_X509_KU_KEY_CERT_SIGN) != 0) { in x509_crt_check_parent() 2266 mbedtls_x509_crt *parent, *fallback_parent; in x509_crt_find_parent_in() local [all …]
|
D | CMakeLists.txt | 7 # the library folder is included directly by a parent project, without
|
/mbedtls-latest/scripts/ |
D | abi_check.py | 399 def _remove_children_with_tag(self, parent, tag): argument 400 children = parent.getchildren() 403 parent.remove(child)
|
D | lcov.sh | 18 3. Run this script from the parent of the directory containing the library
|
/mbedtls-latest/programs/test/cmake_subproject/ |
D | CMakeLists.txt | 6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 7 # the tests folder is included directly by a parent project, without including 199 # from the generated_data_files list in parent scope.
|
/mbedtls-latest/include/mbedtls/ |
D | x509_crt.h | 286 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 168 - verifying the signature on a certificate from its parent;
|
/mbedtls-latest/ |
D | README.md | 223 use `add_subdirectory()` from a parent CMake project to include Mbed TLS as a
|
D | ChangeLog | 2864 the parent process closes the client socket and continue accepting, and
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.function | 112 * and parent `Subject` field. */
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 403 …arguments and `mprotect` to deny or reenable access. Use `ptrace` from a parent process to react t…
|