Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 43) sorted by relevance

12

/mbedtls-latest/library/
Dmd5.c68 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member
100 local.C = ctx->state[2]; in mbedtls_internal_md5_process()
105 P(local.A, local.B, local.C, local.D, 0, 7, 0xD76AA478); in mbedtls_internal_md5_process()
106 P(local.D, local.A, local.B, local.C, 1, 12, 0xE8C7B756); in mbedtls_internal_md5_process()
107 P(local.C, local.D, local.A, local.B, 2, 17, 0x242070DB); in mbedtls_internal_md5_process()
108 P(local.B, local.C, local.D, local.A, 3, 22, 0xC1BDCEEE); in mbedtls_internal_md5_process()
109 P(local.A, local.B, local.C, local.D, 4, 7, 0xF57C0FAF); in mbedtls_internal_md5_process()
110 P(local.D, local.A, local.B, local.C, 5, 12, 0x4787C62A); in mbedtls_internal_md5_process()
111 P(local.C, local.D, local.A, local.B, 6, 17, 0xA8304613); in mbedtls_internal_md5_process()
112 P(local.B, local.C, local.D, local.A, 7, 22, 0xFD469501); in mbedtls_internal_md5_process()
[all …]
Dripemd160.c73 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member
95 local.C = local.Cp = ctx->state[2]; in mbedtls_internal_ripemd160_process()
127 P2(local.A, local.B, local.C, local.D, local.E, 0, 11, 5, 8); in mbedtls_internal_ripemd160_process()
128 P2(local.E, local.A, local.B, local.C, local.D, 1, 14, 14, 9); in mbedtls_internal_ripemd160_process()
129 P2(local.D, local.E, local.A, local.B, local.C, 2, 15, 7, 9); in mbedtls_internal_ripemd160_process()
130 P2(local.C, local.D, local.E, local.A, local.B, 3, 12, 0, 11); in mbedtls_internal_ripemd160_process()
131 P2(local.B, local.C, local.D, local.E, local.A, 4, 5, 9, 13); in mbedtls_internal_ripemd160_process()
132 P2(local.A, local.B, local.C, local.D, local.E, 5, 8, 2, 15); in mbedtls_internal_ripemd160_process()
133 P2(local.E, local.A, local.B, local.C, local.D, 6, 7, 11, 15); in mbedtls_internal_ripemd160_process()
134 P2(local.D, local.E, local.A, local.B, local.C, 7, 9, 4, 5); in mbedtls_internal_ripemd160_process()
[all …]
Dsha1.c69 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member
109 local.C = ctx->state[2]; in mbedtls_internal_sha1_process()
116 P(local.A, local.B, local.C, local.D, local.E, local.W[0]); in mbedtls_internal_sha1_process()
117 P(local.E, local.A, local.B, local.C, local.D, local.W[1]); in mbedtls_internal_sha1_process()
118 P(local.D, local.E, local.A, local.B, local.C, local.W[2]); in mbedtls_internal_sha1_process()
119 P(local.C, local.D, local.E, local.A, local.B, local.W[3]); in mbedtls_internal_sha1_process()
120 P(local.B, local.C, local.D, local.E, local.A, local.W[4]); in mbedtls_internal_sha1_process()
121 P(local.A, local.B, local.C, local.D, local.E, local.W[5]); in mbedtls_internal_sha1_process()
122 P(local.E, local.A, local.B, local.C, local.D, local.W[6]); in mbedtls_internal_sha1_process()
123 P(local.D, local.E, local.A, local.B, local.C, local.W[7]); in mbedtls_internal_sha1_process()
[all …]
Daes.c119 V(A5, 63, 63, C6), V(84, 7C, 7C, F8), V(99, 77, 77, EE), V(8D, 7B, 7B, F6), \
126 V(BF, 9C, 9C, 23), V(F7, A4, A4, 53), V(96, 72, 72, E4), V(5B, C0, C0, 9B), \
127 V(C2, B7, B7, 75), V(1C, FD, FD, E1), V(AE, 93, 93, 3D), V(6A, 26, 26, 4C), \
128 V(5A, 36, 36, 6C), V(41, 3F, 3F, 7E), V(02, F7, F7, F5), V(4F, CC, CC, 83), \
129 V(5C, 34, 34, 68), V(F4, A5, A5, 51), V(34, E5, E5, D1), V(08, F1, F1, F9), \
131 V(0C, 04, 04, 08), V(52, C7, C7, 95), V(65, 23, 23, 46), V(5E, C3, C3, 9D), \
135 V(1B, 09, 09, 12), V(9E, 83, 83, 1D), V(74, 2C, 2C, 58), V(2E, 1A, 1A, 34), \
139 V(F5, 53, 53, A6), V(68, D1, D1, B9), V(00, 00, 00, 00), V(2C, ED, ED, C1), \
142 V(DE, 4A, 4A, 94), V(D4, 4C, 4C, 98), V(E8, 58, 58, B0), V(4A, CF, CF, 85), \
146 V(F0, 50, 50, A0), V(44, 3C, 3C, 78), V(BA, 9F, 9F, 25), V(E3, A8, A8, 4B), \
[all …]
/mbedtls-latest/tests/suites/
Dtest_suite_x509write.data63 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
67 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
71 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
75 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
79 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
83 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
87 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
91 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
95 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
99 …ata_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"../framework/data_files/test-ca_…
[all …]
Dtest_suite_x509parse.data3 …serial number \: 01\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
7 …serial number \: 01\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
11 …serial number \: 02\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
15 …serial number \: 02\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
19 …serial number \: 03\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
23 …serial number \: 03\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
27 …serial number \: 06\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
31 …serial number \: 07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
35 …serial number \: 08\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
39 …serial number \: 09\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name …
[all …]
Dtest_suite_debug.data63 …\nMyFile(0999)\: issuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nMyFile(0999)\: subjec…
67 …nMyFile(0999)\: issuer name \: C=NL, O=PolarSSL, CN=Polarssl Test EC CA\nMyFile(0999)\: subj…
Dtest_suite_oid.data112 oid_get_numeric_string:"29903C":0:"1.1.2108"
161 oid_from_numeric_string:"1.1.2108":0:"29903C"
Dtest_suite_x509write.function162 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
174 const char *san_dn_name = "C=UK,O=Mbed TLS,CN=Mbed TLS directoryName SAN";
296 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
383 const char *san_dn_name = "C=UK,O=Mbed TLS,CN=SubjectAltName test";
/mbedtls-latest/programs/test/
Dgenerate_cpp_dummy_build.sh8 Generate a C++ dummy build program that includes all the headers.
22 export LC_ALL=C
28 * This program is a dummy C++ program to ensure Mbed TLS library header files
29 * can be included and built with a C++ compiler.
/mbedtls-latest/visualc/VS2017/
DmbedTLS.sln33 …11D0-8D11-00A0C91BC942}") = "dh_client", "dh_client.vcxproj", "{4D29BE4A-979C-C5AE-44B5-30FB37D8D4…
93 …0-8D11-00A0C91BC942}") = "pk_verify", "pk_verify.vcxproj", "{C429B336-1B30-119C-3B34-21A186D6744F}"
128 …00A0C91BC942}") = "rsa_verify_pss", "rsa_verify_pss.vcxproj", "{95C50864-854C-2A11-4C91-BCE654E344…
268 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cert_app", "cert_app.vcxproj", "{D4D691D4-137C
354 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.ActiveCfg = Debug|Win32
355 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.Build.0 = Debug|Win32
356 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.ActiveCfg = Debug|x64
357 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.Build.0 = Debug|x64
358 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Release|Win32.ActiveCfg = Release|Win32
359 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Release|Win32.Build.0 = Release|Win32
[all …]
/mbedtls-latest/
D.gitattributes1 # Classify all '.function' files as C for syntax highlighting purposes
2 *.function linguist-language=C
Ddco.txt4 Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
DCMakeLists.txt42 LANGUAGES C CXX
47 LANGUAGES C
312 # The C files in tests/src directory contain test code shared among test suites
/mbedtls-latest/docs/proposed/
Dpsa-driver-developer-guide.md26C linkage, and to declare these functions in a **driver description file**. The driver description…
33 * C header files defining the types required by the driver description. The names of these header f…
36 ## Driver C interfaces
Dpsa-conditional-inclusion-c.md34 … configuration mechanism consists of C preprocessor definitions, and the build does not require to…
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
199 ### From JSON to C
201 The JSON capability language allows a more fine-grained selection than the C mechanism proposed her…
Dpsa-driver-integration-guide.md37 <!-- TODO: what if the driver is provided as C source code? -->
/mbedtls-latest/3rdparty/everest/
DREADME.md3 This is a formally verified implementation of Curve25519-based handshakes. The C code is automatica…
5 …orted platforms are currently `x86` and `x86_64` using gcc or clang, and Visual C (2010 and later).
/mbedtls-latest/3rdparty/p256-m/p256-m/
DREADME.md7 C, with optional bits of assembly for Arm Cortex-M and Cortex-A CPUs.
307 platforms used for benchmarking, while TinyCrypt uses only C (and the
331 internal `u32_muladd64()` function, as well as two pure C versions of this
419 testing, available from a C header file, that is then used by the closed-box
431 pure-C versions, depending on whether `MUL64_IS_CONSTANT_TIME`.
435 - `make` on x64 tests the pure-C version without `MUL64_IS_CONSTANT_TIME`
437 - `./consttime.sh` on x64 tests both pure-C versions (with Clang).
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md15 * Addressing software and hardware cryptographic implementations through the same C interface reduc…
30 ```C
52 …e non-static ones are generated in a psa_crypto_driver_wrappers_no_static.c C file and the functio…
56 Note that the implementation allows to build the library with only a C compiler by shipping a gener…
73 An Mbed TLS PSA driver C file is named psa_crypto_<driver_name>.c and its associated header file ps…
Dmbed-crypto-storage-specification.md24 * [C stdio](#file-namespace-on-stdio-for-0.1.0)
81 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
101 * [library using C stdio](#file-namespace-on-stdio-for-1.0.0)
183 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
353 * [library using C stdio](#file-namespace-on-stdio-for-mbed-tls-2.25.0)
390 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
/mbedtls-latest/scripts/
Dwindows_msbuild.bat9 set "vcvarsall=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vc…
Dcommon.make104 $(MAKE) -C $(MBEDTLS_PATH)/library
/mbedtls-latest/pkgconfig/
DCMakeLists.txt8 …set(PKGCONFIG_PROJECT_DESCRIPTION "Mbed TLS is a C library that implements cryptographic primitive…
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md160 …Undocumented interfaces are described in public headers for the sake of the C compiler, but are de…
180 This approach is mostly portable since it only relies on C interfaces. A limitation is that the tes…
217 | Portability | ++ It's just C code so it works everywhere |
280 …this cannot be tested by adding C code, because the danger is that the compiler optimizes the zero…

12