<?php
$TOC = array (
  0 => 
  array (
    0 => 'openssl.purpose-check.php',
    1 => '目的检查 flag',
  ),
  1 => 
  array (
    0 => 'openssl.padding.php',
    1 => '非对称加密的填充标志',
  ),
  2 => 
  array (
    0 => 'openssl.key-types.php',
    1 => '密钥类型',
  ),
  3 => 
  array (
    0 => 'openssl.pkcs7.flags.php',
    1 => 'PKCS7 flag/常量',
  ),
  4 => 
  array (
    0 => 'openssl.cms.flags.php',
    1 => 'CMS Flag/常量',
  ),
  5 => 
  array (
    0 => 'openssl.signature-algos.php',
    1 => '签名算法',
  ),
  6 => 
  array (
    0 => 'openssl.ciphers.php',
    1 => 'Ciphers',
  ),
  7 => 
  array (
    0 => 'openssl.constversion.php',
    1 => '版本常量',
  ),
  8 => 
  array (
    0 => 'openssl.constsni.php',
    1 => 'Server Name Indication constants',
  ),
  9 => 
  array (
    0 => 'openssl.constants.other.php',
    1 => '其它常量',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  1 => 
  array (
    0 => 'refs.crypto.php',
    1 => '加密扩展',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => '函数参考',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);