Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 22 of 22) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_cache.c67 cur = cache->chain; in mbedtls_ssl_cache_get()
154 cur = cache->chain; in mbedtls_ssl_cache_set()
208 if( cache->chain == NULL ) in mbedtls_ssl_cache_set()
214 cur = cache->chain; in mbedtls_ssl_cache_set()
215 cache->chain = cur->next; in mbedtls_ssl_cache_set()
233 cache->chain = cur; in mbedtls_ssl_cache_set()
322 cur = cache->chain; in mbedtls_ssl_cache_free()
342 cache->chain = NULL; in mbedtls_ssl_cache_free()
A Dctr_drbg.c132 unsigned char chain[MBEDTLS_CTR_DRBG_BLOCKSIZE]; in block_cipher_df() local
181 memset( chain, 0, MBEDTLS_CTR_DRBG_BLOCKSIZE ); in block_cipher_df()
187 chain[i] ^= p[i]; in block_cipher_df()
193 chain, chain ) ) != 0 ) in block_cipher_df()
199 memcpy( tmp + j, chain, MBEDTLS_CTR_DRBG_BLOCKSIZE ); in block_cipher_df()
236 mbedtls_platform_zeroize( chain, sizeof( chain ) ); in block_cipher_df()
A Dx509_crl.c295 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() argument
302 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
534 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() argument
542 if( chain == NULL || buf == NULL ) in mbedtls_x509_crl_parse()
569 if( ( ret = mbedtls_x509_crl_parse_der( chain, in mbedtls_x509_crl_parse()
592 return( mbedtls_x509_crl_parse_der( chain, buf, buflen ) ); in mbedtls_x509_crl_parse()
599 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file() argument
608 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
A Dx509_crt.c1343 mbedtls_x509_crt *crt = chain, *prev = NULL; in mbedtls_x509_crt_parse_der_internal()
1378 if( 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() argument
1404 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der() argument
1415 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse() argument
1427 if( chain == NULL || buf == NULL ) in mbedtls_x509_crt_parse()
1442 return mbedtls_x509_crt_parse_der( chain, buf, buflen ); in mbedtls_x509_crt_parse()
1444 return mbedtls_x509_crt_parse_der( chain, buf, buflen ); in mbedtls_x509_crt_parse()
1541 ret = mbedtls_x509_crt_parse( chain, buf, n ); in mbedtls_x509_crt_parse_file()
1599 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
[all …]
A Dssl_tls.c2579 chain, in ssl_parse_certificate_verify()
2610 chain, in ssl_parse_certificate_verify()
2790 mbedtls_x509_crt *chain = NULL; in mbedtls_ssl_parse_certificate() local
2836 if( chain == NULL ) in mbedtls_ssl_parse_certificate()
2877 crt_start = chain->raw.p; in mbedtls_ssl_parse_certificate()
2886 mbedtls_free( chain ); in mbedtls_ssl_parse_certificate()
2887 chain = NULL; in mbedtls_ssl_parse_certificate()
2900 chain = NULL; in mbedtls_ssl_parse_certificate()
2914 chain = NULL; in mbedtls_ssl_parse_certificate()
2918 if( chain != NULL ) in mbedtls_ssl_parse_certificate()
[all …]
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dx509_crl.h107 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
134 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
A Dx509_crt.h309 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain,
390 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
424 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain,
458 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
474 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
489 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
A Dssl_cache.h83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dx509_crl.h107 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
134 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
A Dx509_crt.h309 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain,
390 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
424 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain,
458 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
474 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
489 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
A Dssl_cache.h83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crl.h107 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
134 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
A Dx509_crt.h309 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain,
390 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
424 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain,
458 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
474 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
489 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
A Dssl_cache.h83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dx509_crl.h107 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
134 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
A Dx509_crt.h309 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain,
390 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
424 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain,
458 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
474 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
489 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
A Dssl_cache.h83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dx509_crl.h107 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
134 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
A Dx509_crt.h309 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain,
390 int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
424 int mbedtls_x509_crt_parse_der_nocopy( mbedtls_x509_crt *chain,
458 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
474 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
489 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
A Dssl_cache.h83 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
/optee_os/ldelf/
A Dta_elf_rel.c93 uint32_t *chain = &bucket[nbuckets]; in resolve_sym_helper() local
99 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
121 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1186 the peer CRT chain and session ticket twice.
2110 callback) or chain length limitations.
2185 * Accept empty trusted CA chain in authentication mode
2269 traversing a chain of trusted CA. The issue would cause both flags,
2793 chain verification.
2945 length of an X.509 verification chain.
3168 This affects certificates in the user-supplied chain except the top
3483 length of an X.509 verification chain (default = 8).
3671 information (not the entire chain)
4071 + Added verification callback on certificate chain
[all …]

Completed in 48 milliseconds