Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslimpl.h465 typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit); typedef
544 SSLDestroy destroy;
550 SSLDestroy destroyCompressContext;
552 SSLDestroy destroyDecompressContext;
Dssl3con.c1477 pwSpec->destroy = (SSLDestroy) RC4_DestroyContext; in ssl3_InitPendingContextsBypass()
1485 pwSpec->destroy = (SSLDestroy) RC2_DestroyContext; in ssl3_InitPendingContextsBypass()
1493 pwSpec->destroy = (SSLDestroy) DES_DestroyContext; in ssl3_InitPendingContextsBypass()
1501 pwSpec->destroy = (SSLDestroy) DES_DestroyContext; in ssl3_InitPendingContextsBypass()
1510 pwSpec->destroy = (SSLDestroy) AES_DestroyContext; in ssl3_InitPendingContextsBypass()
1520 pwSpec->destroy = (SSLDestroy) Camellia_DestroyContext; in ssl3_InitPendingContextsBypass()
1530 pwSpec->destroy = (SSLDestroy) SEED_DestroyContext; in ssl3_InitPendingContextsBypass()
1723 pwSpec->destroy = (SSLDestroy) PK11_DestroyContext; in ssl3_InitPendingContextsPKCS11()