OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptoModuleBlockingPasswordDelegate
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/crypto/
nss_crypto_module_delegate.h
16
//
CryptoModuleBlockingPasswordDelegate
should be passed using wincx() as the
20
class
CryptoModuleBlockingPasswordDelegate
{
22
virtual ~
CryptoModuleBlockingPasswordDelegate
() {}
41
// Extends
CryptoModuleBlockingPasswordDelegate
with the ability to return a
43
class NSSCryptoModuleDelegate : public
CryptoModuleBlockingPasswordDelegate
{
nss_util.cc
126
//
CryptoModuleBlockingPasswordDelegate
object.
128
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate =
129
reinterpret_cast<crypto::
CryptoModuleBlockingPasswordDelegate
*>(arg);
[
all
...]
Completed in 138 milliseconds