HomeSort by relevance Sort by last modified time
    Searched refs:PlatformKey (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/make/
lib_platforms.mk 21 $(call Set,PlatformKey,Platform.$(PlatformName))
22 $(call Append,PlatformKeys,$(PlatformKey))
23 $(call Set,$(PlatformKey).Name,$(PlatformName))
24 $(call Set,$(PlatformKey).Path,$(1))
56 $$(call CopyVariable,$$(var),$(PlatformKey).$$(var))))
60 $$(call CopyVariable,$$(var).$$(config),$(PlatformKey).$$(var).$$(config))))\
63 $$(call CopyVariable,$$(var).$$(arch),$(PlatformKey).$$(var).$$(arch))))\
68 $(PlatformKey).$$(var).$$(config).$$(arch))))))
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 188 ssl_FreePlatformKey(PlatformKey key)
204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
473 ssl_FreePlatformKey(PlatformKey key)
578 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
739 * should not be freed. When the PlatformKey is freed, they will be
753 ssl_FreePlatformKey(PlatformKey key)
758 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
sslimpl.h 458 typedef PCERT_KEY_CONTEXT PlatformKey;
460 typedef SecKeyRef PlatformKey;
462 typedef void *PlatformKey;
    [all...]
ssl3con.c     [all...]

Completed in 113 milliseconds