Searched refs:platformClientKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c2617 /* If NSS_PLATFORM_CLIENT_AUTH is defined and a platformClientKey is being
6284 if (ss->ssl3.platformClientKey) {
6289 &hashes, ss->ssl3.platformClientKey, &buf, isTLS, keyType);
6290 ssl_FreePlatformKey(ss->ssl3.platformClientKey);
6291 ss->ssl3.platformClientKey = (PlatformKey)NULL;
6393 if (ss->ssl3.platformClientKey) {
6394 ssl_FreePlatformKey(ss->ssl3.platformClientKey);
6395 ss->ssl3.platformClientKey = (PlatformKey)NULL;
7074 if (ss->ssl3.platformClientKey->dwKeySpec != CERT_NCRYPT_KEY_SPEC) {
7200 PORT_Assert(ss->ssl3.platformClientKey
[all...]
H A Dsslimpl.h1003 /* platformClientKey is present even when NSS_PLATFORM_CLIENT_AUTH is not
1005 * At most one of clientPrivateKey and platformClientKey may be set. */
1006 PlatformKey platformClientKey; /* used by client */ member in struct:ssl3StateStr

Completed in 190 milliseconds