Home
last modified time | relevance | path

Searched refs:set_private_key (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs90 pub fn set_private_key(self, priv_key: BigNum) -> Result<Dh<Private>, ErrorStack> { in set_private_key() functions
393 .set_private_key(key1.private_key().to_owned().unwrap()) in test_dh_stored_restored()
/third_party/openssl/test/
H A Dec_internal_test.c315 static int set_private_key(void) in set_private_key() function
503 ADD_TEST(set_private_key); in setup_tests()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs833 acceptor.set_private_key(&key).unwrap(); in test_mozilla_server()
1524 ssl.set_private_key(pkey.as_ref()).unwrap(); in set_ssl_certificate_key_related_api()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1048 pub fn set_private_key<T>(&mut self, key: &PKeyRef<T>) -> Result<(), ErrorStack> in set_private_key() functions
3233 pub fn set_private_key(&mut self, pkey: &PKeyRef<Private>) -> Result<(), ErrorStack> { in set_private_key() functions

Completed in 9 milliseconds