mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-12 09:54:38 +08:00
Fix style and formatting for OFB feature
This commit is contained in:
parent
374bcd4255
commit
00131446be
@ -59,7 +59,6 @@ struct mbedtls_cipher_base_t
|
|||||||
|
|
||||||
#if defined(MBEDTLS_CIPHER_MODE_CFB)
|
#if defined(MBEDTLS_CIPHER_MODE_CFB)
|
||||||
/** Encrypt using CFB (Full length) */
|
/** Encrypt using CFB (Full length) */
|
||||||
|
|
||||||
int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
|
int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
|
||||||
unsigned char *iv, const unsigned char *input,
|
unsigned char *iv, const unsigned char *input,
|
||||||
unsigned char *output );
|
unsigned char *output );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user