| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H 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() 308 const unsigned char *additional, size_t add_len) in mbedtls_hmac_drbg_random_with_add() argument 330 if ((ret = mbedtls_hmac_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_hmac_drbg_random_with_add() [all …]
|
| H 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()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H 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,
|
| H A D | ctr_drbg.h | 462 const unsigned char *additional, size_t len); 485 const unsigned char *additional, 521 const unsigned char *additional, size_t add_len);
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | arm32_user_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| /optee_os/ta/mk/ |
| H A D | build-user-ta.mk | 63 additional-compile-deps := $(ta_dev_kit-files-include) 66 additional-link-deps := $(ta_dev_kit-files-lib)
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | arm32_gicv3_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| H A D | arm32_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| /optee_os/ta/ |
| H A D | link.mk | 99 $(additional-link-deps) 131 additional-link-deps :=
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H 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…
|
| H 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.
|
| H A D | README.md | 245 For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scrip… 285 …y, which allows the library to be implemented in an isolated space for additional security. Librar…
|
| H A D | ChangeLog | 7 client and server to extract additional shared symmetric keys from an SSL 312 passing in zero length additional data to multipart AEAD. 1469 Furthermore you may name an additional file to include after the main 1973 Further, callbacks now receive an additional parameter 2313 in bits rather than bytes, with an additional flag to indicate if the 2538 * Fix an off-by-one error in the additional data length check for 2771 * Add additional bounds checks in ssl_write_client_hello() preventing 3235 at the cost of additional lifetime constraints on the input 3323 disabled by default. See its API documentation in config.h for additional 3723 * Add additional block mode, OFB (Output Feedback), to the AES module and [all …]
|
| /optee_os/mk/ |
| H A D | subdir.mk | 109 $$(addprefix $4,$$(produce-additional-$1)): $2
|
| H A D | compile.mk | 313 additional-compile-deps :=
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 124 that such additional attribution notices cannot be construed 128 may provide additional or different license terms and conditions 137 this License, without any additional terms or conditions. 178 of your accepting any such warranty or additional liability.
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 55 accreted flexibility and additional options over the years, it remains 143 additional space are required. This will be the standard pool expansion 158 requires much additional logic and careful design of the application's 171 <buffer>. You can call bpool() subsequently to contribute additional
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_encode.c | 439 #error additional info for opening array not the same as for closing in QCBOREncode_EncodeHead()
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1119 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 1259 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 1389 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 1502 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite
|