Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 12 of 12) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_cache.c65 mbedtls_ssl_cache_entry *cur, *entry; in mbedtls_ssl_cache_get() local
73 entry = NULL; in mbedtls_ssl_cache_get()
77 entry = cur; in mbedtls_ssl_cache_get()
82 (int) ( t - entry->timestamp ) > cache->timeout ) in mbedtls_ssl_cache_get()
86 if( session->ciphersuite != entry->session.ciphersuite || in mbedtls_ssl_cache_get()
87 session->compression != entry->session.compression || in mbedtls_ssl_cache_get()
88 session->id_len != entry->session.id_len ) in mbedtls_ssl_cache_get()
91 if( memcmp( session->id, entry->session.id, in mbedtls_ssl_cache_get()
92 entry->session.id_len ) != 0 ) in mbedtls_ssl_cache_get()
95 memcpy( session->master, entry->session.master, 48 ); in mbedtls_ssl_cache_get()
[all …]
Dx509_crl.c191 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument
195 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
421 if( ( ret = x509_get_entries( &p, end, &crl->entry ) ) != 0 ) in mbedtls_x509_crl_parse_der()
586 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local
614 entry = &crl->entry; in mbedtls_x509_crl_info()
620 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info()
626 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info()
631 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
632 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
633 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
[all …]
Dx509_crt.c1165 struct dirent *entry; in mbedtls_x509_crt_parse_path() local
1180 while( ( entry = readdir( dir ) ) != NULL ) in mbedtls_x509_crt_parse_path()
1183 "%s/%s", path, entry->d_name ); in mbedtls_x509_crt_parse_path()
1608 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked()
/net-tools-3.6.0/mbedtls-2.4.0/scripts/
Dgenerate_visualc_files.pl127 (my $entry = $tpl) =~ s/{NAME}/$name/g;
128 $entries .= $entry;
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h84 …mbedtls_x509_crl_entry entry; /**< The CRL entries containing the certificate revocation times f… member
Dasn1.h328 void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *entry );
/net-tools-3.6.0/
Dcoap-client.c173 #define ENTRY(desc, entry, expect_result, method, test_data, length, mid,\ argument
177 .len = sizeof(entry), \
178 .buf = entry, \
187 #define ENTRY2(desc, entry, expect_result, method, test_data, length, \ argument
191 .len = sizeof(entry), \
192 .buf = entry, \
203 #define ENTRY3(desc, entry, expect_result, method, test_data, length, mid,\ argument
207 .len = sizeof(entry), \
208 .buf = entry, \
218 #define ENTRY4(desc, entry, expect_result, method, test_data, length, \ argument
[all …]
/net-tools-3.6.0/tinydtls-0.8.2/doc/
DDoxyfile.in486 # This will remove the Files entry from the Quick Index and from the
493 # This will remove the Namespaces entry from the Quick Index
/net-tools-3.6.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile565 # This will remove the Files entry from the Quick Index and from the
572 # This will remove the Namespaces entry from the Quick Index
/net-tools-3.6.0/mbedtls-2.4.0/
DChangeLog930 * ssl_cache was leaking memory when reusing a timed out entry containing a
1602 * Added a separate CRL entry extension parsing function
/net-tools-3.6.0/libcoap/doc/
DDoxyfile.in641 # will remove the Files entry from the Quick Index and from the Folder Tree View
648 # page. This will remove the Namespaces entry from the Quick Index and from the
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.data1145 X509 CRL ASN1 (TBSCertList, entries present, date in entry invalid)