riot_sys::bindgen

Function cose_key_set_kid

Source
pub unsafe extern "C" fn cose_key_set_kid(
    key: *mut cose_key_t,
    kid: *mut u8,
    len: size_t,
)
Expand description

Set the KID value of a key

@param key The key to set the key ID for @param kid Pointer to the key ID byte string @param len Length of the key ID