]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/common/include/internal/provider_algs.h
Add aes_ocb cipher to providers
[thirdparty/openssl.git] / providers / common / include / internal / provider_algs.h
index aeb7c430a087f5569bfc111fe0087d05f3d16ba2..7c0f4378327804cdffa0885f6878171e344bb9e0 100644 (file)
@@ -58,6 +58,11 @@ extern const OSSL_DISPATCH aes192ctr_functions[];
 extern const OSSL_DISPATCH aes128ctr_functions[];
 extern const OSSL_DISPATCH aes256xts_functions[];
 extern const OSSL_DISPATCH aes128xts_functions[];
+#ifndef OPENSSL_NO_OCB
+extern const OSSL_DISPATCH aes256ocb_functions[];
+extern const OSSL_DISPATCH aes192ocb_functions[];
+extern const OSSL_DISPATCH aes128ocb_functions[];
+#endif /* OPENSSL_NO_OCB */
 extern const OSSL_DISPATCH aes256gcm_functions[];
 extern const OSSL_DISPATCH aes192gcm_functions[];
 extern const OSSL_DISPATCH aes128gcm_functions[];