Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 42) sorted by relevance

12

/mbedtls/library/
A Dx509_csr.c528 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 Dx509_crl.c594 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 Dx509.c1514 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 Dx509_crt.c1749 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 Dx509_internal.h77 const char *prefix);
/mbedtls/scripts/mbedtls_dev/
A Dcrypto_knowledge.py377 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 Dc_wrapper_generator.py21 def c_declare(prefix: str, name: str, suffix: str) -> str:
23 if not prefix.endswith('*'):
24 prefix += ' '
25 return prefix + name + suffix
A Dmacro_collector.py239 prefix = 'PSA_ALG_'
240 assert name.startswith(prefix)
242 suffix = name[len(prefix):]
247 return prefix + midfix + suffix
/mbedtls/programs/ssl/
A Dssl_test_common_source.c322 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 Dssl_context_info.c251 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 Dtest_suite_debug.function167 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 DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
15 # created using the specified prefix
/mbedtls/tests/scripts/
A Ddepends.py89 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 Drun-test-suites.pl65 my $prefix = $^O eq "MSWin32" ? '' : './';
87 my $command = "$prefix$suite";
A Dgenerate_tls13_compat_tests.py501 prefix = ' \\\n' + (' '*9)
502 cmd = prefix.join(cmd)
530 prefix = ' \\\n' + (' '*9)
531 cmd = prefix.join(cmd)
/mbedtls/pkgconfig/
A DCMakeLists.txt3 join_paths(PKGCONFIG_INCLUDEDIR "\${prefix}" "${CMAKE_INSTALL_INCLUDEDIR}")
4 join_paths(PKGCONFIG_LIBDIR "\${prefix}" "${CMAKE_INSTALL_LIBDIR}")
A Dmbedcrypto.pc.in1 prefix=@CMAKE_INSTALL_PREFIX@
A Dmbedx509.pc.in1 prefix=@CMAKE_INSTALL_PREFIX@
A Dmbedtls.pc.in1 prefix=@CMAKE_INSTALL_PREFIX@
/mbedtls/scripts/
A Decp_comb_table.py159 binname = tempfile.mktemp(prefix="mbedtls")
160 fd, srcname = tempfile.mkstemp(prefix="mbedtls", suffix=".c")
/mbedtls/tests/docker/bionic/
A DDockerfile86 …&& ./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 Dpsa_crypto_driver_wrappers_no_static.c.jinja29 /* 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 Dx509_crl.h159 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix,
A Dx509_crt.h581 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 Dx509_csr.h201 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix,

Completed in 50 milliseconds

12