Searched refs:toKeymaster (Results 1 – 2 of 2) sorted by relevance
77 public static int toKeymaster(@PurposeEnum int purpose) { in toKeymaster() method in KeyProperties.Purpose111 result[i] = toKeymaster(result[i]); in allToKeymaster()296 public static int toKeymaster(@NonNull @BlockModeEnum String blockMode) { in toKeymaster() method in KeyProperties.BlockMode347 result[i] = toKeymaster(blockModes[i]); in allToKeymaster()391 public static int toKeymaster(@NonNull @EncryptionPaddingEnum String padding) { in toKeymaster() method in KeyProperties.EncryptionPadding430 result[i] = toKeymaster(paddings[i]); in allToKeymaster()459 static int toKeymaster(@NonNull @SignaturePaddingEnum String padding) { in toKeymaster() method in KeyProperties.SignaturePadding490 result[i] = toKeymaster(paddings[i]); in allToKeymaster()552 public static int toKeymaster(@NonNull @DigestEnum String digest) { in toKeymaster() method in KeyProperties.Digest639 result[offset] = toKeymaster(digest); in allToKeymaster()
199 keymasterDigest = KeyProperties.Digest.toKeymaster(jcaDigest); in initAlgorithmSpecificParameters()