Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 49) sorted by relevance

12

/lib/mbedtls/external/mbedtls/library/
A Dhmac_drbg.c44 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 Dctr_drbg.c412 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 Dhmac_drbg.h286 const unsigned char *additional, size_t add_len);
313 const unsigned char *additional, size_t len);
348 const unsigned char *additional,
A Dctr_drbg.h447 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 Dpsa-driver-integration-guide.md7 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 Dpsa-driver-developer-guide.md17 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
A Dpsa-conditional-inclusion-c.md75 * 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 Dtest_suite_ctr_drbg.function123 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 Dtest_suite_constant_time_hmac.function30 /* TLS additional data is 13 bytes (hence the "lucky 13" name) */
/lib/rsa/
A DKconfig45 provide such additional key properties in standardized form,
63 provide such additional key properties in standardized form,
/lib/lwip/lwip/src/apps/mdns/
A Dmdns_out.c709 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 Dmdns.c178 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 Dmdns_priv.h124 u16_t additional; member
/lib/mbedtls/external/mbedtls/3rdparty/everest/
A DREADME.md5 …do not provide a 128-bit integer type and KreMLin therefore has to use additional (also verified) …
/lib/mbedtls/external/mbedtls/
A DCONTRIBUTING.md43 … 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 DLICENSE128 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 Dmdns.txt107 Relevant information will be sent as additional records to reduce number of
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Dinvasive-testing.md154 | 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 Dtesting.md98 However, if additional logic is involved, or there are run-time decisions about
/lib/lwip/lwip/
A DUPGRADING38 * 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 Dhistory.txt180 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DRFC1158-MIB1048 -- additional TCP variables
1297 -- additional EGP variables
A DSNMPv2-TC492 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 DSNMPv2-MIB313 additional check(s). It is strongly RECOMMENDED that
633 "An additional notification for an SNMP entity supporting
/lib/efi_loader/
A DKconfig584 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

Completed in 50 milliseconds

12