Home
last modified time | relevance | path

Searched refs:mbedtls_asn1_write_int (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1write.h209 int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start, int val);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkwrite.c286 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_int(p, buf, 0)); in pk_write_ec_rfc8410_der()
346 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_int(p, buf, 1)); in pk_write_ec_der()
H A Dx509write_crt.c183 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_int(&c, buf, in mbedtls_x509write_crt_set_basic_constraints()
582 mbedtls_asn1_write_int(&c, buf, ctx->version)); in mbedtls_x509write_crt_der()
H A Dx509write_csr.c206 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_int(&c, buf, 0)); in x509write_csr_der_internal()
H A Dasn1write.c226 int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start, int val) in mbedtls_asn1_write_int() function
H A Drsa.c365 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_int(p, start, 0)); in mbedtls_rsa_write_key()