Home
last modified time | relevance | path

Searched refs:chunk (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.7.0/library/
Dx509write.c68 const mbedtls_asn1_named_data *chunk = &cur->node.san.directory_name; in mbedtls_x509_write_set_san_common() local
69 while (chunk != NULL) { in mbedtls_x509_write_set_san_common()
74 CHECK_OVERFLOW_ADD(buflen, chunk->oid.len); in mbedtls_x509_write_set_san_common()
75 CHECK_OVERFLOW_ADD(buflen, chunk->val.len); in mbedtls_x509_write_set_san_common()
76 chunk = chunk->next; in mbedtls_x509_write_set_san_common()
/mbedtls-3.7.0/tests/suites/
Dtest_suite_mps.function363 * - The producer provides another chunk of data which is
898 /* Feed reader with a random chunk */
1026 /* Ask for buffered data in a single chunk, no commit */
1034 /* Ask for buffered data in a single chunk, with commit */
Dtest_suite_ssl.function4914 * pattern that varies byte-by-byte and is different for every chunk of
/mbedtls-3.7.0/docs/
Dpsa-transition.md606 …y__derivation_1gada7a6e17222ea9e7a6be6864a00316e1) instead if you want to use a chunk as a PSA key.
620 …_derivation_1gada7a6e17222ea9e7a6be6864a00316e1) instead if you want to use a chunk as a PSA key.