HomeSort by relevance Sort by last modified time
    Searched full:existing_policy (Results 1 - 1 of 1) sorted by null

  /system/extras/ext4_utils/
ext4_crypt.cpp 175 char existing_policy[EXT4_KEY_DESCRIPTOR_SIZE]; local
176 if (!e4crypt_policy_get(directory, existing_policy, EXT4_KEY_DESCRIPTOR_SIZE,
180 policy_to_hex(existing_policy, existing_policy_hex);
182 if (memcmp(policy, existing_policy, EXT4_KEY_DESCRIPTOR_SIZE) != 0) {

Completed in 407 milliseconds