Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 12 of 12) sorted by relevance

/mbedtls-latest/library/
Dx509_crt.c2125 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 …]
DCMakeLists.txt7 # the library folder is included directly by a parent project, without
/mbedtls-latest/scripts/
Dabi_check.py399 def _remove_children_with_tag(self, parent, tag): argument
400 children = parent.getchildren()
403 parent.remove(child)
Dlcov.sh18 3. Run this script from the parent of the directory containing the library
/mbedtls-latest/programs/test/cmake_subproject/
DCMakeLists.txt6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
/mbedtls-latest/tests/
DCMakeLists.txt7 # 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/
Dx509_crt.h286 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md168 - verifying the signature on a certificate from its parent;
/mbedtls-latest/
DREADME.md223 use `add_subdirectory()` from a parent CMake project to include Mbed TLS as a
DChangeLog2864 the parent process closes the client socket and continue accepting, and
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function112 * and parent `Subject` field. */
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md403 …arguments and `mprotect` to deny or reenable access. Use `ptrace` from a parent process to react t…