Searched defs:chain (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_crl.c | 297 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() 536 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() 601 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file()
|
A D | x509_crt.c | 1333 static int mbedtls_x509_crt_parse_der_internal( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() 1385 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() 1392 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_with_ext_cb() 1402 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der() 1413 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse() 1530 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_file() 1547 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_path()
|
A D | ctr_drbg.c | 132 unsigned char chain[MBEDTLS_CTR_DRBG_BLOCKSIZE]; in block_cipher_df() local
|
A D | ssl_tls.c | 2392 mbedtls_x509_crt *chain ) in ssl_parse_certificate_chain() 2623 mbedtls_x509_crt *chain, in ssl_parse_certificate_verify() 2876 mbedtls_x509_crt *chain = NULL; in mbedtls_ssl_parse_certificate() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ssl_cache.h | 83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf_rel.c | 145 uint32_t *chain = NULL; in resolve_sym_helper() local 199 uint32_t *chain = &bucket[nbuckets]; in resolve_sym_helper() local
|
Completed in 22 milliseconds