Searched refs:get (Results 1 – 25 of 56) sorted by relevance
123
| /mbedtls/tests/suites/ |
| A D | test_suite_oid.data | 1 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 D | test_suite_psa_its.data | 1 Set/get/remove 0 bytes 4 Set/get/remove 42 bytes 7 Set/get/remove 1000 bytes 10 Set/get/remove with flags
|
| A D | test_suite_mps.data | 82 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 D | test_suite_ecdh.data | 104 Context get ECP Group #1 108 Context get ECP Group #2 112 Context get ECP Group #3 116 Context get ECP Group #4
|
| A D | test_suite_platform.data | 2 Time: get milliseconds 5 Time: get seconds
|
| A D | test_suite_timing.data | 1 Timing: get timer
|
| A D | test_suite_bignum_core.function | 647 /* 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 D | test_suite_constant_time.data | 1 # 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 D | test_suite_ssl.function | 144 * - 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 D | test_suite_dhm.data | 11 ## changes, so we get to exercise the code with a few different values.
|
| A D | test_suite_platform.function | 110 * If discontinuous changes occur during `nanosleep()`, we will get
|
| A D | test_suite_mps.function | 150 * 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 D | generate_server9_bad_saltlen.py | 58 ca_password = kwargs.get('ca_password', '') 64 extfile = kwargs.get('openssl_extfile', '') 81 with open(kwargs.get('output'), 'wb') as f:
|
| A D | analyze_outcomes.py | 128 ref_outcomes = outcomes.get("component_" + component_ref) 129 driver_outcomes = outcomes.get("component_" + component_driver)
|
| A D | depends.py | 296 for dep in EXCLUSIVE_GROUPS.get(symbol, []): 307 for dep in REVERSE_DEPENDENCIES.get(key, []):
|
| /mbedtls/scripts/ |
| A D | ci.requirements.txt | 17 # 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 D | lcov.sh | 21 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 D | generate_ssl_debug_helpers.py | 157 prefix_name = group.get('prefix_name', None) 158 suffix_name = group.get('suffix_name', None) 159 body = group.get('body', None)
|
| A D | common.make | 8 # Use the define keyword to get a multi-line message.
|
| /mbedtls/tests/docker/bionic/ |
| A D | Dockerfile | 22 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 D | c_wrapper_generator.py | 218 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.yml | 1 # Declare python as our language. This way we get our chosen Python version,
|
| /mbedtls/docs/ |
| A D | use-psa-crypto.md | 87 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 D | mbedtls.doxyfile | 34 # constant to get the generic documentation of that error code. If we don't
|
| /mbedtls/scripts/data_files/ |
| A D | query_config.fmt | 101 * some macros expand to nothing. We suppress that specific warning to get a
|
Completed in 36 milliseconds
123