Searched defs:chain (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.4.0/library/ |
D | x509_crl.c | 289 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() 528 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() 593 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file()
|
D | x509_crt.c | 1335 static int mbedtls_x509_crt_parse_der_internal( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() 1387 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() 1394 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_with_ext_cb() 1404 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der() 1415 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse() 1532 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_file() 1549 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_path()
|
D | ctr_drbg.c | 126 unsigned char chain[MBEDTLS_CTR_DRBG_BLOCKSIZE]; in block_cipher_df() local
|
D | ssl_tls.c | 6844 mbedtls_x509_crt *chain ) in ssl_parse_certificate_chain() 7057 mbedtls_x509_crt *chain, in ssl_parse_certificate_verify() 7323 mbedtls_x509_crt *chain = NULL; in mbedtls_ssl_parse_certificate() local
|