| /lib/ |
| A D | sha512.c | 140 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local 147 e=state[4]; f=state[5]; g=state[6]; h=state[7]; in sha512_transform() 165 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform() 168 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform() 170 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform() 172 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform() 174 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform() 176 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform() 177 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[(i & 15) + 6]; in sha512_transform() 184 state[4] += e; state[5] += f; state[6] += g; state[7] += h; in sha512_transform() [all …]
|
| A D | bch.c | 898 *g = f; in factor_polynomial() 1218 struct gf_poly *g; in compute_generator_polynomial() local 1240 g->deg = 0; in compute_generator_polynomial() 1241 g->c[0] = 1; in compute_generator_polynomial() 1246 g->c[g->deg+1] = 1; in compute_generator_polynomial() 1248 g->c[j] = gf_mul(bch, g->c[j], r)^g->c[j-1]; in compute_generator_polynomial() 1250 g->c[0] = gf_mul(bch, g->c[0], r); in compute_generator_polynomial() 1251 g->deg++; in compute_generator_polynomial() 1255 n = g->deg+1; in compute_generator_polynomial() 1261 if (g->c[n-1-j]) in compute_generator_polynomial() [all …]
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | asn1write.h | 17 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument 23 (g) += ret; \ 26 #define MBEDTLS_ASN1_CHK_CLEANUP_ADD(g, f) \ argument 32 (g) += ret; \
|
| /lib/mbedtls/external/mbedtls/tests/docker/bionic/ |
| A D | Dockerfile | 38 g++-multilib \ 71 # Build OPENSSL as 1.0.2g 73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \ 74 && cd openssl-1.0.2g \ 75 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 79 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
|
| /lib/mbedtls/external/mbedtls/tests/data_files/ |
| A D | test-ca-alt.key | 4 g/r66epovUOdUyDMUGsMZGLlPPb/UfUXkKK8KAxgEq06Qumwb14jJ5BcRZaTdO45 15 hx5CreMpy0lVU2SLA/+g/DPse2wx85wgx8kpudEmU91ThuxBdF0IHr0CgYEA3BJc
|
| A D | server9-sha224.crt | 20 3egYnUY/9g==
|
| A D | cli-rsa-sha1.crt | 19 e6dcSTeYJ8CzzzPXVfwnHjDi/g==
|
| A D | rsa_pkcs8_pbes2_pbkdf2_4096_des.pem | 30 Gq0xQ+/L25Gax0x9Ks3HE6TKD81AKXmn4HO/g/kvMJxLXJzwyqEk0KpFUlFRXNQp
|
| A D | rsa_pkcs8_pbe_sha1_4096_2des.pem | 30 g/rjVN7Iyx5TYt4DUgF38OtZexgJzgaZeKJh8q7nvThpZo0MzbfL1ony1uslmmpx
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_dhm.data | 112 DH load parameters from PEM file (1024-bit, g=2) 116 DH load parameters from PEM file (2048-bit, large g, privateValueLength) 120 DH load parameters from DER file (2048-bit, large g, privateValueLength)
|
| A D | test_suite_platform.data | 11 # can be avoided with e.g. ASAN_OPTIONS=allocator_may_return_null=1,
|
| A D | test_suite_psa_crypto_entropy.data | 7 # randomization for (e.g.) blinding. An external implementation could use
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | translate_ciphers.py | 68 g = translate_gnutls(s) 69 self.assertEqual(g, g_exp)
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | bn_mul.h | 47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument 49 MBEDTLS_BYTES_TO_T_UINT_4(e, f, g, h) 53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument 60 ((mbedtls_mpi_uint) (g) << 48) | \
|
| A D | aesce.c | 577 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local 585 g = vextq_u8(ZERO, e, 8); /* : :g1:00 = e1:00 */ in poly_mult_reduce() 588 return veorq_u8(o, g); /* = o1:o0 + g1:00 */ in poly_mult_reduce()
|
| /lib/mbedtls/external/mbedtls/tests/data_files/parse_input/ |
| A D | crl_sha384.pem | 8 9g+SGkma+VYV+yPRNmKyldcRVvPZUIkhTCMWkZoYrbDXUmkVQpsgz2c5ksIeMI/7
|
| /lib/rsa/ |
| A D | rsa-keyprop.c | 465 uint32_t a0, a1, b0, hi, g, q, tb; in br_i32_muladd_small() local 526 g = br_div(a0, a1, b0); in br_i32_muladd_small() 527 q = MUX(EQ(a0, b0), 0xFFFFFFFF, MUX(EQ(g, 0), 0, g - 1)); in br_i32_muladd_small()
|
| /lib/mbedtls/external/mbedtls/.github/ |
| A D | pull_request_template.md | 9 Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new …
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 348 notInService (e.g., an agent which does not support 361 (8) the transition to D can fail, e.g., if the values of the 367 being returned, e.g., wrongValue, noCreation, etc. 383 identifier is semantically significant, e.g., the 609 status column to `active' (e.g., due to management station 639 service (e.g., in order for the value of some other column 648 the current value of the status column (e.g., it is possible 752 volatile(2), -- e.g., in RAM 753 nonVolatile(3), -- e.g., in NVRAM 754 permanent(4), -- e.g., partially in ROM [all …]
|
| A D | RFC1213-MIB | 135 "The physical location of this node (e.g., 160 1 physical (e.g., repeaters) 161 2 datalink/subnetwork (e.g., bridges) 162 3 internet (e.g., IP gateways) 163 4 end-to-end (e.g., IP hosts) 164 7 applications (e.g., mail relays) 648 "The NetworkAddress (e.g., the IP address) 722 addresses (e.g., 0.0.0.0) and addresses of 1170 icmp(4), -- e.g., Redirect 1898 (e.g., bad TCP checksums)." [all …]
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | driver-interface-test-strategy.md | 64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method). 87 * This must be done for each possible flow, including error cases (e.g. a key creation that fails m… 90 * Check both that the storage has the expected content (this can be done by e.g. using a key that i… 103 * Run at least one test application (e.g. the Mbed OS TLS example).
|
| /lib/mbedtls/external/mbedtls/tests/ |
| A D | Makefile | 207 s/\b(?=MBEDTLS_|PSA_)/LIBTESTDRIVER1_/g; \ 208 s/\b(?=mbedtls_|psa_)/libtestdriver1_/g;
|
| /lib/libavb/ |
| A D | avb_sha256.c | 56 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument 58 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \
|
| A D | avb_sha512.c | 58 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument 60 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .uncrustify.cfg | 136 # But allow a space in the case of e.g. char * const x; 145 # Force exactly 1 space between a statement keyword (e.g. 'if') and an opening parenthesis
|