Gilles Peskine | 882f7c7 | 2022-04-07 13:44:55 +0200 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | |
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 6 | <head> |
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 8 | <title>Search — PSA Crypto API 1.1.0 documentation</title> |
| 9 | <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> |
| 10 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
| 11 | <script type="text/javascript"> |
| 12 | var DOCUMENTATION_OPTIONS = { |
| 13 | URL_ROOT: './', |
| 14 | VERSION: '1.1.0', |
| 15 | COLLAPSE_INDEX: false, |
| 16 | FILE_SUFFIX: '.html', |
| 17 | HAS_SOURCE: false, |
| 18 | SOURCELINK_SUFFIX: '.txt' |
| 19 | }; |
| 20 | </script> |
| 21 | <script type="text/javascript" src="_static/jquery.js"></script> |
| 22 | <script type="text/javascript" src="_static/underscore.js"></script> |
| 23 | <script type="text/javascript" src="_static/doctools.js"></script> |
| 24 | <script type="text/javascript" src="_static/searchtools.js"></script> |
| 25 | <link rel="author" title="About these documents" href="about.html" /> |
| 26 | <link rel="index" title="Index" href="genindex.html" /> |
| 27 | <link rel="search" title="Search" href="#" /> |
| 28 | <script type="text/javascript"> |
| 29 | jQuery(function() { Search.loadIndex("searchindex.js"); }); |
| 30 | </script> |
| 31 | |
| 32 | <script type="text/javascript" id="searchindexloader"></script> |
| 33 | |
| 34 | |
| 35 | <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
| 36 | |
| 37 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> |
| 38 | |
| 39 | |
| 40 | </head> |
| 41 | <body> |
| 42 | |
| 43 | |
| 44 | <div class="document"> |
| 45 | <div class="documentwrapper"> |
| 46 | <div class="bodywrapper"> |
| 47 | <div class="body" role="main"> |
| 48 | |
| 49 | <h1 id="search-documentation">Search</h1> |
| 50 | <div id="fallback" class="admonition warning"> |
| 51 | <script type="text/javascript">$('#fallback').hide();</script> |
| 52 | <p> |
| 53 | Please activate JavaScript to enable the search |
| 54 | functionality. |
| 55 | </p> |
| 56 | </div> |
| 57 | <p> |
| 58 | From here you can search these documents. Enter your search |
| 59 | words into the box below and click "search". Note that the search |
| 60 | function will automatically search for all of the words. Pages |
| 61 | containing fewer words won't appear in the result list. |
| 62 | </p> |
| 63 | <form action="" method="get"> |
| 64 | <input type="text" name="q" value="" /> |
| 65 | <input type="submit" value="search" /> |
| 66 | <span id="search-progress" style="padding-left: 10px"></span> |
| 67 | </form> |
| 68 | |
| 69 | <div id="search-results"> |
| 70 | |
| 71 | </div> |
| 72 | |
| 73 | </div> |
| 74 | </div> |
| 75 | </div> |
| 76 | <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
| 77 | <div class="sphinxsidebarwrapper"><h3><a href="index.html"><b>PSA Crypto API</b></a></h3> |
| 78 | IHI 0086<br/> |
| 79 | Non-confidential<br/> |
| 80 | Version 1.1.0 |
| 81 | <span style="color: red; font-weight: bold;"></span> |
| 82 | <ul> |
| 83 | <li class="toctree-l1"><a class="reference internal" href="about.html">About this document</a></li> |
| 84 | </ul> |
| 85 | <ul> |
| 86 | <li class="toctree-l1"><a class="reference internal" href="overview/intro.html">1. Introduction</a></li> |
| 87 | <li class="toctree-l1"><a class="reference internal" href="overview/goals.html">2. Design goals</a></li> |
| 88 | <li class="toctree-l1"><a class="reference internal" href="overview/functionality.html">3. Functionality overview</a></li> |
| 89 | <li class="toctree-l1"><a class="reference internal" href="overview/sample-arch.html">4. Sample architectures</a></li> |
| 90 | <li class="toctree-l1"><a class="reference internal" href="overview/conventions.html">5. Library conventions</a></li> |
| 91 | <li class="toctree-l1"><a class="reference internal" href="overview/implementation.html">6. Implementation considerations</a></li> |
| 92 | <li class="toctree-l1"><a class="reference internal" href="overview/usage.html">7. Usage considerations</a></li> |
| 93 | <li class="toctree-l1"><a class="reference internal" href="api/library/index.html">8. Library management reference</a></li> |
| 94 | <li class="toctree-l1"><a class="reference internal" href="api/keys/index.html">9. Key management reference</a></li> |
| 95 | <li class="toctree-l1"><a class="reference internal" href="api/ops/index.html">10. Cryptographic operation reference</a></li> |
| 96 | </ul> |
| 97 | <ul> |
| 98 | <li class="toctree-l1"><a class="reference internal" href="appendix/example_header.html">Example header file</a></li> |
| 99 | <li class="toctree-l1"><a class="reference internal" href="appendix/encodings.html">Algorithm and key type encoding</a></li> |
| 100 | <li class="toctree-l1"><a class="reference internal" href="appendix/specdef_values.html">Example macro implementations</a></li> |
| 101 | <li class="toctree-l1"><a class="reference internal" href="appendix/sra.html">Security Risk Assessment</a></li> |
| 102 | <li class="toctree-l1"><a class="reference internal" href="appendix/history.html">Changes to the API</a></li> |
| 103 | </ul> |
| 104 | <ul> |
| 105 | <li class="toctree-l1"><a class="reference internal" href="psa_c-identifiers.html">Index of API elements</a></li> |
| 106 | </ul> |
| 107 | </div> |
| 108 | </div> |
| 109 | <div class="clearer"></div> |
| 110 | </div> |
| 111 | <div class="footer"> |
| 112 | © 2018-2022, Arm Limited or its affiliates. All rights reserved. |
| 113 | |
| 114 | | |
| 115 | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.7</a> |
| 116 | & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a> |
| 117 | |
| 118 | </div> |
| 119 | |
| 120 | |
| 121 | |
| 122 | |
| 123 | </body> |
| 124 | </html> |