Home
last modified time | relevance | path

Searched defs:EllipticCurvePrivateKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/
H A Dgenerate_test_bundle.py101 def private_key_public_pem_bytes(key: ec.EllipticCurvePrivateKey) -> bytes:
109 def private_key_private_pem_bytes(key: ec.EllipticCurvePrivateKey) -> bytes:
/aosp_15_r20/external/python/bumble/bumble/
Dcrypto.py53 def __init__(self, private_key: EllipticCurvePrivateKey) -> None: