Home
last modified time | relevance | path

Searched refs:ca_istrue (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c496 int *ca_istrue, in x509_get_basic_constraints() argument
507 *ca_istrue = 0; /* DEFAULT FALSE */ in x509_get_basic_constraints()
519 if ((ret = mbedtls_asn1_get_bool(p, end, ca_istrue)) != 0) { in x509_get_basic_constraints()
521 ret = mbedtls_asn1_get_int(p, end, ca_istrue); in x509_get_basic_constraints()
528 if (*ca_istrue != 0) { in x509_get_basic_constraints()
529 *ca_istrue = 1; in x509_get_basic_constraints()
967 &crt->ca_istrue, &crt->max_pathlen)) != 0) { in x509_get_crt_ext()
1826 crt->ca_istrue ? "true" : "false"); in mbedtls_x509_crt_info()
2199 if (need_ca_bit && !parent->ca_istrue) { in x509_crt_check_parent()
3298 return crt->MBEDTLS_PRIVATE(ca_istrue); in mbedtls_x509_crt_get_ca_istrue()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h73 …int MBEDTLS_PRIVATE(ca_istrue); /**< Optional Basic Constraint extension value: 1 if …
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog502 * Add new accessor to expose the `MBEDTLS_PRIVATE(ca_istrue)` member of