Searched refs:private_key_bytes (Results 1 – 2 of 2) sorted by relevance
123 def pkcs12_key_as_pem(private_key_bytes, private_key_password): argument134 pkcs12 = crypto.load_pkcs12(private_key_bytes, private_key_password)
214 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()