Searched refs:keyExist (Results 1 – 1 of 1) sorted by relevance
73 int32_t keyExist = HksKeyExist(keyAlias, genParamSet); in GetKeyByAlias() local74 if (keyExist == HKS_ERROR_NOT_EXIST) { in GetKeyByAlias()82 } else if (keyExist != HKS_SUCCESS) { in GetKeyByAlias()84 return keyExist; in GetKeyByAlias()86 return keyExist; in GetKeyByAlias()271 if (keyExist == HKS_ERROR_NOT_EXIST) { in ImportKey()281 } else if (keyExist == HKS_SUCCESS) { in ImportKey()286 return keyExist; in ImportKey()303 if (keyExist == HKS_SUCCESS) { in DeleteKey()309 } else if (keyExist == HKS_ERROR_NOT_EXIST) { in DeleteKey()[all …]