Home
last modified time | relevance | path

Searched refs:set_attribute (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dattributes.h171 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute,
A Dattributes.c195 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute, in set_attribute() function
223 rc = set_attribute(dst, cli_head.id, in modify_attributes_list()
A Dpkcs11_attributes.c688 rc = set_attribute(out, PKCS11_CKA_CERTIFICATE_CATEGORY, in create_certificate_attributes()
707 rc = set_attribute(out, PKCS11_CKA_NAME_HASH_ALGORITHM, in create_certificate_attributes()
1196 rc = set_attribute(&attrs, in create_attributes_from_template()
2213 rc = set_attribute(head, PKCS11_CKA_VALUE_LEN, &key_length, in set_secret_key_data()
2573 return set_attribute(priv_head, PKCS11_CKA_ID, id1, id1_size); in add_missing_attribute_id()
2575 return set_attribute(pub_head, PKCS11_CKA_ID, id2, id2_size); in add_missing_attribute_id()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c1180 static void set_attribute(struct tee_obj *o, in set_attribute() function
2095 set_attribute(o, type_props, TEE_ATTR_DH_PUBLIC_VALUE); in tee_svc_obj_generate_key_dh()
2097 set_attribute(o, type_props, TEE_ATTR_DH_X_BITS); in tee_svc_obj_generate_key_dh()
2124 set_attribute(o, type_props, TEE_ATTR_ECC_CURVE); in tee_svc_obj_generate_key_ecc()
3442 set_attribute(so, type_props, 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()
[all …]

Completed in 15 milliseconds