HomeSort by relevance Sort by last modified time
    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"
29 CRYPTO_EXPORT void EarlySetupForNSSInit();
34 CRYPTO_EXPORT void EnsureNSPRInit();
45 CRYPTO_EXPORT void InitNSSSafely();
50 CRYPTO_EXPORT void EnsureNSSInit();
67 CRYPTO_EXPORT void ForceNSSNoDBInit();
78 CRYPTO_EXPORT void DisableNSSForkCheck();
87 CRYPTO_EXPORT void LoadNSSLibraries();
97 CRYPTO_EXPORT void EnableTPMTokenForNSS();
100 CRYPTO_EXPORT bool IsTPMTokenEnabledForNSS()
    [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"
34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
39 class CRYPTO_EXPORT AutoSECMODListReadLock {
53 CRYPTO_EXPORT ScopedPK11Slot GetSystemNSSKeySlot(
66 CRYPTO_EXPORT bool InitializeNSSForChromeOSUser(
74 CRYPTO_EXPORT bool ShouldInitializeTPMForChromeOSUser(
80 CRYPTO_EXPORT void WillInitializeTPMForChromeOSUser(
85 CRYPTO_EXPORT void InitializeTPMForChromeOSUser(
91 CRYPTO_EXPORT void InitializePrivateSoftwareSlotForChromeOSUser(
95 CRYPTO_EXPORT ScopedPK11Slot GetPublicSlotForChromeOSUser
    [all...]
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);
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 {
openssl_util.h 10 #include "crypto/crypto_export.h"
59 void CRYPTO_EXPORT EnsureOpenSSLInit();
64 void CRYPTO_EXPORT ClearOpenSSLERRStack(
secure_hash.h 9 #include "crypto/crypto_export.h"
18 class CRYPTO_EXPORT SecureHash {
encryptor.h 14 #include "crypto/crypto_export.h"
25 class CRYPTO_EXPORT Encryptor {
34 class CRYPTO_EXPORT Counter {
hkdf.h 12 #include "crypto/crypto_export.h"
19 class CRYPTO_EXPORT HKDF {
hmac.h 15 #include "crypto/crypto_export.h"
23 class CRYPTO_EXPORT HMAC {
signature_creator.h 12 #include "crypto/crypto_export.h"
28 class CRYPTO_EXPORT SignatureCreator {
p224_spake.h 34 class CRYPTO_EXPORT P224EncryptedKeyExchange {
signature_verifier.h 12 #include "crypto/crypto_export.h"
27 class CRYPTO_EXPORT SignatureVerifier {
symmetric_key.h 11 #include "crypto/crypto_export.h"
26 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 286 milliseconds

1 2