Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c388 obj, PKCS11_CKA_VALUE)) in load_tee_ec_key_attrs()
497 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in tee2pkcs_ec_attributes()
606 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_ec_keys()
697 obj, PKCS11_CKA_VALUE)) in load_tee_eddsa_key_attrs()
740 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_eddsa_keys()
783 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in generate_eddsa_keys()
H A Dpkcs11_attributes.c345 PKCS11_CKA_OBJECT_ID, PKCS11_CKA_APPLICATION, PKCS11_CKA_VALUE,
375 PKCS11_CKA_VALUE, PKCS11_CKA_URL,
406 PKCS11_CKA_DERIVE_TEMPLATE, PKCS11_CKA_VALUE,
482 PKCS11_CKA_VALUE,
487 PKCS11_CKA_VALUE,
991 if (get_attribute_ptr(temp, PKCS11_CKA_VALUE, in create_ec_priv_key_hidden_attributes()
1118 rc = get_attribute_ptr(*temp, PKCS11_CKA_VALUE, NULL, &a_size); in sanitize_symm_key_attributes()
2143 case PKCS11_CKA_VALUE: in attribute_is_exportable()
2489 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in set_secret_key_data()
2493 rc = add_attribute(head, PKCS11_CKA_VALUE, data, key_length); in set_secret_key_data()
[all …]
H A Dprocessing_digest.c177 rc = get_attribute_ptr(obj->attributes, PKCS11_CKA_VALUE, in step_digest_operation()
H A Dprocessing_symm.c307 PKCS11_CKA_VALUE, algo, hash_ptr, in hash_secret_helper()
386 PKCS11_CKA_VALUE)) { in load_tee_key()
399 obj, PKCS11_CKA_VALUE)) { in load_tee_key()
H A Dprocessing.c146 if (get_attribute_ptr(attrs, PKCS11_CKA_VALUE, NULL, &a_size)) in get_object_key_bit_size()
194 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in generate_random_key_value()
204 rc = add_attribute(head, PKCS11_CKA_VALUE, value, value_len); in generate_random_key_value()
H A Dprocessing_asymm.c1039 if (remove_empty_attribute(head, PKCS11_CKA_VALUE)) in do_asymm_derivation()
1088 rc = add_attribute(head, PKCS11_CKA_VALUE, a_ptr, in do_asymm_derivation()
H A Dpkcs11_helpers.c38 PKCS11_ID_SZ(PKCS11_CKA_VALUE, 0),
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1087 PKCS11_CKA_VALUE = 0x0011, enumerator