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

  /external/libchrome/crypto/third_party/nss/
chromium-nss.h 67 PRBool permanent,
68 PRBool sensitive,
chromium-prtypes.h 73 typedef int PRBool;
chromium-blapi.h 50 extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit);
68 extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit);
86 extern void SHA384_DestroyContext(SHA384Context *cx, PRBool freeit);
pk11akey.cc 54 PRBool permanent,
55 PRBool sensitive,
sha512.cc 167 SHA256_DestroyContext(SHA256Context *ctx, PRBool freeit)
693 SHA512_DestroyContext(SHA512Context *ctx, PRBool freeit)
1214 SHA384_DestroyContext(SHA384Context *ctx, PRBool freeit)
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.h 65 typedef PRIntn PRBool;
249 PRBool default_to_gmt,
prtime.cc 527 PRBool default_to_gmt,
    [all...]
  /external/libchrome/crypto/
scoped_nss_types.h 24 template <typename Type, void (*Destroyer)(Type*, PRBool), PRBool freeit>
nss_util.cc 127 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) {
    [all...]
  /external/curl/lib/vtls/
nss.c 210 PRBool cipher_state[NUM_OF_CIPHERS];
211 PRBool found;
410 const char *filename, PRBool cacert)
630 static char * nss_get_password(PK11SlotInfo * slot, PRBool retry, void *arg)
642 static SECStatus nss_auth_cert_hook(void *arg, PRFileDesc *fd, PRBool checksig,
643 PRBool isServer)
730 PRBool *canFalseStart)
739 PRBool negotiatedExtension;
    [all...]

Completed in 247 milliseconds