Searched refs:cryptParams (Results 1 - 1 of 1) sorted by path

/system/vold/
H A DDevmapper.cpp233 char *cryptParams = buffer + sizeof(struct dm_ioctl) + sizeof(struct dm_target_spec); local
234 snprintf(cryptParams,
237 cryptParams += strlen(cryptParams) + 1;
238 cryptParams = (char *) _align(cryptParams, 8);
239 tgt->next = cryptParams - buffer;

Completed in 4 milliseconds