Searched refs:TEE_ATTR_SECRET_VALUE (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_symm.c | 289 rc = pkcs2tee_load_hashed_attr(tee_attr, TEE_ATTR_SECRET_VALUE, obj, in hash_secret_helper() 367 TEE_ATTR_SECRET_VALUE, in load_tee_key() 381 if (!pkcs2tee_load_attr(&tee_attr, TEE_ATTR_SECRET_VALUE, in load_tee_key()
|
A D | processing_asymm.c | 923 rc = alloc_get_tee_attribute_data(out_handle, TEE_ATTR_SECRET_VALUE, in do_asymm_derivation()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_api_defines.h | 335 #define TEE_ATTR_SECRET_VALUE 0xC0000000 macro
|
/optee_os-3.20.0/ta/trusted_keys/ |
A D | entry.c | 172 attr.attributeID = TEE_ATTR_SECRET_VALUE; in huk_crypt()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 105 .attr_id = TEE_ATTR_SECRET_VALUE, 3443 TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3506 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3537 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3566 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3595 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3629 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key() 3666 set_attribute(so, type_props, TEE_ATTR_SECRET_VALUE); in syscall_cryp_derive_key()
|
Completed in 16 milliseconds