Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c475 int *ca_istrue, in x509_get_basic_constraints() argument
486 *ca_istrue = 0; /* DEFAULT FALSE */ in x509_get_basic_constraints()
496 if( ( ret = mbedtls_asn1_get_bool( p, end, ca_istrue ) ) != 0 ) in x509_get_basic_constraints()
499 ret = mbedtls_asn1_get_int( p, end, ca_istrue ); in x509_get_basic_constraints()
504 if( *ca_istrue != 0 ) in x509_get_basic_constraints()
505 *ca_istrue = 1; in x509_get_basic_constraints()
983 &crt->ca_istrue, &crt->max_pathlen ) ) != 0 ) in x509_get_crt_ext()
2133 crt->ca_istrue ? "true" : "false" ); in mbedtls_x509_crt_info()
2502 if( need_ca_bit && ! parent->ca_istrue ) in x509_crt_check_parent()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h83 …int ca_istrue; /**< Optional Basic Constraint extension value: 1 if this certificate … member

Completed in 9 milliseconds