Home
last modified time | relevance | path

Searched refs:MAX_IV_SIZE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.h37 #define MAX_IV_SIZE AES_BLOCK_SIZE macro
173 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,
189 u8 iv[MAX_IV_SIZE];
H A Dspum.h47 MAX_KEY_SIZE + MAX_IV_SIZE)
H A Dspu2.h87 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
H A Dcipher.c313 u8 local_iv_ctr[MAX_IV_SIZE]; in handle_skcipher_req()
4226 get_random_bytes(ctx->iv, MAX_IV_SIZE); in aead_cra_init()
4227 flow_dump(" iv: ", ctx->iv, MAX_IV_SIZE); in aead_cra_init()
/openbmc/linux/include/net/
H A Dtls.h64 #define MAX_IV_SIZE 16 macro
/openbmc/linux/net/tls/
H A Dtls.h130 u8 iv_data[MAX_IV_SIZE];
H A Dtls_device_fallback.c57 unsigned char buf[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_enc_record()
H A Dtls_sw.c64 u8 iv[MAX_IV_SIZE];
2363 char header[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_rx_msg_size()
2723 if (nonce_size > MAX_IV_SIZE || prot->aad_size > TLS_MAX_AAD_SIZE) { in tls_set_sw_offload()
H A Dtls_main.c62 static_assert(cipher ## _IV_SIZE <= MAX_IV_SIZE); \