Home
last modified time | relevance | path

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

/external/avb/
Davbtool.py347 MODULUS_PREFIX = b'modulus=' variable in RSAPublicKey
385 if not pout.lower().startswith(self.MODULUS_PREFIX):
388 modulus_hexstr = pout[len(self.MODULUS_PREFIX):]
Davbtool347 MODULUS_PREFIX = b'modulus=' variable in RSAPublicKey
385 if not pout.lower().startswith(self.MODULUS_PREFIX):
388 modulus_hexstr = pout[len(self.MODULUS_PREFIX):]