nvme_update_key - Update key raw data
Contents
Arguments
keyring_id Id of the keyring holding key_id
key_type Type of the key to insert
identity Key identity string
key_data Raw data of the key
key_len Length of key_data
Description
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.
Name
nvme_update_key - Update key raw data
Return
Key id of the new key or 0 with errno set otherwise.
May 2025 nvme_update_key nvme_update_key(2)
Synopsis
longnvme_update_key(longkeyring_id,constchar*key_type,constchar*identity,unsignedchar*key_data,intkey_len);
