Searched refs:cryptParams (Results 1 – 1 of 1) sorted by relevance
233 char *cryptParams = buffer + sizeof(struct dm_ioctl) + sizeof(struct dm_target_spec); in create() local234 snprintf(cryptParams, in create()237 cryptParams += strlen(cryptParams) + 1; in create()238 cryptParams = (char *) _align(cryptParams, 8); in create()239 tgt->next = cryptParams - buffer; in create()