Searched refs:crypt_params (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.c383 char *crypt_params; local
422 crypt_params = buffer + sizeof(struct dm_ioctl) + sizeof(struct dm_target_spec);
424 sprintf(crypt_params, "%s %s 0 %s 0", crypt_ftr->crypto_type_name,
426 crypt_params += strlen(crypt_params) + 1;
427 crypt_params = (char *) (((unsigned long)crypt_params + 7) & ~8); /* Align to an 8 byte boundary */
428 tgt->next = crypt_params - buffer;

Completed in 77 milliseconds