diff options
author | Adam Vartanian <flooey@google.com> | 2017-03-15 11:56:20 +0000 |
---|---|---|
committer | Adam Vartanian <flooey@google.com> | 2017-03-16 10:48:06 +0000 |
commit | 6d9dab5697fd9696b03c2cfc1e73a52201870c16 (patch) | |
tree | ac61c06a8ad33ee9f4188b493c2259b6f42b84dd /tools/docs/crypto/crypto_docs.py | |
parent | 3638b0175b55ecce6ab4f860aea1497a44229d01 (diff) |
Add Cipher support to autodocs.
Ciphers are more complicated than other categories because providers can
declare that they provide a base algorithm but users request an
algorithm/mode/padding triple, so we need to investigate the possible
values of that triple and see which ones actually end up available.
We ignore all the PBE ciphers because they're a mess and we don't
want them to show up in the documentation.
The starting API level for AES/GCM/NOPADDING is actually an educated
guess, it's approximately correct but might be off by one or two.
I'll update it if I later get better information.
Bug: 35793879
Test: Ran run_update_crypto_support.sh
Change-Id: Ifb827818626690ff223f691c8297731790074283
Diffstat (limited to 'tools/docs/crypto/crypto_docs.py')
0 files changed, 0 insertions, 0 deletions