Searched refs:RequestSlot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/crypto/
H A Dnss_crypto_module_delegate.h48 virtual ScopedPK11Slot RequestSlot() = 0;
/external/chromium_org/net/base/
H A Dkeygen_handler_nss.cc23 slot = crypto_module_delegate_->RequestSlot().Pass();
H A Dkeygen_handler_unittest.cc41 virtual crypto::ScopedPK11Slot RequestSlot() OVERRIDE {
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_delegate_nss.h44 virtual crypto::ScopedPK11Slot RequestSlot() OVERRIDE;
69 // The slot which will be returned by RequestSlot.
H A Dcrypto_module_delegate_nss.cc42 crypto::ScopedPK11Slot ChromeNSSCryptoModuleDelegate::RequestSlot() { function in class:ChromeNSSCryptoModuleDelegate

Completed in 172 milliseconds