| /lib/mbedtls/external/mbedtls/library/ |
| A D | hmac_drbg.c | 44 const unsigned char *additional, in mbedtls_hmac_drbg_update() argument 48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() 68 additional, add_len)) != 0) { in mbedtls_hmac_drbg_update() 135 const unsigned char *additional, size_t len, in hmac_drbg_reseed_core() argument 188 if (additional != NULL && len != 0) { in hmac_drbg_reseed_core() 189 memcpy(seed + seedlen, additional, len); in hmac_drbg_reseed_core() 211 const unsigned char *additional, size_t len) in mbedtls_hmac_drbg_reseed() argument 213 return hmac_drbg_reseed_core(ctx, additional, len, 0); in mbedtls_hmac_drbg_reseed() 338 if (additional != NULL && add_len != 0) { in mbedtls_hmac_drbg_random_with_add() 340 additional, add_len)) != 0) { in mbedtls_hmac_drbg_random_with_add() [all …]
|
| A D | ctr_drbg.c | 412 const unsigned char *additional, in mbedtls_ctr_drbg_update() argument 422 if ((ret = block_cipher_df(add_input, additional, add_len)) != 0) { in mbedtls_ctr_drbg_update() 448 const unsigned char *additional, in mbedtls_ctr_drbg_reseed_internal() argument 483 if (additional != NULL && len != 0) { in mbedtls_ctr_drbg_reseed_internal() 484 memcpy(seed + seedlen, additional, len); in mbedtls_ctr_drbg_reseed_internal() 505 const unsigned char *additional, size_t len) in mbedtls_ctr_drbg_reseed() argument 507 return mbedtls_ctr_drbg_reseed_internal(ctx, additional, len, 0); in mbedtls_ctr_drbg_reseed() 611 const unsigned char *additional, size_t add_len) in mbedtls_ctr_drbg_random_with_add() argument 634 if ((ret = mbedtls_ctr_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add() 641 if ((ret = block_cipher_df(locals.add_input, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | hmac_drbg.h | 286 const unsigned char *additional, size_t add_len); 313 const unsigned char *additional, size_t len); 348 const unsigned char *additional,
|
| A D | ctr_drbg.h | 447 const unsigned char *additional, size_t len); 470 const unsigned char *additional, 506 const unsigned char *additional, size_t add_len);
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-integration-guide.md | 7 This document describes how to build Mbed TLS with additional cryptoprocessor drivers that follow t… 13 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im… 17 …in the build. The driver code can either be provided in binary form as additional object file to l… 39 <!-- TODO: what about additional include files? -->
|
| A D | psa-driver-developer-guide.md | 17 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
|
| A D | psa-conditional-inclusion-c.md | 75 * In application code that provides additional features based on cryptographic capabilities, for ex… 85 …or asymmetric cryptography), the feature selection is more fine-grained, with an additional suffix:
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ctr_drbg.function | 123 unsigned char additional[512]; 127 memset(additional, 0, sizeof(additional)); 131 additional, 16) == 135 additional, MBEDTLS_CTR_DRBG_MAX_INPUT + 1) == 138 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional, 143 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional,
|
| A D | test_suite_constant_time_hmac.function | 30 /* TLS additional data is 13 bytes (hence the "lucky 13" name) */
|
| /lib/rsa/ |
| A D | Kconfig | 45 provide such additional key properties in standardized form, 63 provide such additional key properties in standardized form,
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns_out.c | 709 outpkt->additional++; in mdns_create_outpacket() 717 outpkt->additional++; in mdns_create_outpacket() 735 outpkt->additional++; in mdns_create_outpacket() 747 outpkt->additional++; in mdns_create_outpacket() 784 hdr.numextrarr = lwip_htons(outpkt.additional); in mdns_send_outpacket()
|
| A D | mdns.c | 178 u16_t additional; local 820 inpkt->additional = inpkt->additional_left = outpkt->additional; in mdns_convert_out_to_in_pkt() 1404 (pkt->authoritative > 0) && (pkt->additional == 0)) { in mdns_handle_question() 1447 if(pkt->additional) { in mdns_handle_question() 2116 packet.additional = packet.additional_left = lwip_ntohs(hdr.numextrarr); in mdns_recv()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | mdns_priv.h | 124 u16_t additional; member
|
| /lib/mbedtls/external/mbedtls/3rdparty/everest/ |
| A D | README.md | 5 …do not provide a 128-bit integer type and KreMLin therefore has to use additional (also verified) …
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 43 … only security fixes and fixes for other defects, without encountering additional features or API … 49 … or enhancement, no backporting is required. Exceptions to this may be additional test cases or qu… 62 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
|
| A D | LICENSE | 128 that such additional attribution notices cannot be construed 132 may provide additional or different license terms and conditions 141 this License, without any additional terms or conditions. 182 of your accepting any such warranty or additional liability.
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 107 Relevant information will be sent as additional records to reduce number of
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | invasive-testing.md | 154 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing | 169 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing | 184 | Coverage | ~ Many useful tests require additional internal interfaces | 243 | Maintainability | ~ Depending on the instrumentation, this may require additional builds and scri…
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | testing.md | 98 However, if additional logic is involved, or there are run-time decisions about
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 38 * httpd LWIP_HTTPD_CGI_SSI: httpd_cgi_handler() has an additional parameter "struct fs_file *" 218 * Added an additional option LWIP_ETHERNET to support ethernet without ARP
|
| /lib/lzma/ |
| A D | history.txt | 180 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | RFC1158-MIB | 1048 -- additional TCP variables 1297 -- additional EGP variables
|
| A D | SNMPv2-TC | 492 can re-issue the set operation with the additional 549 the management station that it may issue additional 564 issue additional management protocol set operations, in
|
| A D | SNMPv2-MIB | 313 additional check(s). It is strongly RECOMMENDED that 633 "An additional notification for an SNMP entity supporting
|
| /lib/efi_loader/ |
| A D | Kconfig | 584 No additional space will be required in the resulting U-Boot binary 594 No additional space will be required in the resulting U-Boot binary
|