OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_EXPORT
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/crypto/
nss_util.h
12
#include "crypto/
crypto_export
.h"
26
CRYPTO_EXPORT
extern const char kTestTPMTokenName[];
32
CRYPTO_EXPORT
void EarlySetupForNSSInit();
37
CRYPTO_EXPORT
void EnsureNSPRInit();
48
CRYPTO_EXPORT
void InitNSSSafely();
53
CRYPTO_EXPORT
void EnsureNSSInit();
70
CRYPTO_EXPORT
void ForceNSSNoDBInit();
81
CRYPTO_EXPORT
void DisableNSSForkCheck();
90
CRYPTO_EXPORT
void LoadNSSLibraries();
100
CRYPTO_EXPORT
void OpenPersistentNSSDB()
[
all
...]
crypto_export.h
8
// Defines
CRYPTO_EXPORT
so that functionality implemented by the crypto module
16
#define
CRYPTO_EXPORT
__declspec(dllexport)
19
#define
CRYPTO_EXPORT
__declspec(dllimport)
25
#define
CRYPTO_EXPORT
__attribute__((visibility("default")))
28
#define
CRYPTO_EXPORT
34
#define
CRYPTO_EXPORT
cssm_init.h
11
#include "crypto/
crypto_export
.h"
18
CRYPTO_EXPORT
void EnsureCSSMInit();
21
CRYPTO_EXPORT
CSSM_CSP_HANDLE GetSharedCSPHandle();
24
CRYPTO_EXPORT
CSSM_CL_HANDLE GetSharedCLHandle();
27
CRYPTO_EXPORT
CSSM_TP_HANDLE GetSharedTPHandle();
33
CRYPTO_EXPORT
void LogCSSMError(const char *function_name, CSSM_RETURN err);
37
CRYPTO_EXPORT
void CSSMFree(void* ptr);
mac_security_services_lock.h
8
#include "crypto/
crypto_export
.h"
21
CRYPTO_EXPORT
base::Lock& GetMacSecurityServicesLock();
random.h
10
#include "crypto/
crypto_export
.h"
17
CRYPTO_EXPORT
void RandBytes(void *bytes, size_t length);
capi_util.h
11
#include "crypto/
crypto_export
.h"
25
CRYPTO_EXPORT
BOOL CryptAcquireContextLocked(HCRYPTPROV* prov,
34
CRYPTO_EXPORT
void* WINAPI CryptAlloc(size_t size);
35
CRYPTO_EXPORT
void WINAPI CryptFree(void* p);
p224.h
12
#include "crypto/
crypto_export
.h"
24
struct
CRYPTO_EXPORT
Point {
44
void
CRYPTO_EXPORT
ScalarMult(const Point& in, const uint8* scalar, Point* out);
48
void
CRYPTO_EXPORT
ScalarBaseMult(const uint8* scalar, Point* out);
51
void
CRYPTO_EXPORT
Add(const Point& a, const Point& b, Point* out);
54
void
CRYPTO_EXPORT
Negate(const Point& a, Point* out);
nss_util_internal.h
12
#include "crypto/
crypto_export
.h"
27
CRYPTO_EXPORT
PK11SlotInfo* GetPublicNSSKeySlot() WARN_UNUSED_RESULT;
34
CRYPTO_EXPORT
PK11SlotInfo* GetPrivateNSSKeySlot() WARN_UNUSED_RESULT;
51
CRYPTO_EXPORT
bool InitializeNSSForChromeOSUser(
59
CRYPTO_EXPORT
void InitializeTPMForChromeOSUser(
65
CRYPTO_EXPORT
void InitializePrivateSoftwareSlotForChromeOSUser(
69
CRYPTO_EXPORT
ScopedPK11Slot GetPublicSlotForChromeOSUser(
75
CRYPTO_EXPORT
ScopedPK11Slot GetPrivateSlotForChromeOSUser(
secure_util.h
10
#include "crypto/
crypto_export
.h"
24
CRYPTO_EXPORT
bool SecureMemEqual(const void* s1, const void* s2, size_t n);
curve25519.h
9
#include "crypto/
crypto_export
.h"
33
CRYPTO_EXPORT
void ScalarMult(const uint8* private_key,
42
CRYPTO_EXPORT
void ScalarBaseMult(const uint8* private_key, uint8* public_key);
sha2.h
11
#include "crypto/
crypto_export
.h"
24
CRYPTO_EXPORT
void SHA256HashString(const base::StringPiece& str,
29
CRYPTO_EXPORT
std::string SHA256HashString(const base::StringPiece& str);
ec_signature_creator.h
12
#include "crypto/
crypto_export
.h"
19
class
CRYPTO_EXPORT
ECSignatureCreatorFactory {
29
class
CRYPTO_EXPORT
ECSignatureCreator {
secure_hash.h
9
#include "crypto/
crypto_export
.h"
18
class
CRYPTO_EXPORT
SecureHash {
openpgp_symmetric_encryption.h
11
#include "crypto/
crypto_export
.h"
22
class
CRYPTO_EXPORT
OpenPGPSymmetricEncrytion {
hkdf.h
14
#include "crypto/
crypto_export
.h"
21
class
CRYPTO_EXPORT
HKDF {
signature_creator.h
13
#include "crypto/
crypto_export
.h"
29
class
CRYPTO_EXPORT
SignatureCreator {
encryptor.h
14
#include "crypto/
crypto_export
.h"
24
class
CRYPTO_EXPORT
Encryptor {
33
class
CRYPTO_EXPORT
Counter {
openssl_util.h
10
#include "crypto/
crypto_export
.h"
88
void
CRYPTO_EXPORT
EnsureOpenSSLInit();
93
void
CRYPTO_EXPORT
ClearOpenSSLERRStack(
hmac.h
15
#include "crypto/
crypto_export
.h"
23
class
CRYPTO_EXPORT
HMAC {
p224_spake.h
34
class
CRYPTO_EXPORT
P224EncryptedKeyExchange {
signature_verifier.h
13
#include "crypto/
crypto_export
.h"
28
class
CRYPTO_EXPORT
SignatureVerifier {
symmetric_key.h
11
#include "crypto/
crypto_export
.h"
25
class
CRYPTO_EXPORT
SymmetricKey {
apple_keychain.h
11
#include "crypto/
crypto_export
.h"
29
class
CRYPTO_EXPORT
AppleKeychain {
ec_private_key.h
13
#include "crypto/
crypto_export
.h"
33
class
CRYPTO_EXPORT
ECPrivateKey {
/external/chromium_org/crypto/third_party/nss/
chromium-nss.h
47
#include "crypto/
crypto_export
.h"
73
CRYPTO_EXPORT
SECStatus DerSignData(PLArenaPool *arena,
Completed in 448 milliseconds
1
2