Home
last modified time | relevance | path

Searched refs:iv_size (Results 1 – 4 of 4) sorted by relevance

/net/tls/
Dtls.h313 prot->iv_size); in tls_advance_record_sn()
333 size_t pkt_len, iv_size = prot->iv_size; in tls_fill_prepend() local
338 pkt_len += iv_size; in tls_fill_prepend()
341 ctx->tx.iv + prot->salt_size, iv_size); in tls_fill_prepend()
Dtls_sw.c558 prot->iv_size + prot->salt_size); in tls_do_encryption()
1544 prot->iv_size + prot->salt_size); in tls_decrypt_sg()
1548 prot->iv_size); in tls_decrypt_sg()
2390 cipher_overhead += prot->iv_size; in tls_rx_msg_size()
2734 prot->iv_size = cipher_desc->iv; in tls_set_sw_offload()
Dtls_device.c1096 prot->iv_size = cipher_desc->iv; in tls_set_device_offload()
/net/tipc/
Dcrypto.c690 unsigned int iv_size, req_size; in tipc_aead_mem_alloc() local
694 iv_size = crypto_aead_ivsize(tfm); in tipc_aead_mem_alloc()
698 len += iv_size; in tipc_aead_mem_alloc()
711 *req = (struct aead_request *)PTR_ALIGN(*iv + iv_size, in tipc_aead_mem_alloc()