nvme_update_key
Update key raw data
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Update key raw data
long nvme_update_key (long keyring_id , const char *key_type , const char *identity , unsigned char *key_data , int key_len );
Links the keyring specified by keyring_id into the session keyring and updates the key reference by identity with key_data. The old key with identity identity will be revoked to make it inaccessible.
Key id of the new key or 0 with errno set otherwise.