Lines Matching refs:tee_attrs_count
296 size_t tee_attrs_count = 0; in load_tee_key() local
352 rc = load_tee_rsa_key_attrs(&tee_attrs, &tee_attrs_count, obj); in load_tee_key()
355 rc = load_tee_ec_key_attrs(&tee_attrs, &tee_attrs_count, obj); in load_tee_key()
358 rc = load_tee_eddsa_key_attrs(&tee_attrs, &tee_attrs_count, in load_tee_key()
376 tee_attrs, tee_attrs_count); in load_tee_key()
494 size_t tee_attrs_count = 0; in step_asymm_operation() local
550 TEE_InitValueAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
553 tee_attrs_count++; in step_asymm_operation()
566 TEE_InitValueAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
568 tee_attrs_count++; in step_asymm_operation()
572 TEE_InitRefAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
575 tee_attrs_count++; in step_asymm_operation()
591 TEE_InitRefAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
595 tee_attrs_count++; in step_asymm_operation()
610 TEE_InitRefAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
614 tee_attrs_count++; in step_asymm_operation()
784 tee_attrs, tee_attrs_count, in step_asymm_operation()
795 tee_attrs, tee_attrs_count, in step_asymm_operation()
807 tee_attrs_count, in step_asymm_operation()
817 tee_attrs_count, in step_asymm_operation()
843 tee_attrs, tee_attrs_count, in step_asymm_operation()
864 tee_attrs, tee_attrs_count, in step_asymm_operation()
899 tee_attrs, tee_attrs_count, in step_asymm_operation()
925 tee_attrs, tee_attrs_count, in step_asymm_operation()
978 tee_attrs_count, in step_asymm_operation()
988 tee_attrs_count, in step_asymm_operation()
1032 size_t tee_attrs_count = 0; in do_asymm_derivation() local
1062 TEE_InitRefAttribute(&tee_attrs[tee_attrs_count], in do_asymm_derivation()
1065 tee_attrs_count++; in do_asymm_derivation()
1066 TEE_InitRefAttribute(&tee_attrs[tee_attrs_count], in do_asymm_derivation()
1070 tee_attrs_count++; in do_asymm_derivation()
1078 tee_attrs_count, out_handle); in do_asymm_derivation()