Home
last modified time | relevance | path

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

/net/tls/
A Dtls.h317 prot->iv_size); in tls_advance_record_sn()
337 size_t pkt_len, iv_size = prot->iv_size; in tls_fill_prepend() local
342 pkt_len += iv_size; in tls_fill_prepend()
345 ctx->tx.iv + prot->salt_size, iv_size); in tls_fill_prepend()
A Dtls_sw.c558 prot->iv_size + prot->salt_size); in tls_do_encryption()
1573 prot->iv_size + prot->salt_size); in tls_decrypt_sg()
1577 prot->iv_size); in tls_decrypt_sg()
2448 cipher_overhead += prot->iv_size; in tls_rx_msg_size()
2739 prot->iv_size = cipher_desc->iv; in init_prot_info()
/net/tipc/
A 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()

Completed in 14 milliseconds