Searched full:sensitive (Results 1 – 21 of 21) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ctr.h | 17 * This is quite performance-sensitive for AES-CTR and CTR-DRBG.
|
| H A D | pkcs5.c | 350 /* Zeroise buffers to clear sensitive data from memory. */ in pkcs5_pbkdf2_hmac()
|
| H A D | md5.c | 192 /* Zeroise variables to clear sensitive data from memory. */ in mbedtls_internal_md5_process()
|
| H A D | sha1.c | 227 /* Zeroise buffers and variables to clear sensitive data from memory. */ in mbedtls_internal_sha1_process()
|
| H A D | ripemd160.c | 255 /* Zeroise variables to clear sensitive data from memory. */ in mbedtls_internal_ripemd160_process()
|
| H A D | bignum_core.c | 177 /* This function is very performance-sensitive for RSA. For this reason in mbedtls_mpi_core_cond_assign()
|
| H A D | rsa.c | 422 * \note The return value from this function is a sensitive value 454 /* The following variables take sensitive values: their value must in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 544 * starting location of the plaintext is no longer sensitive in mbedtls_ct_rsaes_pkcs1_v15_unpadding()
|
| H A D | sha256.c | 571 /* Zeroise buffers and variables to clear sensitive data from memory. */ in mbedtls_internal_sha256_process_c()
|
| H A D | sha512.c | 687 /* Zeroise buffers and variables to clear sensitive data from memory. */ in mbedtls_internal_sha512_process_c()
|
| H A D | psa_crypto.c | 1260 * zeroize because the metadata is not particularly sensitive. in psa_wipe_key_slot() 6169 /* Zeroise buffers to clear sensitive data from memory. */ in psa_key_derivation_pbkdf2_generate_block() 6316 /* Preserve the algorithm upon errors, but clear all sensitive state. in psa_key_derivation_output_bytes() 7928 * may be used as a key to protect sensitive data. Arrange for such in psa_raw_key_agreement()
|
| H A D | ecp.c | 2628 * the inputs are not sensitive.
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | platform_util.h | 142 * is later compromised. Call this function on sensitive data 144 * sensitive data stored on the heap before freeing the heap
|
| H A D | platform.h | 306 * buffering when reading or writing sensitive data, 307 * to avoid having extra copies of sensitive data
|
| H A D | camellia.h | 257 * \warning Upon return, \p stream_block contains sensitive data. Its
|
| H A D | aria.h | 297 * \warning Upon return, \p stream_block contains sensitive data. Its
|
| H A D | aes.h | 548 * \warning Upon return, \p stream_block contains sensitive data. Its
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | string_ext.h | 49 * - Use memzero_explicit() to *clear* (as opposed to initialize) *sensitive*
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.h | 36 * [symm-key]: [key], sensitive, encrypt, decrypt, sign, verify, wrap,
|
| H A D | pkcs11_attributes.c | 1174 * - SENSITIVE can change from false to true, not from true to false. 1524 DMSG("Sensitive/always attributes mismatch %d/%d", in check_attrs_misc_integrity()
|
| H A D | object.c | 807 * sensitive or unextractable, then the ulValueLen field in that triple in entry_get_attribute_value()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 823 * Fix a case where potentially sensitive information held in memory would not 2505 functions to erase sensitive data from memory. Reported by 3408 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG 3504 of sensitive data in the example programs aescrypt2 and crypt_and_hash. 4009 * Ensure that buffers are cleared after use if they contain sensitive data. 4193 * Reliably wipe sensitive data after use in the AES example applications 4899 * The following functions are now case-sensitive:
|