Home
last modified time | relevance | path

Searched refs:SSLDestroy (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h556 typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit); typedef
585 SSLDestroy destroy;
591 SSLDestroy destroyCompressContext;
593 SSLDestroy destroyDecompressContext;
Dssl3con.c1665 pwSpec->destroy = (SSLDestroy) RC4_DestroyContext; in ssl3_InitPendingContextsBypass()
1673 pwSpec->destroy = (SSLDestroy) RC2_DestroyContext; in ssl3_InitPendingContextsBypass()
1681 pwSpec->destroy = (SSLDestroy) DES_DestroyContext; in ssl3_InitPendingContextsBypass()
1689 pwSpec->destroy = (SSLDestroy) DES_DestroyContext; in ssl3_InitPendingContextsBypass()
1698 pwSpec->destroy = (SSLDestroy) AES_DestroyContext; in ssl3_InitPendingContextsBypass()
1708 pwSpec->destroy = (SSLDestroy) Camellia_DestroyContext; in ssl3_InitPendingContextsBypass()
1718 pwSpec->destroy = (SSLDestroy) SEED_DestroyContext; in ssl3_InitPendingContextsBypass()
2226 pwSpec->destroy = (SSLDestroy) PK11_DestroyContext; in ssl3_InitPendingContextsPKCS11()
/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch105 -typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit);
150 +typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit);
160 SSLDestroy destroy;
Dclientauth.patch330 typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit);