TIPC_AES_GCM_SALT_SIZE
keylen = ukey->keylen - TIPC_AES_GCM_SALT_SIZE;
memcpy(&tmp->salt, ukey->key + keylen, TIPC_AES_GCM_SALT_SIZE);