Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
D_openssl_crypt.py123 def pkcs12_key_as_pem(private_key_bytes, private_key_password): argument
134 pkcs12 = crypto.load_pkcs12(private_key_bytes, private_key_password)
/external/rust/crates/ring/src/ec/
Dsuite_b.rs214 private_key_bytes: untrusted::Input, in key_pair_from_bytes()
218 let seed = ec::Seed::from_bytes(curve, private_key_bytes, cpu_features) in key_pair_from_bytes()