/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 63 const unsigned char *additional, in mbedtls_hmac_drbg_update_ret() argument 67 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update_ret() 86 additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_update_ret() 109 const unsigned char *additional, in mbedtls_hmac_drbg_update() argument 112 (void) mbedtls_hmac_drbg_update_ret( ctx, additional, add_len ); in mbedtls_hmac_drbg_update() 154 const unsigned char *additional, size_t len, in hmac_drbg_reseed_core() argument 210 if( additional != NULL && len != 0 ) in hmac_drbg_reseed_core() 212 memcpy( seed + seedlen, additional, len ); in hmac_drbg_reseed_core() 233 const unsigned char *additional, size_t len ) in mbedtls_hmac_drbg_reseed() argument 235 return( hmac_drbg_reseed_core( ctx, additional, len, 0 ) ); in mbedtls_hmac_drbg_reseed() [all …]
|
A D | ctr_drbg.c | 316 const unsigned char *additional, in mbedtls_ctr_drbg_update_ret() argument 325 if( ( ret = block_cipher_df( add_input, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_update_ret() 337 const unsigned char *additional, in mbedtls_ctr_drbg_update() argument 344 (void) mbedtls_ctr_drbg_update_ret( ctx, additional, add_len ); in mbedtls_ctr_drbg_update() 362 const unsigned char *additional, in mbedtls_ctr_drbg_reseed_internal() argument 397 if( additional != NULL && len != 0 ) in mbedtls_ctr_drbg_reseed_internal() 399 memcpy( seed + seedlen, additional, len ); in mbedtls_ctr_drbg_reseed_internal() 418 const unsigned char *additional, size_t len ) in mbedtls_ctr_drbg_reseed() argument 420 return( mbedtls_ctr_drbg_reseed_internal( ctx, additional, len, 0 ) ); in mbedtls_ctr_drbg_reseed() 516 const unsigned char *additional, size_t add_len ) in mbedtls_ctr_drbg_random_with_add() argument [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 302 const unsigned char *additional, size_t add_len ); 329 const unsigned char *additional, size_t len ); 364 const unsigned char *additional, 424 const unsigned char *additional, size_t add_len );
|
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 ); 559 const unsigned char *additional,
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | arm32_user_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
/optee_os-3.20.0/ta/mk/ |
A D | build-user-ta.mk | 65 additional-compile-deps := $(ta_dev_kit-files-include) 68 additional-link-deps := $(ta_dev_kit-files-lib)
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | arm32_gicv3_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
A D | arm32_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
/optee_os-3.20.0/ta/arch/arm/ |
A D | link.mk | 90 $(additional-link-deps) 122 additional-link-deps :=
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | LICENSE | 121 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.
|
A D | CONTRIBUTING.md | 42 … only security fixes and fixes for other defects, without encountering additional features or API … 48 … or enhancement, no backporting is required. Exceptions to this may be additional test cases or qu… 61 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
|
A D | README.md | 183 For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scrip… 219 …y, which allows the library to be implemented in an isolated space for additional security. Librar…
|
A D | ChangeLog | 14 Furthermore you may name an additional file to include after the main 424 in bits rather than bytes, with an additional flag to indicate if the 649 * Fix an off-by-one error in the additional data length check for 882 * Add additional bounds checks in ssl_write_client_hello() preventing 1346 at the cost of additional lifetime constraints on the input 1434 disabled by default. See its API documentation in config.h for additional 1834 * Add additional block mode, OFB (Output Feedback), to the AES module and 2903 additional callback for read-with-timeout). 2935 * ecdsa_write_signature() gained an additional md_alg argument and 4185 * Added additional Cipher Block Modes to symmetric ciphers
|
/optee_os-3.20.0/mk/ |
A D | subdir.mk | 84 $$(addprefix $4,$$(produce-additional-$1)): $2
|
A D | compile.mk | 306 additional-compile-deps :=
|
/optee_os-3.20.0/lib/libutils/isoc/ |
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-3.20.0/ |
A D | CHANGELOG.md | 789 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 929 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 1059 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite 1172 with the additional GlobalPlatform™ TEE Initial Configuration Test Suite
|