Home
last modified time | relevance | path

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

1234

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c70 const unsigned char *additional, in mbedtls_hmac_drbg_update_ret() argument
74 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update_ret()
93 additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_update_ret()
116 const unsigned char *additional, in mbedtls_hmac_drbg_update() argument
119 (void) mbedtls_hmac_drbg_update_ret( ctx, additional, add_len ); in mbedtls_hmac_drbg_update()
155 const unsigned char *additional, size_t len ) in mbedtls_hmac_drbg_reseed() argument
178 if( additional != NULL && len != 0 ) in mbedtls_hmac_drbg_reseed()
180 memcpy( seed + seedlen, additional, len ); in mbedtls_hmac_drbg_reseed()
285 const unsigned char *additional, size_t add_len ) in mbedtls_hmac_drbg_random_with_add() argument
313 if( additional != NULL && add_len != 0 ) in mbedtls_hmac_drbg_random_with_add()
[all …]
A Dctr_drbg.c335 const unsigned char *additional, in mbedtls_ctr_drbg_update_ret() argument
344 if( ( ret = block_cipher_df( add_input, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_update_ret()
356 const unsigned char *additional, in mbedtls_ctr_drbg_update() argument
363 (void) mbedtls_ctr_drbg_update_ret( ctx, additional, add_len ); in mbedtls_ctr_drbg_update()
380 const unsigned char *additional, size_t len ) in mbedtls_ctr_drbg_reseed() argument
406 if( additional && len ) in mbedtls_ctr_drbg_reseed()
408 memcpy( seed + seedlen, additional, len ); in mbedtls_ctr_drbg_reseed()
451 const unsigned char *additional, size_t add_len ) in mbedtls_ctr_drbg_random_with_add() argument
472 if( ( ret = mbedtls_ctr_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_random_with_add()
481 if( ( ret = block_cipher_df( add_input, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_random_with_add()
A Dgcm.c603 static const unsigned char additional[MAX_TESTS][64] = variable
820 additional[add_index[i]], add_len[i], in mbedtls_gcm_self_test()
851 additional[add_index[i]], add_len[i], in mbedtls_gcm_self_test()
882 additional[add_index[i]], add_len[i] ); in mbedtls_gcm_self_test()
934 additional[add_index[i]], add_len[i] ); in mbedtls_gcm_self_test()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhmac_drbg.h205 const unsigned char *additional, size_t add_len );
218 const unsigned char *additional, size_t len );
238 const unsigned char *additional,
284 const unsigned char *additional, size_t add_len );
A Dctr_drbg.h237 const unsigned char *additional, size_t len );
254 const unsigned char *additional,
276 const unsigned char *additional, size_t add_len );
319 const unsigned char *additional,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md56 - extmod/ -- additional (non-core) modules implemented in C.
60 The subdirectories above may include READMEs with additional info.
64 (if your system only has Python 2.7 then invoke make with the additional option
130 these additional dependencies, in the port directory you're
142 are used or not). If you intend to build MicroPython with additional
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A Dbluepill_nontest.resc19 # Create additional semihosting interface peripheral
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DWORKSPACE35 # skylib utility for additional bazel functionality.
A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/
A DLICENSE.txt120 that such additional attribution notices cannot be construed
124 may provide additional or different license terms and conditions
133 this License, without any additional terms or conditions.
174 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/
A DLICENSE.txt120 that such additional attribution notices cannot be construed
124 may provide additional or different license terms and conditions
133 this License, without any additional terms or conditions.
174 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/
A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/
A DLICENSE.txt121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/amp/
A DLICENSE120 that such additional attribution notices cannot be construed
124 may provide additional or different license terms and conditions
133 this License, without any additional terms or conditions.
174 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/
A DLICENSE.txt120 that such additional attribution notices cannot be construed
124 may provide additional or different license terms and conditions
133 this License, without any additional terms or conditions.
174 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/mbedtls/
A Dapache-2.0.txt121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/AliOS-Things-master/components/SDL2/src/file/cocoa/
A DSDL_rwopsbundlesupport.m30 …Note: One additional corner-case is if the resource is in a framework's resource bundle instead of…
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c223 u16_t additional; member
1364 outpkt->additional++; in mdns_send_outpacket()
1372 outpkt->additional++; in mdns_send_outpacket()
1390 outpkt->additional++; in mdns_send_outpacket()
1401 outpkt->additional++; in mdns_send_outpacket()
1415 hdr.numextrarr = lwip_htons(outpkt->additional); in mdns_send_outpacket()
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt225 additional terms, to the whole of the work, and all its parts,
349 that they are valid under applicable law. If additional permissions
352 this License without regard to the additional permissions.
355 remove any additional permissions from that copy, or from any part of
358 additional permissions on material, added by you to a covered work,
388 All other non-permissive additional terms are considered "further
400 additional terms that apply to those files, or a notice indicating
584 Later license versions may give you additional or different
585 permissions. However, no additional obligations are imposed on any
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig5 // tree. An additional intellectual property rights grant can be found
296 // The additional parameters are to allow reuse of ReturnedBufferSize(),
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl171 flags: str. Any additional flags to include
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md32 Same as SDL_FINGERDOWN but with additional:
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A DREADME60 with the arguments ``2 4 8 16'' is to add four additional TIFF directories
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME23 "COPYING" file for details. An additional intellectual
53 Please refer to makefile.unix for additional details and customizations.
309 * 'sns' will progressively turn on (when going from 0 to 100) some additional
597 // Setup a config, starting form a preset and tuning some additional
603 // ... additional tuning

Completed in 25 milliseconds

1234