/mbedtls/library/ |
A D | x509_csr.c | 528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument 540 prefix, csr->version); in mbedtls_x509_csr_info() 543 ret = mbedtls_snprintf(p, n, "\n%ssubject name : ", prefix); in mbedtls_x509_csr_info() 548 ret = mbedtls_snprintf(p, n, "\n%ssigned using : ", prefix); in mbedtls_x509_csr_info() 560 ret = mbedtls_snprintf(p, n, "\n%s%-" BC "s: %d bits\n", prefix, key_size_str, in mbedtls_x509_csr_info() 569 ret = mbedtls_snprintf(p, n, "\n%ssubject alt name :", prefix); in mbedtls_x509_csr_info() 574 prefix)) != 0) { in mbedtls_x509_csr_info() 580 ret = mbedtls_snprintf(p, n, "\n%scert. type : ", prefix); in mbedtls_x509_csr_info() 589 ret = mbedtls_snprintf(p, n, "\n%skey usage : ", prefix); in mbedtls_x509_csr_info()
|
A D | x509_crl.c | 594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info() argument 606 prefix, crl->version); in mbedtls_x509_crl_info() 609 ret = mbedtls_snprintf(p, n, "\n%sissuer name : ", prefix); in mbedtls_x509_crl_info() 615 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info() 622 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info() 631 prefix); in mbedtls_x509_crl_info() 636 prefix); in mbedtls_x509_crl_info() 652 ret = mbedtls_snprintf(p, n, "\n%ssigned using : ", prefix); in mbedtls_x509_crl_info()
|
A D | x509.c | 1514 const char *prefix) in mbedtls_x509_info_subject_alt_name() argument 1529 ret = mbedtls_snprintf(p, n, "\n%s <unsupported>", prefix); in mbedtls_x509_info_subject_alt_name() 1532 ret = mbedtls_snprintf(p, n, "\n%s <malformed>", prefix); in mbedtls_x509_info_subject_alt_name() 1547 ret = mbedtls_snprintf(p, n, "\n%s otherName :", prefix); in mbedtls_x509_info_subject_alt_name() 1552 ret = mbedtls_snprintf(p, n, "\n%s hardware module name :", prefix); in mbedtls_x509_info_subject_alt_name() 1555 mbedtls_snprintf(p, n, "\n%s hardware type : ", prefix); in mbedtls_x509_info_subject_alt_name() 1582 ret = mbedtls_snprintf(p, n, "\n%s uniformResourceIdentifier : ", prefix); in mbedtls_x509_info_subject_alt_name() 1608 prefix, in mbedtls_x509_info_subject_alt_name() 1630 prefix, "iPAddress"); in mbedtls_x509_info_subject_alt_name() 1664 ret = mbedtls_snprintf(p, n, "\n%s directoryName : ", prefix); in mbedtls_x509_info_subject_alt_name() [all …]
|
A D | x509_crt.c | 1749 int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info() argument 1768 prefix, crt->version); in mbedtls_x509_crt_info() 1771 prefix); in mbedtls_x509_crt_info() 1777 ret = mbedtls_snprintf(p, n, "\n%sissuer name : ", prefix); in mbedtls_x509_crt_info() 1782 ret = mbedtls_snprintf(p, n, "\n%ssubject name : ", prefix); in mbedtls_x509_crt_info() 1788 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info() 1795 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info() 1801 ret = mbedtls_snprintf(p, n, "\n%ssigned using : ", prefix); in mbedtls_x509_crt_info() 1834 ret = mbedtls_snprintf(p, n, "\n%ssubject alt name :", prefix); in mbedtls_x509_crt_info() 1839 prefix)) != 0) { in mbedtls_x509_crt_info() [all …]
|
A D | x509_internal.h | 77 const char *prefix);
|
/mbedtls/scripts/mbedtls_dev/ |
A D | crypto_knowledge.py | 377 prefix = head 378 while prefix: 379 if prefix in self.CATEGORY_FROM_HEAD: 380 return self.CATEGORY_FROM_HEAD[prefix] 381 if re.match(r'.*[0-9]\Z', prefix): 382 prefix = re.sub(r'_*[0-9]+\Z', r'', prefix) 384 prefix = re.sub(r'_*[^_]*\Z', r'', prefix)
|
A D | c_wrapper_generator.py | 21 def c_declare(prefix: str, name: str, suffix: str) -> str: 23 if not prefix.endswith('*'): 24 prefix += ' ' 25 return prefix + name + suffix
|
A D | macro_collector.py | 239 prefix = 'PSA_ALG_' 240 assert name.startswith(prefix) 242 suffix = name[len(prefix):] 247 return prefix + midfix + suffix
|
/mbedtls/programs/ssl/ |
A D | ssl_test_common_source.c | 322 int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info() argument 326 return mbedtls_x509_crt_verify_info(buf, size, prefix, flags); in x509_crt_verify_info() 336 ret = mbedtls_snprintf(p, n, "%s%s\n", prefix, info); \ in x509_crt_verify_info() 346 "(this should not happen)\n", prefix); in x509_crt_verify_info()
|
A D | ssl_context_info.c | 251 const size_t in_line, const char *prefix) in print_hex() argument 256 if (prefix == NULL) { in print_hex() 257 prefix = ""; in print_hex() 262 printf("\n%s", prefix); in print_hex()
|
/mbedtls/tests/suites/ |
A D | test_suite_debug.function | 167 char *prefix, char *result_str) 193 mbedtls_debug_print_crt(&ssl, 0, file, line, prefix, &crt); 207 char *prefix, char *result_str) 234 mbedtls_debug_print_mpi(&ssl, 0, file, line, prefix, &val);
|
/mbedtls/programs/test/cmake_subproject/ |
A D | CMakeLists.txt | 3 # Test the target renaming support by adding a prefix to the targets built 15 # created using the specified prefix
|
/mbedtls/tests/scripts/ |
A D | depends.py | 89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument 92 prefix = color[0] + prefix 94 sys.stderr.write(prefix + ' ' + text + suffix + '\n') 100 log_line(' '.join(cmd), prefix='+')
|
A D | run-test-suites.pl | 65 my $prefix = $^O eq "MSWin32" ? '' : './'; 87 my $command = "$prefix$suite";
|
A D | generate_tls13_compat_tests.py | 501 prefix = ' \\\n' + (' '*9) 502 cmd = prefix.join(cmd) 530 prefix = ' \\\n' + (' '*9) 531 cmd = prefix.join(cmd)
|
/mbedtls/pkgconfig/ |
A D | CMakeLists.txt | 3 join_paths(PKGCONFIG_INCLUDEDIR "\${prefix}" "${CMAKE_INSTALL_INCLUDEDIR}") 4 join_paths(PKGCONFIG_LIBDIR "\${prefix}" "${CMAKE_INSTALL_LIBDIR}")
|
A D | mbedcrypto.pc.in | 1 prefix=@CMAKE_INSTALL_PREFIX@
|
A D | mbedx509.pc.in | 1 prefix=@CMAKE_INSTALL_PREFIX@
|
A D | mbedtls.pc.in | 1 prefix=@CMAKE_INSTALL_PREFIX@
|
/mbedtls/scripts/ |
A D | ecp_comb_table.py | 159 binname = tempfile.mktemp(prefix="mbedtls") 160 fd, srcname = tempfile.mkstemp(prefix="mbedtls", suffix=".c")
|
/mbedtls/tests/docker/bionic/ |
A D | Dockerfile | 86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar… 106 …&& ./configure --prefix=/usr/local/gnutls-3.3.8 --exec_prefix=/usr/local/gnutls-3.3.8 --disable-sh… 127 && ./configure --prefix=/usr/local/gnutls-3.4.10 --exec_prefix=/usr/local/gnutls-3.4.10 \ 150 && ./configure --prefix=/usr/local/gnutls-3.7.2 --exec_prefix=/usr/local/gnutls-3.7.2 \
|
/mbedtls/scripts/data_files/driver_templates/ |
A D | psa_crypto_driver_wrappers_no_static.c.jinja | 29 /* Headers for {{driver.prefix}} {{driver.type}} driver */ 48 #define {{(driver.prefix + "_" + driver.type + "_driver_id").upper()}} ({{ loop.index + 1 }}) 57 {{driver.prefix}}_{{driver.type}}_{{entry_point}}
|
/mbedtls/include/mbedtls/ |
A D | x509_crl.h | 159 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix,
|
A D | x509_crt.h | 581 int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix, 596 int mbedtls_x509_crt_verify_info(char *buf, size_t size, const char *prefix,
|
A D | x509_csr.h | 201 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix,
|