mirror of https://github.com/openssl/openssl.git
Add support for key wrap algorithms via EVP interface. Generalise AES wrap algorithm and add to modes, making existing AES wrap algorithm a special case. Move test code to evptests.txt |
||
|---|---|---|
| .. | ||
| asm | ||
| .cvsignore | ||
| Makefile | ||
| cbc128.c | ||
| ccm128.c | ||
| cfb128.c | ||
| ctr128.c | ||
| cts128.c | ||
| gcm128.c | ||
| modes.h | ||
| modes_lcl.h | ||
| ofb128.c | ||
| wrap128.c | ||
| xts128.c | ||