Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dsign_encrypt.py455 def int_to_bytes(x: int) -> bytes: function
458 n_bytes = int_to_bytes(subkey_pkey.public_numbers().n)
459 e_bytes = int_to_bytes(subkey_pkey.public_numbers().e)