Searched refs:PKCS11_CKA_VALUE_LEN (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_attributes.c | 403 PKCS11_CKA_VALUE_LEN, 886 if (get_attribute_ptr(*temp, PKCS11_CKA_VALUE_LEN, NULL, in sanitize_symm_key_attributes() 890 return add_attribute(temp, PKCS11_CKA_VALUE_LEN, in sanitize_symm_key_attributes() 1560 rc = get_u32_attribute(secret, PKCS11_CKA_VALUE_LEN, in check_created_attrs() 2204 rc = get_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_length, &size); in set_secret_key_data() 2213 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_asymm.c | 885 rc = get_u32_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_bit_size); in do_asymm_derivation()
|
A D | processing.c | 177 rc = get_attribute_ptr(*head, PKCS11_CKA_VALUE_LEN, &data, &data_size); in generate_random_key_value()
|
/optee_os-3.20.0/ta/pkcs11/include/ |
A D | pkcs11_ta.h | 1081 PKCS11_CKA_VALUE_LEN = 0x0161, enumerator
|
Completed in 14 milliseconds