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

/system/extras/ext4_utils/
H A Dext4_crypt.cpp170 char existing_policy[EXT4_KEY_DESCRIPTOR_SIZE]; local
171 if (!e4crypt_policy_get(directory, existing_policy, EXT4_KEY_DESCRIPTOR_SIZE)) return false;
174 policy_to_hex(existing_policy, existing_policy_hex);
176 if (memcmp(policy, existing_policy, EXT4_KEY_DESCRIPTOR_SIZE) != 0) {

Completed in 86 milliseconds