Home
last modified time | relevance | path

Searched refs:TEE_USER_MEM_HINT_NO_FILL_ZERO (Results 1 – 12 of 12) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_internal_api_extensions.h19 #define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c46 TEE_USER_MEM_HINT_NO_FILL_ZERO); in pkcs2tee_proc_params_rsa_pss()
239 TEE_USER_MEM_HINT_NO_FILL_ZERO); in pkcs2tee_proc_params_rsa_oaep()
300 TEE_USER_MEM_HINT_NO_FILL_ZERO); in pkcs2tee_proc_params_rsa_aes_wrap()
547 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_rsa_key_attrs()
567 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_rsa_key_attrs()
822 proc->extra_ctx = TEE_Malloc(key_size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in pkcs2tee_rsa_nopad_context()
H A Dprocessing_ec.c353 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_ec_key_attrs()
378 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_ec_key_attrs()
675 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_eddsa_key_attrs()
691 TEE_USER_MEM_HINT_NO_FILL_ZERO); in load_tee_eddsa_key_attrs()
832 TEE_USER_MEM_HINT_NO_FILL_ZERO); in pkcs2tee_proc_params_eddsa()
H A Dpersistent_token.c315 TEE_USER_MEM_HINT_NO_FILL_ZERO); in create_object_uuid()
373 TEE_USER_MEM_HINT_NO_FILL_ZERO); in unregister_persistent_object()
638 TEE_USER_MEM_HINT_NO_FILL_ZERO); in init_persistent_db()
H A Dprocessing_asymm.c542 TEE_USER_MEM_HINT_NO_FILL_ZERO); in step_asymm_operation()
559 TEE_USER_MEM_HINT_NO_FILL_ZERO); in step_asymm_operation()
585 TEE_USER_MEM_HINT_NO_FILL_ZERO); in step_asymm_operation()
604 TEE_USER_MEM_HINT_NO_FILL_ZERO); in step_asymm_operation()
H A Dtoken_capabilities.c318 TEE_USER_MEM_HINT_NO_FILL_ZERO); in tee_malloc_mechanism_list()
H A Dprocessing.c198 value = TEE_Malloc(value_len, TEE_USER_MEM_HINT_NO_FILL_ZERO); in generate_random_key_value()
358 ptr = TEE_Malloc(sz, TEE_USER_MEM_HINT_NO_FILL_ZERO); in alloc_get_tee_attribute_data()
H A Dpkcs11_attributes.c2562 buffer = TEE_Malloc(buffer_size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in set_private_key_data_rsa()
2679 buffer = TEE_Malloc(*sz, TEE_USER_MEM_HINT_NO_FILL_ZERO); in alloc_copy_attribute_value()
2763 buffer = TEE_Malloc(der_size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in encode_rsa_private_key_der()
/optee_os/lib/libutee/
H A Dtee_api_property.c218 tmp_buf = TEE_Malloc(tmp_len, TEE_USER_MEM_HINT_NO_FILL_ZERO); in TEE_GetPropertyAsString()
492 TEE_USER_MEM_HINT_NO_FILL_ZERO); in TEE_AllocatePropertyEnumerator()
H A Duser_ta_entry.c246 TEE_USER_MEM_HINT_NO_FILL_ZERO); in ta_header_add_session()
H A Dtee_api.c730 case TEE_USER_MEM_HINT_NO_FILL_ZERO: in TEE_Malloc()
H A Dtee_api_operations.c343 TEE_USER_MEM_HINT_NO_FILL_ZERO); in TEE_AllocateOperation()