Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 56) sorted by relevance

123

/mbedtls/tests/suites/
A Dtest_suite_oid.data1 OID get Any Policy certificate policy
4 OID get certificate policy invalid oid
10 OID get Ext Key Usage - id-kp-serverAuth
13 OID get Ext Key Usage - id-kp-clientAuth
16 OID get Ext Key Usage - id-kp-codeSigning
31 OID get Ext Key Usage invalid oid
55 OID get x509 extension - invalid oid
129 OID get numeric string - 0.39
132 OID get numeric string - 1.0
135 OID get numeric string - 1.39
[all …]
A Dtest_suite_psa_its.data1 Set/get/remove 0 bytes
4 Set/get/remove 42 bytes
7 Set/get/remove 1000 bytes
10 Set/get/remove with flags
A Dtest_suite_mps.data82 MPS Reader: Random usage, 20 rds, feed 100, get 200, acc 50
85 MPS Reader: Random usage, 1000 rds, feed 10, get 100, acc 80
88 MPS Reader: Random usage, 10000 rds, feed 1, get 100, acc 80
91 MPS Reader: Random usage, 100 rds, feed 100, get 1000, acc 500
A Dtest_suite_ecdh.data104 Context get ECP Group #1
108 Context get ECP Group #2
112 Context get ECP Group #3
116 Context get ECP Group #4
A Dtest_suite_platform.data2 Time: get milliseconds
5 Time: get seconds
A Dtest_suite_timing.data1 Timing: get timer
A Dtest_suite_bignum_core.function647 /* Now let's get arrays of mbedtls_mpi_uints, rather than MPI structures */
649 /* TEST_CALLOC() uses calloc() under the hood, so these do get zeroed */
663 /* 1a) r = a - b => we should get the correct carry */
666 /* 1b) r = a - b => we should get the correct result */
670 /* 2a) r = a; r -= b => we should get the correct carry (use r to avoid clobbering a) */
674 /* 2b) r -= b => we should get the correct result */
681 /* 3b) r = a - b => we should get the correct result */
760 /* Now let's get arrays of mbedtls_mpi_uints, rather than MPI structures */
762 /* TEST_CALLOC() uses calloc() under the hood, so these do get zeroed */
773 /* 1a) A += B * s => we should get the correct carry */
[all …]
A Dtest_suite_constant_time.data1 # these are the numbers we'd get with an empty plaintext and truncated HMAC
5 # we could get this with 255-bytes plaintext and untruncated SHA-256
9 # we could get this with 255-bytes plaintext and untruncated SHA-384
A Dtest_suite_ssl.function144 * - Afterwards if we try to get \p get1 bytes then we can get \get1_ret bytes.
147 * - Afterwards if we try to get \p get1 bytes then we can get \get1_ret bytes.
159 size_t get[ROUNDS];
185 get[0] = get1;
189 get[1] = get2;
2240 /* Prepare dummy session and get serialized size */
3261 /* Test we get back what we put in. */
3634 * Run first handshake to get a ticket from the server.
3725 * Run first handshake to get a ticket from the server.
3924 * Run first handshake to get a ticket from the server.
[all …]
A Dtest_suite_dhm.data11 ## changes, so we get to exercise the code with a few different values.
A Dtest_suite_platform.function110 * If discontinuous changes occur during `nanosleep()`, we will get
A Dtest_suite_mps.function150 * through multiple `get` calls. */
836 * obtained from successful get calls.
844 * Instead, it would be better to get the random data from a
933 /* Choose randomly between get tolerating fewer data,
934 * get not tolerating fewer data, and commit. */
/mbedtls/tests/scripts/
A Dgenerate_server9_bad_saltlen.py58 ca_password = kwargs.get('ca_password', '')
64 extfile = kwargs.get('openssl_extfile', '')
81 with open(kwargs.get('output'), 'wb') as f:
A Danalyze_outcomes.py128 ref_outcomes = outcomes.get("component_" + component_ref)
129 driver_outcomes = outcomes.get("component_" + component_driver)
A Ddepends.py296 for dep in EXCLUSIVE_GROUPS.get(symbol, []):
307 for dep in REVERSE_DEPENDENCIES.get(key, []):
/mbedtls/scripts/
A Dci.requirements.txt17 # compatible with the running Python: this way we get something good enough
18 # for mypy and pylint under Python 3.5, and we also get something good enough
A Dlcov.sh21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
24 -r Reset traces. Run this before re-testing to get fresh measurements.
A Dgenerate_ssl_debug_helpers.py157 prefix_name = group.get('prefix_name', None)
158 suffix_name = group.get('suffix_name', None)
159 body = group.get('body', None)
A Dcommon.make8 # Use the define keyword to get a multi-line message.
/mbedtls/tests/docker/bionic/
A DDockerfile22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
28 RUN apt-get update \
29 && apt-get -y install \
/mbedtls/scripts/mbedtls_dev/
A Dc_wrapper_generator.py218 return self._FUNCTION_GUARDS.get(function.name)
399 return self._PRINTF_SIMPLE_FORMAT.get(typ)
412 return self._PRINTF_TYPE_CAST.get(typ)
/mbedtls/
A D.travis.yml1 # Declare python as our language. This way we get our chosen Python version,
/mbedtls/docs/
A Duse-psa-crypto.md87 using the new API in order to get the benefits; it can then pass the
107 the new APIs to get the benefits.
120 the new APIs to get the benefits.
/mbedtls/doxygen/
A Dmbedtls.doxyfile34 # constant to get the generic documentation of that error code. If we don't
/mbedtls/scripts/data_files/
A Dquery_config.fmt101 * some macros expand to nothing. We suppress that specific warning to get a

Completed in 36 milliseconds

123