Home
last modified time | relevance | path

Searched refs:mbedtls_asn1_write_bool (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1write.h192 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dasn1write.c188 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start, int boolean) in mbedtls_asn1_write_bool() function
H A Dx509_create.c527 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_bool(p, start, 1)); in x509_write_extension()
H A Dx509write_crt.c186 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_bool(&c, buf, 1)); in mbedtls_x509write_crt_set_basic_constraints()