Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_VALUE (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_ec.c388 obj, PKCS11_CKA_VALUE)) in load_tee_ec_key_attrs()
482 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in tee2pkcs_ec_attributes()
589 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_ec_keys()
680 obj, PKCS11_CKA_VALUE)) in load_tee_eddsa_key_attrs()
723 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_eddsa_keys()
766 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in generate_eddsa_keys()
A Dpkcs11_attributes.c342 PKCS11_CKA_OBJECT_ID, PKCS11_CKA_APPLICATION, PKCS11_CKA_VALUE,
368 PKCS11_CKA_VALUE, PKCS11_CKA_URL,
399 PKCS11_CKA_DERIVE_TEMPLATE, PKCS11_CKA_VALUE,
471 PKCS11_CKA_VALUE,
476 PKCS11_CKA_VALUE,
869 rc = get_attribute_ptr(*temp, PKCS11_CKA_VALUE, NULL, &a_size); in sanitize_symm_key_attributes()
1884 case PKCS11_CKA_VALUE: in attribute_is_exportable()
2225 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in set_secret_key_data()
2229 return add_attribute(head, PKCS11_CKA_VALUE, data, key_length); in set_secret_key_data()
2401 rc = get_attribute_ptr(head, PKCS11_CKA_VALUE, &value, sz); in alloc_copy_attribute_value()
A Dprocessing_digest.c177 rc = get_attribute_ptr(obj->attributes, PKCS11_CKA_VALUE, in step_digest_operation()
A Dprocessing_symm.c290 PKCS11_CKA_VALUE, algo, hash_ptr, in hash_secret_helper()
369 PKCS11_CKA_VALUE)) { in load_tee_key()
382 obj, PKCS11_CKA_VALUE)) { in load_tee_key()
A Dprocessing.c139 if (get_attribute_ptr(attrs, PKCS11_CKA_VALUE, NULL, &a_size)) in get_object_key_bit_size()
187 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in generate_random_key_value()
197 rc = add_attribute(head, PKCS11_CKA_VALUE, value, value_len); in generate_random_key_value()
A Dprocessing_asymm.c882 if (remove_empty_attribute(head, PKCS11_CKA_VALUE)) in do_asymm_derivation()
931 rc = add_attribute(head, PKCS11_CKA_VALUE, a_ptr, in do_asymm_derivation()
A Dpkcs11_helpers.c38 PKCS11_ID_SZ(PKCS11_CKA_VALUE, 0),
/optee_os-3.20.0/ta/pkcs11/include/
A Dpkcs11_ta.h1034 PKCS11_CKA_VALUE = 0x0011, enumerator

Completed in 19 milliseconds