Searched refs:encryptAlias (Results 1 – 2 of 2) sorted by relevance
421 String encryptAlias = getEncryptAlias(userId, generationId); in generateAndLoadKey() local445 encryptAlias, in generateAndLoadKey()
2608 final String encryptAlias = PROFILE_KEY_NAME_ENCRYPT + targetUserId; in removeKeystoreProfileKey() local2611 if (mKeyStore.containsAlias(encryptAlias) || mKeyStore.containsAlias(decryptAlias)) { in removeKeystoreProfileKey()2613 mKeyStore.deleteEntry(encryptAlias); in removeKeystoreProfileKey()