Searched refs:PKCS11_CKA_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 177 case PKCS11_CKA_ENCRYPT: in pkcs11_object_default_boolprop() 397 PKCS11_CKA_ENCRYPT, PKCS11_CKA_DECRYPT, 419 PKCS11_CKA_ENCRYPT, PKCS11_CKA_VERIFY, PKCS11_CKA_VERIFY_RECOVER, 1910 return PKCS11_CKA_ENCRYPT; in func_to_attr() 1971 if (get_bool(head, PKCS11_CKA_ENCRYPT)) { in check_parent_attrs_against_processing() 2181 case PKCS11_CKA_ENCRYPT: in attr_is_modifiable_secret_key() 2213 case PKCS11_CKA_ENCRYPT: in attr_is_modifiable_public_key()
|
| H A D | pkcs11_helpers.c | 81 PKCS11_ID_SZ(PKCS11_CKA_ENCRYPT, 1), 521 [BPA_ENCRYPT] = PKCS11_CKA_ENCRYPT, in pkcs11_attr2boolprop_shift()
|
| /optee_os/ta/pkcs11/include/ |
| H A D | pkcs11_ta.h | 1107 PKCS11_CKA_ENCRYPT = 0x0104, enumerator
|