Lines Matching refs:Private_Key

139 secure_vector<uint8_t> BER_encode(const Private_Key& key)  in BER_encode()
148 std::string PEM_encode(const Private_Key& key) in PEM_encode()
200 std::vector<uint8_t> BER_encode(const Private_Key& key, in BER_encode()
230 std::string PEM_encode(const Private_Key& key, in PEM_encode()
246 std::vector<uint8_t> BER_encode_encrypted_pbkdf_iter(const Private_Key& key, in BER_encode_encrypted_pbkdf_iter()
279 std::string PEM_encode_encrypted_pbkdf_iter(const Private_Key& key, in PEM_encode_encrypted_pbkdf_iter()
294 std::vector<uint8_t> BER_encode_encrypted_pbkdf_msec(const Private_Key& key, in BER_encode_encrypted_pbkdf_msec()
327 std::string PEM_encode_encrypted_pbkdf_msec(const Private_Key& key, in PEM_encode_encrypted_pbkdf_msec()
345 std::unique_ptr<Private_Key>
366 std::unique_ptr<Private_Key> load_key(DataSource& source, in load_key()
375 std::unique_ptr<Private_Key> load_key(DataSource& source, in load_key()
386 std::unique_ptr<Private_Key> load_key(DataSource& source) in load_key()
398 std::unique_ptr<Private_Key> copy_key(const Private_Key& key) in copy_key()
407 Private_Key* load_key(DataSource& source, in load_key()
418 Private_Key* load_key(DataSource& source, in load_key()
429 Private_Key* load_key(DataSource& source, in load_key()
441 Private_Key* load_key(const std::string& fsname, in load_key()
453 Private_Key* load_key(const std::string& fsname, in load_key()
467 Private_Key* load_key(const std::string& fsname, in load_key()
479 Private_Key* copy_key(const Private_Key& key, in copy_key()