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

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

Completed in 5 milliseconds