Searched refs:w (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/library/ |
D | aria.c | 359 uint32_t w[4][4], *w2; in mbedtls_aria_setkey_enc() local 366 w[0][0] = MBEDTLS_GET_UINT32_LE(key, 0); in mbedtls_aria_setkey_enc() 367 w[0][1] = MBEDTLS_GET_UINT32_LE(key, 4); in mbedtls_aria_setkey_enc() 368 w[0][2] = MBEDTLS_GET_UINT32_LE(key, 8); in mbedtls_aria_setkey_enc() 369 w[0][3] = MBEDTLS_GET_UINT32_LE(key, 12); in mbedtls_aria_setkey_enc() 371 memset(w[1], 0, 16); in mbedtls_aria_setkey_enc() 373 w[1][0] = MBEDTLS_GET_UINT32_LE(key, 16); // 192 bit key in mbedtls_aria_setkey_enc() 374 w[1][1] = MBEDTLS_GET_UINT32_LE(key, 20); in mbedtls_aria_setkey_enc() 377 w[1][2] = MBEDTLS_GET_UINT32_LE(key, 24); // 256 bit key in mbedtls_aria_setkey_enc() 378 w[1][3] = MBEDTLS_GET_UINT32_LE(key, 28); in mbedtls_aria_setkey_enc() [all …]
|
D | ecp.c | 1785 unsigned char w, const mbedtls_mpi *m) in ecp_comb_recode_core() argument 1794 for (j = 0; j < w; j++) { in ecp_comb_recode_core() 1851 unsigned char w, size_t d, in ecp_precompute_comb() argument 1857 const unsigned char T_size = 1U << (w - 1); in ecp_precompute_comb() 1906 for (; j < d * (w - 1); j++) { in ecp_precompute_comb() 2125 unsigned char w, in ecp_comb_recode_scalar() argument 2148 ecp_comb_recode_core(k, d, w, &M); in ecp_comb_recode_scalar() 2169 unsigned char w, in ecp_mul_comb_after_precomp() argument 2190 MBEDTLS_MPI_CHK(ecp_comb_recode_scalar(grp, m, k, d, w, in ecp_mul_comb_after_precomp() 2237 unsigned char w; in ecp_pick_window_size() local [all …]
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_pake.data | 109 PSA PAKE: check rounds w/o forced errors 113 PSA PAKE: check rounds w/o forced errors, TLS12_PRF 121 PSA PAKE: check rounds w/o forced errors, client input first
|
D | helpers.function | 81 path_stream = fopen(path, "w");
|
D | test_suite_base64.data | 163 …vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/w==":345:0
|
D | test_suite_psa_its.function | 266 /* Reopen file and truncate it to 0 byte by specifying the 'w' flag */
|
D | test_suite_entropy.function | 103 if ((f = fopen(MBEDTLS_PLATFORM_STD_NV_SEED_FILE, "w")) == NULL) {
|
D | test_suite_bignum.function | 316 file_out = fopen(output_file, "w");
|
D | test_suite_psa_crypto.data | 4722 PSA vrfy hash int w/keypair: ECDSA SECP256R1, good
|
/mbedtls-latest/ |
D | SECURITY.md | 11 center](https://developer.trustedfirmware.org/w/mbed-tls/security-center/).
|
D | LICENSE | 530 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 534 The hypothetical commands `show w' and `show c' should show the appropriate 536 be called something other than `show w' and `show c'; they could even be
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 272 [u] "=&l" (tmp1), [v] "=&l" (tmp2), [w] "=&l" (tmp3) in u32_muladd64()
|