Searched refs:compare (Results 1 – 20 of 20) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_bignum.generated.data | 351 MPI compare #1 0 (null) == 0 (null) 354 MPI compare #2 0 (null) == 0 (1 limb) 357 MPI compare #3 0 (null) == negative 0 (null) 360 MPI compare #4 0 (null) == negative with leading zero limb 363 MPI compare #5 0 (null) < positive 366 MPI compare #6 0 (null) > negative 369 MPI compare #7 0 (null) < positive with leading zero limb 372 MPI compare #8 0 (null) > negative with leading zero limb 375 MPI compare #9 0 (null) < large positive 378 MPI compare #10 0 (null) > large negative [all …]
|
| D | test_suite_psa_crypto_memory.function | 47 /* Note: We compare the first src_len bytes of each buffer, as this is what was copied. */ 74 /* Note: We compare the first src_len bytes of each buffer, as this is what was copied. */
|
| D | test_suite_psa_crypto_hash.function | 69 // use psa_mac_verify to compare to expected MAC
|
| D | test_suite_ecp.function | 18 /* Auxiliary function to compare two mbedtls_ecp_group objects. */ 884 // Load curve info and compare with known values 890 // Load curve from TLS ID and name, and compare IDs 904 // Read group from buffer and compare with expected ID 923 // Copy group and compare with original 1760 /*Borrow the buffer of A to compare the left lims with 0 */ 1855 * the destination mod residue, compare the two mod residues.
|
| D | test_suite_constant_time.function | 294 * \p size Size of arrays to compare
|
| D | test_suite_rsa.function | 1070 * Export parameters and compare to original ones. 1216 * Export parameters and compare to original ones.
|
| D | test_suite_pk.function | 2746 /* Decrypt with key pair PK context and compare with original data. */ 2753 /* Decrypt with PSA private key directly and compare with original data. */ 2760 * and compare with original data. */
|
| D | test_suite_psa_crypto.data | 1671 PSA hash compare: bad algorithm (unknown hash) 1674 PSA hash compare: bad algorithm (wildcard) 1677 PSA hash compare: bad algorithm (not a hash) 1681 PSA hash compare: hash of a prefix 1685 PSA hash compare: hash with flipped bit 1689 PSA hash compare: hash with trailing garbage 1693 PSA hash compare: truncated hash 1697 PSA hash compare: empty hash 1701 PSA hash compare: good
|
| /openthread-latest/src/core/common/ |
| D | binary_search.cpp | 53 int compare; in Find() local 66 compare = aComparator(aKey, entry); in Find() 68 if (compare == 0) in Find() 72 else if (compare > 0) in Find()
|
| /openthread-latest/third_party/tcplp/ |
| D | CMakeLists.txt | 48 string(REPLACE "-Wsign-compare" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") 58 "-Wno-sign-compare" 86 "-Wno-sign-compare"
|
| /openthread-latest/src/core/meshcop/ |
| D | dataset_manager.cpp | 273 int compare; in Save() local 280 compare = Timestamp::Compare(mNetworkTimestamp, mLocalTimestamp); in Save() 282 if ((compare > 0) || aAllowOlderTimestamp) in Save() 290 else if (compare < 0) in Save()
|
| /openthread-latest/src/posix/platform/ |
| D | CMakeLists.txt | 122 target_compile_options(ot-posix-config INTERFACE -Wno-sign-compare)
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | psa-storage-format-testing.md | 21 ### Save-and-compare approach
|
| /openthread-latest/src/core/thread/ |
| D | mle.cpp | 3174 int compare = 0; in HandleParentResponse() local 3179 compare = MleRouter::ComparePartitions(connectivityTlv.IsSingleton(), leaderData, in HandleParentResponse() 3184 VerifyOrExit(compare >= 0); in HandleParentResponse() 3188 if (compare == 0) in HandleParentResponse()
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | psa-transition.md | 262 * To compare a MAC with a reference value, use `psa_mac_verify` rather than `psa_mac_compute` follo… 504 …_hash/#group__hash_1gac69f7f19d96a56c28cf3799d11b12156). In addition, to compare the hash of a mes… 511 4. Call `mbedtls_md_finish`. If verifying the hash against an expected value, compare the result wi… 554 4. Call `mbedtls_md_hmac_finish`. If verifying the MAC against an expected value, compare the resul… 562 4. Call `mbedtls_cipher_cmac_finish`. If verifying the MAC against an expected value, compare the r… 1054 …2cdebb6062) (this is possible regardless of the usage policies on the keys) and compare the output.
|
| D | 3.0-migration-guide.md | 942 compare the size of their own certificate against the configured size of the output buffer to
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-driver-interface.md | 223 …not useful because the core can call the `"mac_compute"` entry point and compare with the expected… 494 …1. Otherwise, proceed as for `psa_key_derivation_output_bytes()`, and compare the resulting output…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | psa-shared-memory.md | 326 …ndom data and keep a separate copy of it. In the memory poisoning hooks, compare the copy of rando…
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | ChangeLog | 1044 form that's easy to compare. Fixes #5407. 2218 and sign-compare warnings. Contributed by makise-homura (Igor Molchanov) 3996 would compare 64 bits of the record counter instead of 48 bits as indicated
|
| /openthread-latest/doc/ |
| D | Doxyfile.in | 935 # basis. Doxygen will compare the file name with each pattern and apply the
|