Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/gpac/
DHash_REF_DO.java49 public static final int SHA1_LEN = 20; field in Hash_REF_DO
115 if (length != 0 && length != SHA1_LEN && length != SHA256_LEN) { in interpret()
143 if (mHash.length != SHA1_LEN && mHash.length != SHA256_LEN && mHash.length != 0) { in build()
144 throw new DO_Exception("Hash value must be " + SHA1_LEN + " or " + SHA256_LEN in build()
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEFACConditions.java151 if (certificateHash.length != Hash_REF_DO.SHA1_LEN in decodeDER()