Tree
- Tree:
a981369e804b7f9b760f180a7a9e05696ef6c3f7
- Date:
- Message:
- Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT. Since struct gcm128_context is not exposed via a public header, there is no way CRYPTO_gcm128_init() can actually be used properly. Instead, use CRYPTO_gcm128_new() and CRYPTO_gcm128_free_bird()^WCRYPTO_gcm128_release() (naming consistency is apparently hard).
.gitignore | commits | blame |
Makefile | commits | blame |
Makefile.cross | commits | blame |
bin/ | |
distrib/ | |
etc/ | |
games/ | |
gnu/ | |
include/ | |
lib/ | |
libexec/ | |
regress/ | |
sbin/ | |
share/ | |
sys/ | |
usr.bin/ | |
usr.sbin/ |