Functions
ofb.c File Reference
#include <openssl/type_check.h>
#include <assert.h>
#include <string.h>
#include "internal.h"
Include dependency graph for ofb.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void CRYPTO_ofb128_encrypt (const uint8_t *in, uint8_t *out, size_t len, const AES_KEY *key, uint8_t ivec[16], unsigned *num, block128_f block)
 
 OPENSSL_STATIC_ASSERT (16 % sizeof(size_t)==0, "block cannot be divided into size_t")
 

Function Documentation

◆ CRYPTO_ofb128_encrypt()

void CRYPTO_ofb128_encrypt ( const uint8_t in,
uint8_t out,
size_t  len,
const AES_KEY key,
uint8_t  ivec[16],
unsigned *  num,
block128_f  block 
)

Definition at line 60 of file ofb.c.

◆ OPENSSL_STATIC_ASSERT()

OPENSSL_STATIC_ASSERT ( 16 %   sizeofsize_t = =0,
"block cannot be divided into size_t"   
)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:24