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

  /external/libchrome/crypto/
scoped_nss_types.h 34 NSSDestroyer1<PK11Context, PK11_DestroyContext, PR_TRUE>>
52 NSSDestroyer1<SECAlgorithmID, SECOID_DestroyAlgorithmID, PR_TRUE>>
55 NSSDestroyer1<SECItem, SECITEM_FreeItem, PR_TRUE>>
  /external/libchrome/base/third_party/nspr/
prtime.h 66 #define PR_TRUE 1
248 * be interpreted relative to the local time zone (PR_FALSE) or GMT (PR_TRUE).
  /external/curl/lib/vtls/
nss.c 317 cipher_state[i] = PR_TRUE;
318 found = PR_TRUE;
338 if(SSL_CipherPrefSet(model, cipherlist[i].num, PR_TRUE) != SECSuccess) {
519 SECITEM_FreeItem(crl_der, PR_TRUE);
568 SECITEM_FreeItem(crl_der, PR_TRUE);
577 SECITEM_FreeItem(crl_der, PR_TRUE);
653 SECITEM_FreeItem(crl_der, PR_TRUE);
685 status = PK11_Authenticate(slot, PR_TRUE, SSL_SET_OPTION(key_passwd));
900 *canFalseStart = PR_TRUE;
    [all...]
  /external/curl/lib/
curl_ntlm_core.c 264 PK11_DestroyContext(ctx, PR_TRUE);
268 SECITEM_FreeItem(param, PR_TRUE);
  /external/libchrome/base/time/
time.cc 321 is_local ? PR_FALSE : PR_TRUE,
  /external/curl/src/
tool_metalink.c 260 PK11_DestroyContext(ctx, PR_TRUE);
273 PK11_DestroyContext(ctx, PR_TRUE);

Completed in 6184 milliseconds