Searched refs:mbedtls_asn1_write_bool (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | asn1write.h | 192 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | asn1write.c | 188 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start, int boolean) in mbedtls_asn1_write_bool() function
|
| H A D | x509_create.c | 527 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_bool(p, start, 1)); in x509_write_extension()
|
| H A D | x509write_crt.c | 186 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_bool(&c, buf, 1)); in mbedtls_x509write_crt_set_basic_constraints()
|