OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_EXPORT
(Results
1 - 23
of
23
) sorted by null
/external/libchrome/crypto/
crypto_export.h
8
// Defines
CRYPTO_EXPORT
so that functionality implemented by the crypto module
15
#define
CRYPTO_EXPORT
__declspec(dllexport)
17
#define
CRYPTO_EXPORT
__declspec(dllimport)
22
#define
CRYPTO_EXPORT
__attribute__((visibility("default")))
24
#define
CRYPTO_EXPORT
29
#define
CRYPTO_EXPORT
nss_util.h
14
#include "crypto/
crypto_export
.h"
31
CRYPTO_EXPORT
void EarlySetupForNSSInit();
36
CRYPTO_EXPORT
void EnsureNSPRInit();
41
CRYPTO_EXPORT
void EnsureNSSInit();
51
CRYPTO_EXPORT
void EnableTPMTokenForNSS();
54
CRYPTO_EXPORT
bool IsTPMTokenEnabledForNSS();
63
CRYPTO_EXPORT
bool IsTPMTokenReady(const base::Closure& callback)
71
CRYPTO_EXPORT
void InitializeTPMTokenAndSystemSlot(
78
CRYPTO_EXPORT
base::Time PRTimeToBaseTime(int64_t prtime);
82
CRYPTO_EXPORT
int64_t BaseTimeToPRTime(base::Time time)
[
all
...]
nss_util_internal.h
13
#include "crypto/
crypto_export
.h"
28
CRYPTO_EXPORT
ScopedPK11Slot OpenSoftwareNSSDB(const base::FilePath& path,
34
CRYPTO_EXPORT
PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
39
class
CRYPTO_EXPORT
AutoSECMODListReadLock {
53
CRYPTO_EXPORT
ScopedPK11Slot GetSystemNSSKeySlot(
62
CRYPTO_EXPORT
void SetSystemKeySlotForTesting(ScopedPK11Slot slot);
66
CRYPTO_EXPORT
bool InitializeNSSForChromeOSUser(
74
CRYPTO_EXPORT
bool ShouldInitializeTPMForChromeOSUser(
80
CRYPTO_EXPORT
void WillInitializeTPMForChromeOSUser(
85
CRYPTO_EXPORT
void InitializeTPMForChromeOSUser
[
all
...]
random.h
10
#include "crypto/
crypto_export
.h"
17
CRYPTO_EXPORT
void RandBytes(void *bytes, size_t length);
p224.h
14
#include "crypto/
crypto_export
.h"
26
struct
CRYPTO_EXPORT
Point {
46
void
CRYPTO_EXPORT
ScalarMult(const Point& in,
52
void
CRYPTO_EXPORT
ScalarBaseMult(const uint8_t* scalar, Point* out);
55
void
CRYPTO_EXPORT
Add(const Point& a, const Point& b, Point* out);
58
void
CRYPTO_EXPORT
Negate(const Point& a, Point* out);
nss_key_util.h
13
#include "crypto/
crypto_export
.h"
23
CRYPTO_EXPORT
bool GenerateRSAKeyPairNSS(
34
CRYPTO_EXPORT
ScopedSECKEYPrivateKey
44
CRYPTO_EXPORT
ScopedSECKEYPrivateKey
50
CRYPTO_EXPORT
ScopedSECKEYPrivateKey
openssl_bio_string.h
10
#include "crypto/
crypto_export
.h"
24
CRYPTO_EXPORT
BIO* BIO_new_string(std::string* out);
secure_util.h
10
#include "crypto/
crypto_export
.h"
24
CRYPTO_EXPORT
bool SecureMemEqual(const void* s1, const void* s2, size_t n);
sha2.h
13
#include "crypto/
crypto_export
.h"
26
CRYPTO_EXPORT
void SHA256HashString(const base::StringPiece& str,
31
CRYPTO_EXPORT
std::string SHA256HashString(const base::StringPiece& str);
scoped_test_nss_db.h
10
#include "crypto/
crypto_export
.h"
18
class
CRYPTO_EXPORT
ScopedTestNSSDB {
scoped_test_system_nss_key_slot.h
10
#include "crypto/
crypto_export
.h"
27
class
CRYPTO_EXPORT
ScopedTestSystemNSSKeySlot {
scoped_test_nss_chromeos_user.h
12
#include "crypto/
crypto_export
.h"
19
class
CRYPTO_EXPORT
ScopedTestNSSChromeOSUser {
openssl_util.h
12
#include "crypto/
crypto_export
.h"
61
void
CRYPTO_EXPORT
EnsureOpenSSLInit();
66
void
CRYPTO_EXPORT
ClearOpenSSLERRStack(
secure_hash.h
11
#include "crypto/
crypto_export
.h"
22
class
CRYPTO_EXPORT
SecureHash {
hmac.h
17
#include "crypto/
crypto_export
.h"
25
class
CRYPTO_EXPORT
HMAC {
signature_creator.h
14
#include "crypto/
crypto_export
.h"
30
class
CRYPTO_EXPORT
SignatureCreator {
ec_private_key.h
16
#include "crypto/
crypto_export
.h"
36
class
CRYPTO_EXPORT
ECPrivateKey {
p224_spake.h
37
class
CRYPTO_EXPORT
P224EncryptedKeyExchange {
signature_verifier.h
13
#include "crypto/
crypto_export
.h"
28
class
CRYPTO_EXPORT
SignatureVerifier {
symmetric_key.h
14
#include "crypto/
crypto_export
.h"
29
class
CRYPTO_EXPORT
SymmetricKey {
apple_keychain.h
12
#include "crypto/
crypto_export
.h"
30
class
CRYPTO_EXPORT
AppleKeychain {
rsa_private_key.h
16
#include "crypto/
crypto_export
.h"
169
class
CRYPTO_EXPORT
RSAPrivateKey {
/external/libchrome/crypto/third_party/nss/
chromium-nss.h
47
#include "crypto/
crypto_export
.h"
73
CRYPTO_EXPORT
SECStatus DerSignData(PLArenaPool *arena,
Completed in 915 milliseconds