Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Dec.rs21 pub const SEC1_UNCOMPRESSED_PREFIX: u8 = 0x04; constant
314 if pub_key[0] != SEC1_UNCOMPRESSED_PREFIX { in coordinates_from_pub_key()