Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_XDH (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java198 KEY_ALGORITHM_XDH,
217 public static final String KEY_ALGORITHM_XDH = "XDH"; field in KeyProperties
255 || KEY_ALGORITHM_XDH.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()