Add aes_ocb cipher to providers
[openssl.git] / providers / common / include / internal / ciphers / ciphercommon.h
index fe55342e192990d3af99e204e09e8fd76b0bd56a..7539d8cb8108684b0d6d81e17d7735d998333adc 100644 (file)
@@ -224,3 +224,9 @@ static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx,            \
     ctx->num = num;                                                            \
     return 1;                                                                  \
 }
+
+size_t fillblock(unsigned char *buf, size_t *buflen, size_t blocksize,
+                 const unsigned char **in, size_t *inlen);
+int trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize,
+                 const unsigned char **in, size_t *inlen);
+