Searched refs:PKCS11_CKA_VALUE (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_ec.c | 388 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 D | pkcs11_attributes.c | 342 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 D | processing_digest.c | 177 rc = get_attribute_ptr(obj->attributes, PKCS11_CKA_VALUE, in step_digest_operation()
|
A D | processing_symm.c | 290 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 D | processing.c | 139 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 D | processing_asymm.c | 882 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 D | pkcs11_helpers.c | 38 PKCS11_ID_SZ(PKCS11_CKA_VALUE, 0),
|
/optee_os-3.20.0/ta/pkcs11/include/ |
A D | pkcs11_ta.h | 1034 PKCS11_CKA_VALUE = 0x0011, enumerator
|
Completed in 19 milliseconds