Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 55) sorted by relevance

123

/openthread-latest/
DREADME.md18 [ot-logo]: https://github.com/openthread/openthread/raw/main/doc/images/openthread_logo.png
30raw/main/doc/images/ot-contrib-amazon.png" alt="Amazon" width="200px"></a><a href="https://www.aqa…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_alignment.function15 uint8_t raw[8] = { 0 };
17 if (mbedtls_test_unhexify(raw, sizeof(raw), hex_string, &olen) != 0) {
23 *result |= ((uint64_t) raw[i]) << ((olen - i - 1) * 8);
33 /* Define 64-bit aligned raw byte array */
34 uint64_t raw[2];
37 uint8_t *x = (uint8_t *) raw;
38 for (size_t i = 0; i < sizeof(raw); i++) {
57 /* Define expected result by manually aligning the raw bytes, and
62 memcpy(&raw_aligned_64, ((uint8_t *) &raw) + offset, size / 8);
248 /* Define 64-bit aligned raw byte array */
[all …]
Dtest_suite_psa_crypto_persistent_key.data37 Save maximum-size persistent raw key
41 Save larger than maximum-size persistent raw key
76 import/export persistent raw key: 1 byte
87 import/export persistent raw key file not exist: 1 byte
102 import/export persistent raw key with restart: 1 byte
113 import/export persistent raw key file not exist with restart: 1 byte
Dtest_suite_psa_crypto_util.data37 ECDSA Raw -> DER, 256bit, Invalid raw signature (r 1 byte shorter)
41 ECDSA Raw -> DER, 256bit, Invalid raw signature (r and s 1 byte shorter)
45 ECDSA Raw -> DER, 256bit, Invalid raw signature (r 1 byte longer)
49 ECDSA Raw -> DER, 256bit, Invalid raw signature (r and s 1 byte longer)
89 ECDSA DER -> Raw, 256bit, r size 1 byte larger than allowed for output raw coordinate
Dtest_suite_psa_crypto_metadata.data217 Asymmetric signature: RSA PKCS#1 v1.5 raw
329 Key agreement: FFDH, raw output
341 Key agreement: ECDH, raw output
356 Key type: raw data
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crl.c242 cur_entry->raw.tag = **p; in x509_get_entries()
248 cur_entry->raw.p = *p; in x509_get_entries()
249 cur_entry->raw.len = len2; in x509_get_entries()
336 crl->raw.p = p; in mbedtls_x509_crl_parse_der()
337 crl->raw.len = buflen; in mbedtls_x509_crl_parse_der()
468 end = crl->raw.p + crl->raw.len; in mbedtls_x509_crl_parse_der()
634 while (entry != NULL && entry->raw.len != 0) { in mbedtls_x509_crl_info()
699 if (crl_cur->raw.p != NULL) { in mbedtls_x509_crl_free()
700 mbedtls_zeroize_and_free(crl_cur->raw.p, crl_cur->raw.len); in mbedtls_x509_crl_free()
Dpsa_util.c433 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len, in mbedtls_ecdsa_raw_to_der() argument
449 memcpy(r, raw, coordinate_len); in mbedtls_ecdsa_raw_to_der()
450 memcpy(s, raw + coordinate_len, coordinate_len); in mbedtls_ecdsa_raw_to_der()
505 unsigned char *raw, size_t coordinate_size) in convert_der_to_raw_single_int() argument
544 memcpy(raw + padding_len, p, unpadded_len); in convert_der_to_raw_single_int()
551 unsigned char *raw, size_t raw_size, size_t *raw_len) in mbedtls_ecdsa_der_to_raw() argument
596 memcpy(raw, raw_tmp, 2 * coordinate_size); in mbedtls_ecdsa_der_to_raw()
Dx509_csr.c297 csr->raw.p = p; in mbedtls_x509_csr_parse_der_internal()
298 csr->raw.len = len; in mbedtls_x509_csr_parse_der_internal()
399 end = csr->raw.p + csr->raw.len; in mbedtls_x509_csr_parse_der_internal()
632 if (csr->raw.p != NULL) { in mbedtls_x509_csr_free()
633 mbedtls_zeroize_and_free(csr->raw.p, csr->raw.len); in mbedtls_x509_csr_free()
Dpkcs7.c566 pkcs7->raw.p = p = mbedtls_calloc(1, buflen); in mbedtls_pkcs7_parse_der()
567 if (pkcs7->raw.p == NULL) { in mbedtls_pkcs7_parse_der()
572 pkcs7->raw.len = buflen; in mbedtls_pkcs7_parse_der()
592 p = pkcs7->raw.p; in mbedtls_pkcs7_parse_der()
752 if (pkcs7 == NULL || pkcs7->raw.p == NULL) { in mbedtls_pkcs7_free()
756 mbedtls_free(pkcs7->raw.p); in mbedtls_pkcs7_free()
770 pkcs7->raw.p = NULL; in mbedtls_pkcs7_free()
Dx509_crt.c1112 crt->raw.len = (size_t) (crt_end - buf); in x509_crt_parse_der_core()
1115 crt->raw.p = p = mbedtls_calloc(1, crt->raw.len); in x509_crt_parse_der_core()
1116 if (crt->raw.p == NULL) { in x509_crt_parse_der_core()
1120 memcpy(crt->raw.p, buf, crt->raw.len); in x509_crt_parse_der_core()
1123 p += crt->raw.len - len; in x509_crt_parse_der_core()
1126 crt->raw.p = (unsigned char *) buf; in x509_crt_parse_der_core()
2454 if (crt->raw.len == cur->raw.len && in x509_crt_check_ee_locally_trusted()
2455 memcmp(crt->raw.p, cur->raw.p, crt->raw.len) == 0) { in x509_crt_check_ee_locally_trusted()
3246 if (cert_cur->raw.p != NULL && cert_cur->own_buffer) { in mbedtls_x509_crt_free()
3247 mbedtls_zeroize_and_free(cert_cur->raw.p, cert_cur->raw.len); in mbedtls_x509_crt_free()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpsa_util.h165 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len,
182 unsigned char *raw, size_t raw_size, size_t *raw_len);
Dx509_crl.h41 mbedtls_x509_buf raw; member
65 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ member
Dpkcs7.h139 mbedtls_pkcs7_buf MBEDTLS_PRIVATE(raw);
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
Dtest_certs.h.jinja226 #define {{name}} {% raw -%} { {%- endraw %} {{ '\\' | put_to_column(position=80-11-name|length)}}
34 {% raw -%} } {%- endraw %}
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.c335 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback()
342 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback()
/openthread-latest/script/
Dcheck-posix-pty104 socat -d -d pty,raw,echo=0 pty,raw,echo=0 >/dev/null 2>$SOCAT_OUTPUT &
/openthread-latest/tools/tcat_ble_client/auth-generate/ext/
DCommCert1.ext9 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
DDeviceCert1.ext12 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
DDeviceCert2.ext12 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
DCommCert4.ext9 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
DCommCert3.ext9 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
DCommCert2.ext9 # Because ASN1:OCTETSTRING doesn't work with hex input, we use raw DER here. Tag 0x04 is OCTETSTRIN…
/openthread-latest/tests/scripts/thread-cert/
Ddtls.py568 def __init__(self, raw): argument
570 self.raw = raw
574 return self.raw
587 return "ApplicationData(raw_length={})".format(len(self.raw))
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md15 - `--raw`: Do not encode/decode packets using HDLC. Instead, write whole, raw frames to the specifi…
16 - `--mtu=[MTU]`: Specify the MTU. Currently only used in raw mode. Default and maximum value is 204…
/openthread-latest/tools/ot-fct/
DREADME.md35 - rawpowersetting: The raw power setting hex string.

123