Searched defs:encrypted_private_key_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/crypto/
H A Dec_private_key_openssl.cc33 const std::vector<uint8>& encrypted_private_key_info,
42 const std::vector<uint8>& encrypted_private_key_info,
31 CreateFromEncryptedPrivateKeyInfo( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
40 CreateSensitiveFromEncryptedPrivateKeyInfo( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
H A Dec_private_key_nss.cc111 const std::vector<uint8>& encrypted_private_key_info,
115 encrypted_private_key_info,
124 const std::vector<uint8>& encrypted_private_key_info,
129 encrypted_private_key_info,
144 const uint8* encrypted_private_key_info,
164 const_cast<unsigned char*>(encrypted_private_key_info),
327 const std::vector<uint8>& encrypted_private_key_info,
349 &encrypted_private_key_info[0],
350 encrypted_private_key_info.size(),
109 CreateFromEncryptedPrivateKeyInfo( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
122 CreateSensitiveFromEncryptedPrivateKeyInfo( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
142 ImportFromEncryptedPrivateKeyInfo( const std::string& password, const uint8* encrypted_private_key_info, size_t encrypted_private_key_info_len, CERTSubjectPublicKeyInfo* decoded_spki, bool permanent, bool sensitive, SECKEYPrivateKey** key, SECKEYPublicKey** public_key) argument
325 CreateFromEncryptedPrivateKeyInfoWithParams( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info, bool permanent, bool sensitive) argument

Completed in 132 milliseconds