Searched refs:PKCS11_CKA_VALUE_LEN (Results 1 – 4 of 4) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | pkcs11_attributes.c | 402 PKCS11_CKA_VALUE_LEN, 872 if (get_attribute_ptr(*temp, PKCS11_CKA_VALUE_LEN, NULL, in sanitize_symm_key_attributes() 876 return add_attribute(temp, PKCS11_CKA_VALUE_LEN, in sanitize_symm_key_attributes() 1524 rc = get_u32_attribute(secret, PKCS11_CKA_VALUE_LEN, in check_created_attrs() 2148 rc = get_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_length, &size); in set_secret_key_data() 2157 rc = set_attribute(head, PKCS11_CKA_VALUE_LEN, &key_length, in set_secret_key_data()
|
A D | pkcs11_helpers.c | 39 PKCS11_ID_SZ(PKCS11_CKA_VALUE_LEN, 4),
|
A D | processing.c | 171 rc = get_attribute_ptr(*head, PKCS11_CKA_VALUE_LEN, &data, &data_size); in generate_random_key_value()
|
/optee_os/ta/pkcs11/include/ |
A D | pkcs11_ta.h | 1081 PKCS11_CKA_VALUE_LEN = 0x0161, enumerator
|
Completed in 12 milliseconds