Home
last modified time | relevance | path

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

/system/core/libmincrypt/tools/
DDumpPublicKey.java76 static int checkEC(ECPublicKey key) throws Exception { in checkEC() method in DumpPublicKey
94 return checkEC((ECPublicKey) key); in check()
172 int version = checkEC(key); in printEC()