Searched refs:chacha20_poly1305_info (Results 1 – 1 of 1) sorted by relevance
2582 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305_info; in tls_set_sw_offload() local2584 chacha20_poly1305_info = (void *)crypto_info; in tls_set_sw_offload()2588 iv = chacha20_poly1305_info->iv; in tls_set_sw_offload()2590 rec_seq = chacha20_poly1305_info->rec_seq; in tls_set_sw_offload()2592 key = chacha20_poly1305_info->key; in tls_set_sw_offload()2593 salt = chacha20_poly1305_info->salt; in tls_set_sw_offload()