Home
last modified time | relevance | path

Searched refs:PlatformKey (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/make/
Dlib_platforms.mk21 $(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/
Dsslplatf.c188 ssl_FreePlatformKey(PlatformKey key) in ssl_FreePlatformKey()
204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_CngPlatformSignHashes()
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_CAPIPlatformSignHashes()
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
473 ssl_FreePlatformKey(PlatformKey key) in ssl_FreePlatformKey()
554 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
719 ssl_FreePlatformKey(PlatformKey key) in ssl_FreePlatformKey()
724 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
Dsslimpl.h456 typedef PCERT_KEY_CONTEXT PlatformKey; typedef
458 typedef SecKeyRef PlatformKey; typedef
460 typedef void *PlatformKey; typedef
974 PlatformKey platformClientKey; /* used by client */
1910 extern void ssl_FreePlatformKey(PlatformKey key);
1914 PlatformKey key, SECItem *buf,
Dssl3con.c6236 ss->ssl3.platformClientKey = (PlatformKey)NULL; in ssl3_SendCertificateVerify()
6340 ss->ssl3.platformClientKey = (PlatformKey)NULL; in ssl3_HandleServerHello()
7139 PORT_Assert(ss->ssl3.platformClientKey == (PlatformKey)NULL); in ssl3_HandleCertificateRequest()
7259 ss->ssl3.platformClientKey = (PlatformKey)NULL; in ssl3_HandleCertificateRequest()
7282 ss->ssl3.platformClientKey = (PlatformKey)NULL; in ssl3_HandleCertificateRequest()
/external/chromium_org/net/third_party/nss/patches/
Dclientauth.patch30 + ss->ssl3.platformClientKey = (PlatformKey)NULL;
75 + ss->ssl3.platformClientKey = (PlatformKey)NULL;
96 + PORT_Assert(ss->ssl3.platformClientKey == (PlatformKey)NULL);
139 + ss->ssl3.platformClientKey = (PlatformKey)NULL;
162 + ss->ssl3.platformClientKey = (PlatformKey)NULL;
333 +typedef PCERT_KEY_CONTEXT PlatformKey;
335 +typedef SecKeyRef PlatformKey;
337 +typedef void *PlatformKey;
350 + PlatformKey platformClientKey; /* used by client */
381 +extern void ssl_FreePlatformKey(PlatformKey key);
[all …]
Daesgcm.patch108 typedef PCERT_KEY_CONTEXT PlatformKey;