Searched refs:chacha20_poly1305_info (Results 1 – 1 of 1) sorted by relevance
2584 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305_info; in tls_set_sw_offload() local2586 chacha20_poly1305_info = (void *)crypto_info; in tls_set_sw_offload()2590 iv = chacha20_poly1305_info->iv; in tls_set_sw_offload()2592 rec_seq = chacha20_poly1305_info->rec_seq; in tls_set_sw_offload()2594 key = chacha20_poly1305_info->key; in tls_set_sw_offload()2595 salt = chacha20_poly1305_info->salt; in tls_set_sw_offload()