Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/gpac/
DHash_REF_DO.java50 public static final int SHA256_LEN = 32; 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.java152 && certificateHash.length != Hash_REF_DO.SHA256_LEN in decodeDER()