Searched refs:mbedtls_x509_write_sig (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | x509.h | 451 int mbedtls_x509_write_sig(unsigned char **p, unsigned char *start,
|
/third_party/mbedtls/library/ |
D | x509_create.c | 283 int mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, in mbedtls_x509_write_sig() function
|
D | x509write_csr.c | 365 mbedtls_x509_write_sig(&c2, buf + len, sig_oid, sig_oid_len, in x509write_csr_der_internal()
|
D | x509write_crt.c | 623 MBEDTLS_ASN1_CHK_ADD(sig_and_oid_len, mbedtls_x509_write_sig(&c2, c, in mbedtls_x509write_crt_der()
|