Searched refs:encoded (Results 1 – 22 of 22) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_util.data | 133 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 138 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 143 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 148 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
|
D | test_suite_pem.data | 59 PEM read (valid EC key encoded with AES-128-CBC) 63 # The text "hello world" together with some invalid padding data is encoded
|
D | test_suite_x509write.data | 193 X509 String to Names #9 (Escaped ascii hexpairs uppercase encoded) 196 X509 String to Names #10 (Escaped ascii hexpairs lowercase encoded)
|
D | test_suite_cipher.function | 473 /* decode the previously encoded string */ 753 /* decode the previously encoded string */
|
D | test_suite_psa_crypto.data | 4722 PSA verify hash: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded) 4750 PSA vrfy hash int: ECDSA SECP256R1, wrong sig size (correct but ASN1-encoded) 5014 PSA verify message: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded)
|
/openthread-latest/src/cli/ |
D | README_DATASET.md | 369 Print Active Operational Dataset as hex-encoded TLVs. 498 Usage: `dataset init <active|new|pending|tlvs <hex-encoded TLVs>>` 514 Use the `tlvs` option to initialize the dataset buffer from a string of hex-encoded TLVs: 644 Print Pending Operational Dataset as hex-encoded TLVs. 685 With `-p`(**only for FTD**) generate PSKc from \<passphrase\> (UTF-8 encoded) together with network… 728 Set the Active Operational Dataset using hex-encoded TLVs. 735 Set the Pending Operational Dataset using hex-encoded TLVs. 746 Convert the Operational Dataset to hex-encoded TLVs.
|
D | README_NETDATA.md | 425 Print Network Data received from the Leader as hex-encoded TLVs. 444 Print local Network Data to sync with Leader as hex-encoded TLVs.
|
D | README_SRP_CLIENT.md | 345 …ed. The txt should follow hex-string format and is treated as an already encoded TXT data byte seq…
|
D | README.md | 3108 With `-p` generate pskc from \<passphrase\> (UTF-8 encoded) together with **current** network name … 3643 - serviceData: hex-encoded binary service data 3644 - serverData: hex-encoded binary server data (empty if not provided) 3658 - serviceData: hext-encoded binary service data
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 291 uint32_t encoded = aSize; in AppendBlockOption() local 297 encoded |= static_cast<uint32_t>(aMore << kBlockMOffset); in AppendBlockOption() 298 encoded |= aNum << kBlockNumOffset; in AppendBlockOption() 300 error = AppendUintOption((aType == kBlockType1) ? kOptionBlock1 : kOptionBlock2, encoded); in AppendBlockOption()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 51 All integers are encoded in little-endian order in 8-bit bytes. 201 All integers are encoded in little-endian order in 8-bit bytes. 260 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 282 All integers are encoded in platform endianness. 319 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 410 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 446 All integers are encoded in platform endianness.
|
D | psa-storage-resilience.md | 307 …identifier (as well as the location of the secure element if this is not encoded in the name of th…
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | Readme-x509.txt | 28 - enco-ca-prstr.pem: has its CN encoded as a printable string, but child cert 29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | rsa.c | 2682 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local 2694 if ((encoded = mbedtls_calloc(1, sig_len)) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2709 ret = mbedtls_rsa_public(ctx, sig, encoded); in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2718 if ((ret = mbedtls_ct_memcmp(encoded, encoded_expected, in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2726 if (encoded != NULL) { in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2727 mbedtls_zeroize_and_free(encoded, sig_len); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 48 2. Run the Test Harness. The information field of the device is encoded as `<tag>_<node_id>@<ip_add…
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 3 `spi-hdlc-adapter` is an adapter tool for using a SPI interface as if it were an HDLC-lite encoded …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 156 encoded as part of the key, and of the signature. If both encoding are 322 2. Doing verifications with `PSA_ALG_RSA_PSS` when we're lucky and the encoded
|
D | psa-legacy-bridges.md | 143 …On the PSA side, this is a `psa_key_type_t` value and an algorithm which is normally encoded as po…
|
D | md-cipher-dispatch.md | 219 * How the mechanism is encoded (e.g. `mbedtls_md_type_t` vs `const *mbedtls_md_info_t` vs `psa_algo…
|
/openthread-latest/src/core/diags/ |
D | README.md | 84 Set the frame (hex encoded) to be used by `diag send` and `diag repeat`. The frame may be overwritt…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 234 * Use heap memory to allocate DER encoded public/private key. 376 string to a DER-encoded mbedtls_asn1_buf. 561 * Use heap memory to allocate DER encoded RSA private key. 732 * Reject OIDs with overlong-encoded subidentifiers when converting 1652 * Remove the following deprecated functions and constants of hex-encoded 2674 * Add DER-encoded test CRTs to library/certs.c, allowing 2712 This previously limited the maximum size of DER encoded certificates 2846 which allows copy-less parsing of DER encoded X.509 CRTs, 2896 extensions in CSRs and CRTs that caused these bitstrings to not be encoded 3441 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 173 ### Deprecated hex-encoded primes were removed from DHM
|