nvme_update_key - Man Page

Update key raw data

Synopsis

long nvme_update_key (long keyring_id , const char *key_type , const char *identity , unsigned char *key_data , int key_len );

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.

Return

Key id of the new key or 0 with errno set otherwise.

Info

August 2024 libnvme API manual